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

Adds support for React 15.0.0 #112

Closed EvHaus closed 8 years ago

EvHaus commented 8 years ago

This PR adds support for React 15.

Changes made:

Testing:

pwmckenna commented 8 years ago

@EvNaverniouk We'll probably need to make some updates to https://github.com/ericclemmons/eslint-config-future to get this to lint, or switch to something like eslint-config-airbnb (my personal preference is of course eslint-config-pwmckenna ;) ) Anyhow, I ran this branch against a different lint config that just checks for syntactic errors and every thing looked good, so this feels ready to merge and release.

@ericclemmons this will result in "" rather than <noscript/> for unresolved components, which is sort of a breaking change, however its the default behavior of the react peer dependency, so how do you feel about a patch release?

pwmckenna commented 8 years ago

@EvNaverniouk just published as 3.0.1. thanks for the PR!