React.memo is mainly used to memoize the whole component. Don't use it in a component that props is frequently changing. In-line functions shouldn't be called without arrow functions. Use the same set of rules that can be applied to useMemo too.

•3m read time•From dev.to
Post cover image
Table of contents
React.memoInline functionsuseCallback

Sort: