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

attempting to move to React 0.14, and by exposing just one copy/insta… #93

Closed matthiasak closed 8 years ago

matthiasak commented 9 years ago

…ce of React/ReactDOM through this library, getting around the current nightmare of browserify/npm creating duplicate instances of the React VDOM tree (which is causing all sorts of issues with refs and the render tree - https://github.com/facebook/react/issues?utf8=%E2%9C%93&q=addComponentAsRefTo)

Reference #81

If needed, I can make a branch specifically for this - just sharing ideas. Dependency management is a pain, sometimes. :/

monder commented 8 years ago

I suppose its done. v0.14 and v15 works.