js-framework-benchmark icon indicating copy to clipboard operation
js-framework-benchmark copied to clipboard

Remove unneeded memo wrapper in the react-compiler-hooks

Open MrFlashAccount opened this issue 1 month ago • 0 comments

This PR removes the unnecessary memo wrapper, that adds overhead by doubling the comparison of the props:

  1. Inside the memo func
  2. Inside the React component

Note: rerendering of the individual rows is fine - if nothing changed, React will immediately return with the cached result

MrFlashAccount avatar Dec 01 '25 14:12 MrFlashAccount