react-spa
react-spa copied to clipboard
cannot upgrade to react 0.13
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.
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.
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 Thanks! Will look into it.
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 :)