Commit Graph

2 Commits (c75663bf9050735ffe5b8e1fe042db2b1095b47e)

Author SHA1 Message Date
ZauberNerd 36c1cb47c0
Implement service worker using vite-plugin-pwa 2023-07-10 00:42:54 +02:00
ZauberNerd a3da33d824
Replace create-react-app with vite
create-react-app seems to struggle a bit [1] and many folks are
recommending vite as an alternative, as that project is more active.
For me the reason to switch to vite is to reduce dependencies and speed
up the build process.

Replacing create-react-app with vite reduce the number of dependencies
from 1762 to 444.

I was also quite surprised, by how small the actual diff in this commit
is. From that perspective there is almost no discernible difference
between the two tools.

[1]: https://github.com/reactjs/react.dev/pull/5487#issuecomment-1409720741
2023-07-07 22:13:33 +02:00