You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create React App isn't maintained anymore. In the long term, we are considering server-side rendering but migrating to solutions like Next.js requires some time, while swapping CRA with Vite should be quicker.
Proposal
Give it a try, but time limit the effort to 2 days. If it turns out to be too time-consuming, we might want to reconsider this intermediate step.
The text was updated successfully, but these errors were encountered:
Fixes#2879.
Migrate the UI client from Create-React-App to Vite:
* Use vite
* Move `.js` files to `.jsx` when relevant
* Update test framework to `vitest`
* Update storybook to use vite
Motivation
Create React App isn't maintained anymore. In the long term, we are considering server-side rendering but migrating to solutions like Next.js requires some time, while swapping CRA with Vite should be quicker.
Proposal
Give it a try, but time limit the effort to 2 days. If it turns out to be too time-consuming, we might want to reconsider this intermediate step.
The text was updated successfully, but these errors were encountered: