/use-callback

React Hooks Performance useCallback

Primary LanguageJavaScript

React Hooks Performance useCallback

Video Tutorial

In this video, we will look at the hook called useCallback and how it works with React memo, the useCallback hook allows us to "memoize" a function avoiding useless re-renders in a memo component. We will update a counter application improving the performance and understanding the concepts of memoization.

React Hooks Performance useCallback