ericclemmons / react-resolver

Async rendering & data-fetching for universal React applications.
https://ericclemmons.github.io/react-resolver
Other
1.65k stars 52 forks source link

Need hydrate static method in the Resolver class for server side rendering #136

Open viveksanthosh opened 6 years ago

viveksanthosh commented 6 years ago

With react 16 there is a new method called hydrate specifically for server rendered apps https://reactjs.org/docs/react-dom.html#hydrate

Please add a method to the Resolver component to optionally hydrate an application.

DarylThayil commented 6 years ago

see #137

viveksanthosh commented 6 years ago

@DarylThayil is there any update on this?