Hacker Newsnew | past | comments | ask | show | jobs | submitlogin
Isomorphic Apps Done Right with React Nexus (rotenberg.io)
8 points by elierotenberg on March 16, 2015 | hide | past | favorite | 2 comments


React Nexus basically recursively traverses the react component tree and calls getNexusBindings on each component (recreating what react does natively with its lifecycle methods).

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.


Very Nice !




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: