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
The key trick is that we need to tell webpack to actually generate two bundle.js assets, one with the hot loading magic, and the other one which tells the view how to render just once.
Getting started
npm install
npm start
About
A demonstration of how to use static render with react hot loader