Y
Hacker News
new
|
ask
|
show
|
jobs
by
Aeolun
1710 days ago
> How is the integration with things like a dev server and tools present in create-react-app like react-fast-refresh?
It’s not. It doesn’t do hot reloading, and it’s one of the features the author rejected I think.
1 comments
hashkb
1710 days ago
You can build very fast reloading yourself, easily. If I'm smart with persisting state on the client, I find I don't really miss "hot" reloading.
link