When to and when not to use this hook. From a Facebook engineer.
Turns out there are relatively few cases where you really need to use these hooks. The main one is when using React.memo to optimise renders. Other cases are rarer such as passing a function as a dependency to useEffect.