You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
using React 19 with the implementation of the new compiler (babel-plugin-react-compiler), no need to use useCallback and memo... explicitly because the new compiler do this job (as react compiler documentation).
my question is if explicitly i use useCallback with a function in my functional component not need the usage of useCallback (significant performance gains). is the new compiler remove this unnecessary usgae of the useCallback?
thanks...
The text was updated successfully, but these errors were encountered:
Hello,
using React 19 with the implementation of the new compiler (babel-plugin-react-compiler), no need to use useCallback and memo... explicitly because the new compiler do this job (as react compiler documentation).
my question is if explicitly i use useCallback with a function in my functional component not need the usage of useCallback (significant performance gains). is the new compiler remove this unnecessary usgae of the useCallback?
thanks...
The text was updated successfully, but these errors were encountered: