Not having to refresh which means preserving state. If I have a modal opened and I want to make a change to the modal UI, if I refresh I would have to reopen the modal. With HMR the modal just rerenders.
Also even if you have a fast build, refreshing might require refetching data from a server.
In any case browserify also has HMR and it's great.
Also even if you have a fast build, refreshing might require refetching data from a server.
In any case browserify also has HMR and it's great.