winjs / react-winjs

React wrapper around WinJS's controls
MIT License
206 stars 47 forks source link

Add support for React 0.14+ #30

Closed staxmanade closed 9 years ago

staxmanade commented 9 years ago

Hey,

Just an FYI: I was originally developing an app using JSPM and this library, but yesterday on NPM Facebook published version 0.14 which introduces some breaking changes...

https://www.npmjs.com/package/react https://www.npmjs.com/package/react-dom

I was able to work around my broken app by adjusting JSPM config to stay with the React 0.13.

I'm not sure how the migration path would look on this project, but wanted to let you guys know.

Love it so far :)

jdalton commented 9 years ago

Thanks for the heads up @staxmanade! Would you be up for creating a PR?

staxmanade commented 9 years ago

It may be a bit before I can dig in and give it a go. If no one steps up before then, then you may likely see a PR...

jdalton commented 9 years ago

Moved to #33.