-
Notifications
You must be signed in to change notification settings - Fork 4
Why the special entry point? #1
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
Comments
@justin808 I just made a change (move The setup up should be similar with any entry point. I don't really think any magic from |
The |
@retroalgic: I'm a bit curious about this as well. Looking at your
Instead it calls |
@ezmiller Starting from 3, React Hot Loader doesn't hide the HMR API any more, which is to say, you should at least use As for the You can fork the rep and try to do it differently. Any suggestion is welcome. |
Uh oh!
There was an error while loading. Please reload this page.
Could you explain these two bullets a bit. This strategy needs to be a bit different with many entry points. Should React on Rails support this wrapping?
AppContainer
fromreact-hot-loader
reactDOM
and use it for initial rendering and inmodule.hot.accept
https://github.com/retroalgic/react-on-rails-hot-minimal/blob/master/client/src/entry.js#L45
The text was updated successfully, but these errors were encountered: