-
Notifications
You must be signed in to change notification settings - Fork 383
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
Possible to use React Hot Loader? #361
Comments
FWIW, I think I figured it out a good way to do this...
This seems to work, although I havn't tested thoroughly. I'm not sure if this is an appropriate usage of BTW, I am using Webpack 2 and React Hot Loader 3 for the above. |
@mattfordham Can you help me with a PR with these updates? I'd be glad to give you help! |
Yeah, I'd love to try! Won't be immediately, but will put on the list ;) |
This is related: shakacode/react_on_rails#742 |
Also shakacode/react_on_rails#332. I've been exploring this problem domain and I don't think |
@Judahmeek @mattfordham FWIW, the hot loader seems to work GREAT if you are not using CSS modules. |
@justin, what about flexbox? |
@mattfordham @justin808 I don't have any issue by far with |
We need to update this repo for the current version of hot reloading. Take a look at this issue: shakacode/react_on_rails#772 |
See shakacode/react_on_rails#865 for an example of what needs to be done! Any volunteers for this? |
Take a look at #443. Any volunteers? |
Hi there!
Desipte the link in the React on Rails Doctrine to React Hot Loader, it seems this project is using the deprecated React Transform HMR project.
Has anyone had success implementing React Hot Loader yet and/or have an example of implementation? Specifically, I am getting hung up on where/how to use the
module.hot.accept
stuff.Thanks!
The text was updated successfully, but these errors were encountered: