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
It would be nice to have a watcher on the files, so it automatically recompiles the code when you save a file. I've been trying to make it work without much success today, but perhaps there is some solution. Since it should work with webpack.
The text was updated successfully, but these errors were encountered:
I would suggest looking into Gatsby, which could maybe be a more coherent solution to React static site generation than what me and Brent have managed. It definitely has hotloading, which is nice.
Actually I was wrong, as I was playing around with my site today. The Webpack setup will recompile on changes; it just doesn't have hot-loading (where you don't have to reload the browser). Can you confirm that there is recompilation happening? Because there should be.
It would be nice to have a watcher on the files, so it automatically recompiles the code when you save a file. I've been trying to make it work without much success today, but perhaps there is some solution. Since it should work with webpack.
The text was updated successfully, but these errors were encountered: