Skip to content
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

Transplant UI code into an RSpack project. #7

Open
sleepycat opened this issue Aug 2, 2023 · 0 comments
Open

Transplant UI code into an RSpack project. #7

sleepycat opened this issue Aug 2, 2023 · 0 comments

Comments

@sleepycat
Copy link
Collaborator

sleepycat commented Aug 2, 2023

The ui service is based a scaffold generated by Create React App (CRA). CRA has a pretty uncertain future at this point, and includes a lot of stuff that better options exist for. Case in point: CRA includes Webpack. Though awesome, it's frustratingly slow and this has caused folks to go and rewrite it in Rust... the result is RSpack.
Their quickstart generates a something similar to CRA, but much simpler and with much better performance.
Transplanting our code/components into their scaffold would be a nice win on a number of fronts.

@Collinbrown95 created a working integration of the Lingui i18n library with the Rspack quickstart for this purpose.

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

No branches or pull requests

1 participant