-
Notifications
You must be signed in to change notification settings - Fork 879
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
Is this project on the deprecation path as well? #44
Comments
It's primary dependency (react-hot-loader) is deprecated. I would not use it anymore. As suggested, use React Transform. Dan prepared boilerplate for that too https://github.com/gaearon/react-transform-boilerplate |
It’s a tricky situation because React Transform is also an unstable project and might change significantly later or get deprecated as well. For now I’d say they both have their own pros and cons. |
So for new project development, which you would suggest to start with? |
If you use something like Redux to externalize your state I would suggest neither: reduxjs/redux#1455. |
As react-hot-loader has the 'Deprecation Notice'.
The text was updated successfully, but these errors were encountered: