-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
[WIP] Hot reloading (only for Hooks) #5958
base: main
Are you sure you want to change the base?
Conversation
Deploy preview for create-react-app ready! Built with commit 43e5f2e |
7066e8a
to
543ff93
Compare
543ff93
to
4c1133f
Compare
ec8ff60
to
4187cfc
Compare
4187cfc
to
f570e93
Compare
8da88f0
to
8c26b3a
Compare
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. |
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. |
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. |
Where is this at? What can be done to help? |
Looks like the discussion is moved here: facebook/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.