indico / indico-checkin-pwa

MIT License
2 stars 5 forks source link

Investigate alternatives for CRA #64

Open tomasr8 opened 3 months ago

tomasr8 commented 3 months ago

This came up in https://github.com/indico/indico-checkin-pwa/pull/61

CRA/react-scripts doesn't seem to be actively maintained anymore which is a problem on its own, but also when trying to update dependencies like TypeScript which are pinned by react-scripts to an old version.

We should look into alternatives like vite.