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
As a developer, I want to be able to smoothly build the project.
Detailed description
When we started the project, we used create-react-app to set it up. create-react-app is now not supported any more. More details here, for example.
We need to
check which dependencies came with create-react-app and which of them are not supported any more
check if we want to migrate to another framework, e.g. Vite, Next, Remix, ...
if yes, migrate.
Additional context
The text was updated successfully, but these errors were encountered:
Please describe the feature
As a developer, I want to be able to smoothly build the project.
Detailed description
When we started the project, we used
create-react-app
to set it up.create-react-app
is now not supported any more. More details here, for example.We need to
create-react-app
and which of them are not supported any moreAdditional context
The text was updated successfully, but these errors were encountered: