Comment on I love React HooksparentComments−sophiebits7yuseCallback is designed for this. useMemo also helps solve the problem from another angle that previously wasn’t as accessible.Additional reading: https://reactjs.org/docs/hooks-faq.html#are-hooks-slow-becau....
Comments
useCallback is designed for this. useMemo also helps solve the problem from another angle that previously wasn’t as accessible.
Additional reading: https://reactjs.org/docs/hooks-faq.html#are-hooks-slow-becau....