We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New with React v0.14 are statless components. https://facebook.github.io/react/blog/2015/09/10/react-v0.14-rc1.html#stateless-function-components
They're super useful, but sadly not hot reloadable.
Please add support for them :)
The text was updated successfully, but these errors were encountered:
React Hot Loader is deprecated in favor of React Transform plugin for Babel and React Transform HMR. I don't plan to add support for stateless components to React Hot Loader, but I do plan to add it to those projects. Please track gaearon/react-transform-hmr#6.
Sorry, something went wrong.
Oh, didn't see that, thanks!
Don't use stateless react functions
d7a25fe
React Hot Loader doesn't work with stateless react functions, and the community is divided on the issue: gaearon/react-hot-loader#198
No branches or pull requests
New with React v0.14 are statless components. https://facebook.github.io/react/blog/2015/09/10/react-v0.14-rc1.html#stateless-function-components
They're super useful, but sadly not hot reloadable.
Please add support for them :)
The text was updated successfully, but these errors were encountered: