spring-react-example
spring-react-example copied to clipboard
Isomorphic Spring Boot React.js Example
Hi @winterbe Thanks a lot for this nice example. Given the fact that Nashorn is deprecated: http://openjdk.java.net/jeps/335 (JEP 335: Deprecate the Nashorn JavaScript Engine). Are you aware of any alternatives...
I did some performance tests of creating a CompiledScript version. Here is a screenshot of 100 runs https://www.dropbox.com/s/xozu28o2axddet0/Screenshot%202018-02-14%2011.01.56.png?dl=0 it was coming out at about 13% faster.
every execute this method elapsed about 1 minutes.
Hi, I noticed that you a JSX version in `src/main/resources/jsx/commentBox.js`, but I can't find any information regarding how it's being used in the spring boot example (if used at all)....