-* For **JavaScript** modules, a code change will trigger the application to re-render from the top of the tree. Global state is preserved, but any local component state is reset. This differs from React Hot Loader, but we've found that performing a full re-render helps avoid subtle bugs caused by RHL patching. It's important to understand that global state (e.g. your redux store) will persist even when the application re-renders from an HMR update, so it's much more useful than a normal live reload which refreshes the entire page.
0 commit comments