What does Hot Reload do?

What does Hot Reload do? The idea behind Hot Reload is simple – while your application is running, you can make changes to the code and apply them to the running application . No recompilation is needed, and when possible, the state of your application is kept intact.

Read more