Skip to content

sdeleuze/spring-react-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 54.8%
  • Java 45.2%