Skip to content

pgrimard/spring-boot-react

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Isomorphic React app with Spring Boot

Build Status Codacy code quality

This is a sample Spring Boot application that demonstrates React’s server side rendering capabilities as well as how this works with React Router and Redux. For more details, please read my blog post.

This application uses Spring’s ScriptTemplateView which is a JSR-223 implementation, and uses the Nashorn ScriptEngine. If you are interested in an alternate solution which uses J2V8, have a look at the J2V8 branch.