Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/winterbe/spring-react-example
Isomorphic Spring Boot React.js Example
https://github.com/winterbe/spring-react-example
java java-8 javascript nashorn react spring-boot
Last synced: 4 days ago
JSON representation
Isomorphic Spring Boot React.js Example
- Host: GitHub
- URL: https://github.com/winterbe/spring-react-example
- Owner: winterbe
- License: mit
- Created: 2015-02-01T06:34:30.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-02-14T11:41:12.000Z (almost 7 years ago)
- Last Synced: 2025-01-27T09:06:12.651Z (11 days ago)
- Topics: java, java-8, javascript, nashorn, react, spring-boot
- Language: JavaScript
- Homepage: http://winterbe.com/posts/2015/02/16/isomorphic-react-webapps-on-the-jvm/
- Size: 158 KB
- Stars: 522
- Watchers: 53
- Forks: 195
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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.
---
★★★ Like this project? Leave a star, follow on Twitter or donate to support my work! Thanks. ★★★