Uh oh!
There was an error while loading. Please reload this page.
[WIP] Hot reloading (only for Hooks) - #5958
Conversation
Deploy preview for create-react-app ready! Built with commit 43e5f2e |
7066e8a to
543ff93Compare543ff93 to
4c1133fCompareec8ff60 to
4187cfcCompare4187cfc to
f570e93CompareThis pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
gausie
commented
Feb 11, 2019
Please bot do not stale 🙏🤖 |
This pull request has been automatically marked as stale because it has not had any recent activity. It will be closed in 5 days if no further activity occurs. |
IronSean
commented
Oct 11, 2019
Where is this at? What can be done to help? |
Looks like the discussion is moved here: react/react#16604 (comment) |
A lot of apps are written with classes. |
I don't know if this is going to work but I'm going to try another time. Hooks were another piece of the puzzle. Maybe it'll work out.
Preserving state is Hooks-only. It's too brittle for classes. With Hooks it "just works" by design.