You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 9, 2021. It is now read-only.
Currently there's a simplistic hot-reloading implementation. On an edit to a file on the server:
server is killed
The connection between client and server is killed
client polls until server is available again
client makes a request for the currently shown component
server renders the component from scratch
It's good enough but it's a little bit slow. If we incorporate react-refresh it should work quite better - it wouldn't require rerunning the server which takes a considerable amount of time. This is obviously to be investigated but it should be a big productivity gain.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Currently there's a simplistic hot-reloading implementation. On an edit to a file on the server:
It's good enough but it's a little bit slow. If we incorporate react-refresh it should work quite better - it wouldn't require rerunning the server which takes a considerable amount of time. This is obviously to be investigated but it should be a big productivity gain.
The text was updated successfully, but these errors were encountered: