|
|
|
|
|
by homebrewer
328 days ago
|
|
If your life has been as unfair to you as it has been to some of us, and forced you to work on SPAs as the result, try opening any large frontend project that uses Vite (or any other dev server that serves each file separately instead of bundling them). If you're unfamiliar with this stuff, it results in your browser fetching thousands of JavaScript files from the local dev server. Any Chromium-based browser handles that just fine in about 1-2 seconds. Firefox takes at least ten, including full page reloads. No adblocking on either, and yes I've tried all combinations of about:config knobs, fresh/empty profiles, etc. That's the only reason I use Chromium for development work. |
|