# spring-react-example **Repository Path**: m_aleen/spring-react-example ## Basic Information - **Project Name**: spring-react-example - **Description**: Isomorphic Spring Boot React.js Example - **Primary Language**: JavaScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-08-10 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Spring Boot React Example ============================ Example of the official [React.js Tutorial](http://facebook.github.io/react/docs/tutorial.html) 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](http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/) and [follow me on Twitter](https://twitter.com/winterbe_). See also [winterbe/react-samples](https://github.com/winterbe/react-samples) for a bunch of client-side React.js examples.