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

Update dependencies and use react-dom #100

Closed ratson closed 8 years ago

pwmckenna commented 8 years ago

any update on this? I've tested this branch in my project (using react 14) and it works great (and eliminates warnings).

pwmckenna commented 8 years ago

@ratson this PR will mean dropping support for react 13 correct?

ericclemmons commented 8 years ago

I say go for it. :+1:

React v0.14, in my experience, should be strongly encouraged over React v0.13 because of the fixes in how context works.

On Mon, Feb 29, 2016 at 11:21 AM Patrick Williams notifications@github.com wrote:

@ratson https://github.com/ratson this PR will mean dropping support for react 13 correct?

— Reply to this email directly or view it on GitHub https://github.com/ericclemmons/react-resolver/pull/100#issuecomment-190297860 .

  • Eric Clemmons
pwmckenna commented 8 years ago

@ericclemmons Sounds good. I'll merge and publish as a major version bump (3.0.0...breaking change without an api change) this afternoon...there are a couple dead links in the readme that I'll trim as well before the push so the npm docs get the updates.