Thanks to visit codestin.com
Credit goes to github.com

Skip to content

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

Closed
offizium-berndstorath opened this issue Jul 10, 2024 · 4 comments · Fixed by #459
Closed

Replace create-react-app #456

offizium-berndstorath opened this issue Jul 10, 2024 · 4 comments · Fixed by #459

Comments

@offizium-berndstorath
Copy link
Contributor

offizium-berndstorath commented Jul 10, 2024

the ui is built using create-react-app which is now dead 1 2

the react team now recommends different tools like full frameworks (next, remix) or vite. I think vite would be the best choice

@brocaar
Copy link
Contributor

brocaar commented Jul 10, 2024

I had a quick look, and I agree that Vite is probably the best choice.

@RotaN8
Copy link

RotaN8 commented Jul 12, 2024

I had a quick look, and I agree that Vite is probably the best choice.

There is a new project that looks promising too:
https://www.farmfe.org/
https://github.com/farm-fe/farm

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 ;)

@offizium-berndstorath
Copy link
Contributor Author

@RotaN8 it indeed looks promising. maybe if it gains some tranction, but otherwise industry standards are good enough imo.
vite uses esbuild (go) and swc (rust) so its plenty fast

@RotaN8
Copy link

RotaN8 commented Jul 12, 2024

@RotaN8 it indeed looks promising. maybe if it gains some tranction, but otherwise industry standards are good enough imo. vite uses esbuild (go) and swc (rust) so its plenty fast

Totally agree! Only sharing for future consideration maybe ;) Thanks for your PR btw.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants