Improve React.js Server-Side Rendering by 150% with GraalVM
Take a look at GraalVM which provides excellent ECMAScript compliance along with a convenient way to migrate from Nashorn. (more…)
Read more »
Contrary to popular belief, by default, react component doesn’t care whether its props changed or not. It will always re-render when its parent renders. Read more