|
|
|
|
|
by mrath
2059 days ago
|
|
I have a hobby project in react which I started using CRA. It only have few screen but uses material UI and few other libs so the minified bundle size already over 700k without splitting. In dev the refreshes became slow to the point where I have wait a few seconds to see result after I change a file in IntelliJ. So I wanted to give snowpack a try, and the results are amazing, In a blink of eye the browser screen is updated and state is preserved. I read the linked issue on react-refresh on the release note, but no idea if it fast enough or not. |
|