no-build-tools-no-problems
no-build-tools-no-problems copied to clipboard
Add hot module reloading as progressive enhancement
HMR would be a nice devex enhancement for those who do want some light watch tooling.
I don't think it'd be possible to do it solely w/ a script running in the browser, but I haven't researched that assumption. If it is, then 🎉
- [x] live reloading js, css
- [ ] live reload php
- [x] hrm js
- [ ] hmr css
- [ ] react fast refresh - maybe the problem is gutenberg's abstraction layer over react?
9a391b3fa920a725fe586d20e0dc6bcfb1875985 set up live reloading, but it should be possible to go much farther and add Hot Module Reloading, and React Fast Refresh