Thanks for the article.
What about the callback function in `useEffect(callback)`. Is this function cached? Because if it's not, why does `useEffect` not create this function every time as well ?
Why nobody write, `useEffect(useCallback(() => {}))`
Just curious, thanks.