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 is not very customizable for end users and slow. Any changes require installing more plugins to rewire the script. It also require sometimes changing how modules are resolved for fixing ESM issues since they don't handle it out of the box.
We should move to vite as the build tool and add vitest with one or two test in the example.
The text was updated successfully, but these errors were encountered:
searchableguy
changed the title
Move to vite for performance and improved user experience
Move to vite for better performance and user experience
Jul 10, 2022
create-react-app
is not very customizable for end users and slow. Any changes require installing more plugins to rewire the script. It also require sometimes changing how modules are resolved for fixing ESM issues since they don't handle it out of the box.We should move to
vite
as the build tool and addvitest
with one or two test in the example.The text was updated successfully, but these errors were encountered: