WRidder / react-spa

Community site SPA based on ReactJS
http://react-spa.herokuapp.com/
MIT License
297 stars 34 forks source link

cannot upgrade to react 0.13 #10

Open FredericHeem opened 9 years ago

FredericHeem commented 9 years ago

Bear in mind that upgrading to reactjs 0.13 will break the source code, See https://github.com/facebook/react/issues/3418 for more information.

WRidder commented 9 years ago

Thanks for the heads up! That's indeed an issue once I upgrade to 0.13. I'll monitor the progress in the referenced issue.

gentlefox commented 9 years ago

Conversion of routing and react classes to es6 format, modules converted to React.createProp(), and so on - this permits use of react-router and react version of 0.13.*.

Here's another workaround showing in practice a means of replacing mixins: RisingStack/.../AppRoot.js

WRidder commented 9 years ago

@gentlefox Thanks! Will look into it.

WRidder commented 9 years ago

I'm awaiting the new release of react-router 1.0 and then I'll try to update the codebase to 0.13/14, es6, altjs. Stay tuned :)