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
Lately, the performance of my React application has been really slow. I want to use Vite.js to improve the performance, but I don't like having additional files. Is there a way to improve the performance of a Create React App project without switching
The text was updated successfully, but these errors were encountered:
Hi @q1akm, as I said here I've already created a new template with Vite to replace the old one.
Maybe this can help you with the migration, because as today there isn't a way to improve CRA performances unless a new tool is created from create-react-app ashes. Which could be a cool project but not much convenient.
Lately, the performance of my React application has been really slow. I want to use Vite.js to improve the performance, but I don't like having additional files. Is there a way to improve the performance of a Create React App project without switching
The text was updated successfully, but these errors were encountered: