Skip to content

Commit 8a37016

Browse files
committed
README
1 parent ee3646a commit 8a37016

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
Spring Boot React Example
22
============================
33

4-
Playing around with Spring Boot and React.js.
4+
Example of the official [React.js Tutorial](http://facebook.github.io/react/docs/tutorial.html) using Spring Boot on the server-side.
5+
6+
The `CommentBox` main view is isomorphic: HTML is initially rendered on the server with Nashorn by utilizing `React.renderToString`. All interactive DOM manipulations are handled by React directly in the browser.

0 commit comments

Comments
 (0)