File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -15,10 +15,12 @@ Note, this source code repository is going to be ahead of the tutorial. We plan
15
15
[ Discussion forum regarding the tutorial] ( http://forum.railsonmaui.com/t/fast-rich-client-rails-development-with-webpack-and-the-es6-transpiler/82/10 )
16
16
17
17
# Example Application
18
- This is a simple example of using ReactJs for Comments that demonstrates the front end code in both
19
- Rails and using ReactJs, and has a Rails backend. It shows off a little bit of the interactivity
20
- of a ReactJs application, allowing the commment to choose the form layout. ` react-bootstrap ` is used
21
- for the React components.
18
+ This is a simple example application that illustrates the use of ReactJs to implement a commenting
19
+ system. Front-end code leverages both ReactJs and Rails asset pipeline while the backend is 100% Rails.
20
+ It shows off a little bit of the interactivity of a ReactJs application, allowing the commmenter to
21
+ choose the form layout. ` react-bootstrap ` is used for the React components.
22
+
23
+ A pure Rails UI generated from scaffolding is shown for comparison.
22
24
23
25
You can see this tutorial live here: [ http://react-webpack-rails-tutorial.herokuapp.com/ ] ( )
24
26
You can’t perform that action at this time.
0 commit comments