FormidableLabs / freactal

Clean and robust state management for React and React-like libs.
MIT License
1.65k stars 47 forks source link

webpack HMR #65

Closed Piliponful closed 7 years ago

Piliponful commented 7 years ago

Was there any discussions on that topic. Do you have any documentation or something? I was thinking it would work out of the box with just react-hot-loader and sadly enough it didn't. You can check out the code here and try run it yourself - https://github.com/Piliponful/react-starter/tree/freactal

jcrben commented 7 years ago

Did you see https://github.com/FormidableLabs/freactal/issues/27?

Piliponful commented 7 years ago

Did you see #27?

No I didn't. Thanks. I will look into it when I have time.

jcrben commented 7 years ago

Perhaps you could go ahead and close this as a duplicate of https://github.com/FormidableLabs/freactal/issues/27

Note that react-hot-loader has some inherent limitations.

divmain commented 7 years ago

Thanks @jcrben! Closing this as a dupe.

If I get around to it, one of the TODO projects in my OSS queue is a more comprehensive hot-reload transform. Then again, I may just build it into Interlock if I ever get around to finishing it.

Anyway, thanks! And sorry for the HMR frustrations. Would fix if I could.