-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cannot upgrade to react 0.13 #10
Comments
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: |
@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 :) |
Bear in mind that upgrading to reactjs 0.13 will break the source code, See facebook/react#3418 for more information.
The text was updated successfully, but these errors were encountered: