-
-
Notifications
You must be signed in to change notification settings - Fork 184
Replace create-react-app #456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I had a quick look, and I agree that Vite is probably the best choice. |
There is a new project that looks promising too: If someone wants to check this out. It's fully compatible with Vite plugins also and a so much faster (as it's written in Rust). This project recently released the v1 (stable) so from now it's production ready. @offizium-berndstorath I see you have already done the migration but if you like the idea it might be a good PR for the future ;) |
@RotaN8 it indeed looks promising. maybe if it gains some tranction, but otherwise industry standards are good enough imo. |
Totally agree! Only sharing for future consideration maybe ;) Thanks for your PR btw. |
the ui is built using
create-react-app
which is now dead 1 2the react team now recommends different tools like full frameworks (next, remix) or vite. I think vite would be the best choice
The text was updated successfully, but these errors were encountered: