js-framework-benchmark
js-framework-benchmark copied to clipboard
Remove unneeded memo wrapper in the react-compiler-hooks
This PR removes the unnecessary memo wrapper, that adds overhead by doubling the comparison of the props:
- Inside the memo func
- Inside the React component
Note: rerendering of the individual rows is fine - if nothing changed, React will immediately return with the cached result