When to use useCallback() hook
One can easily classify a bunch of react devs into two groups based on their useCallback() usage.
those who use it for every inline function in a component and memoize.
those who only use it only when needed and optimize performance.
Let's understa...
sourcefound.dev3 min read