Skip to content

Commit 3fda066

Browse files
committed
Incorporate Martin's commments in the README
1 parent 8a32344 commit 3fda066

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,12 @@ Note, this source code repository is going to be ahead of the tutorial. We plan
1515
[Discussion forum regarding the tutorial](http://forum.railsonmaui.com/t/fast-rich-client-rails-development-with-webpack-and-the-es6-transpiler/82/10)
1616

1717
# 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.
2224

2325
You can see this tutorial live here: [http://react-webpack-rails-tutorial.herokuapp.com/]()
2426

0 commit comments

Comments
 (0)