react-spa icon indicating copy to clipboard operation
react-spa copied to clipboard

cannot upgrade to react 0.13

Open FredericHeem opened this issue 9 years ago • 4 comments

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.

FredericHeem avatar Apr 13 '15 09:04 FredericHeem

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.

WRidder avatar Apr 13 '15 10:04 WRidder

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

gentlefox avatar May 01 '15 00:05 gentlefox

@gentlefox Thanks! Will look into it.

WRidder avatar May 04 '15 16:05 WRidder

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 :)

WRidder avatar May 21 '15 22:05 WRidder