React Developer — Medium
Key points
- useMemo is not used to persist mutable values without causing re-renders
- It is not meant for memoizing callback functions passed to child components
- It does not cache API responses between component mounts and unmounts
Ready to go further?
Related questions
