Isomorphic Apps Done Right with React Nexus(blog.rotenberg.io)
blog.rotenberg.io
Isomorphic Apps Done Right with React Nexus
https://blog.rotenberg.io/isomorphic-apps-done-right-with-react-nexus/
2 comments
Very Nice !
https://blog.rotenberg.io/isomorphic-apps-done-right-with-react-nexus/
However, this incurs the cost of instantiating each component in the tree twice. Once for traversing asynchronously for data, again for React.renderToString or React.render
This would cause slower initial page loads for SPAs. Otherwise, very cool implementation.