js-framework-benchmark
js-framework-benchmark copied to clipboard
Add a comparison to React 19 with the compiler enabled.
Could you please add a comparison for React 19 with the compiler enabled using the babel-plugin-react-compiler? This plugin optimizes React applications by minimizing re-renders of components and hooks. Including this in your comparisons would provide valuable insights into its performance benefits.
Thank you!
Isn't https://github.com/krausest/js-framework-benchmark/tree/master/frameworks/keyed/react-compiler-hooks what your asking for?
Yes, it is. Thank you.
I will close my request.
I think we should benchmark a larger app, in my production app, I can easily find a 10x difference between React and Solid.