reactjs - Isomorphic React, advantages of prerender.io over react-engine? -
i've seen prerender.io solution based on phantom.js while paypal's react-engine seems lighter solution. need decide 1 use.
advantages of prerender.io on react-engine ? spa , no spa.
keep in mind isomorphic architecture in react apps adds complexity, compare these 2 projects example (disclaimer: i'm author):
https://github.com/kriasoft/react-starter-kit - isomorphic react app
https://github.com/kriasoft/react-static-boilerplate - single-page react app (spa)
Comments
Post a Comment