Should I remove all memo, useMemo and useCallback instances from my codebase if using react-compiler? #39
-
Should I remove all current usage of memo(), useMemo() and useCallback() from my codebase if I enable react-compiler globally on my project? Or can I leave them in, and react compiler will just ignore my usages of these methods and do it's own optimizations and use that in the final build? |
Beta Was this translation helpful? Give feedback.
Answered by
poteto
Nov 24, 2024
Replies: 1 comment 1 reply
-
Previously answered here: #16 (comment) |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
TowhidKashem
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Previously answered here: #16 (comment)