slashcichocqy / spring-react-example

Isomorphic Spring Boot React.js Example

Home Page:http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot React Example

Example of the official React.js Tutorial using Spring Boot on the server-side.

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.

For further explanation read this blog post.

About

Isomorphic Spring Boot React.js Example

http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/

License:MIT License


Languages

Language:JavaScript 51.9%Language:Java 48.1%