Switching from Craco to Rsbuild #2480
hussain-nz
started this conversation in
Ideas
Replies: 1 comment 1 reply
-
Thank you for sharing! I agree with you that HMR performance and memory leaks are important issues that we need to address further. For data on performance improvements, I think Twitter is a good platform to share it. In addition, you can also share this data with other users in Rspack's Discord 😄 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello Rsbuild/Rspack team :).
We have successfully switched from Craco to Rsbuild. We have some amazing performance improvements:
--max-old-space-size
flags anymore for 8-16gb)There are some caveats:
Despite the caveat, the improvement is great.
Our project is mid sized with 800 files of source code and 54000 lines of real code. The internet doesn't seem to talk much about Rspack/Rsbuild and I haven't seen people do an actual migration and report on it. Only 1-2 reddit comments and there are no details of the improvement besides "it was good" or something vague.
I am really hoping that Rspack/Rsbuild become super popular with the community, thus my suggestion: I would like to have detailed report of the performance improvements so that others can use this to be inspired to migrate. Where is the best place to post this?
Beta Was this translation helpful? Give feedback.
All reactions