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
New developers and developers who might not need this feature in present, maybe due to less compilation time required in their normal development procedure, might not understand the idea of hot module replacement. Please explain this idea first and then tell us how to do it.
The text was updated successfully, but these errors were encountered:
The main advantage is in development time, Instead of having to reload the page it will automatically appear. Now this is not the most amazing thing. Keeping state is what really speeds up your development process. In a simple app this might seems like overhead, but if you are working on a multipage application and you are working on something 5 components deep it can be a pain to code -> safe -> recreate all the steps -> repeat
You will get a lot more people using your project if you explain it better. Also it would be very important to list the advantages and disadvantages. Keeping state sounds great but I think it is a very complicated thing and it would be good to know what does work or doesn't before I start.
New developers and developers who might not need this feature in present, maybe due to less compilation time required in their normal development procedure, might not understand the idea of hot module replacement. Please explain this idea first and then tell us how to do it.
The text was updated successfully, but these errors were encountered: