Lesson 8. Optimizing performance with useMemo and useCallback 4. Next steps
Some performance problems can be solved with memoization as we just saw. Some others can with another pattern very useful when dealing with user inputs: debouncing.
Some performance problems can be solved with memoization as we just saw. Some others can with another pattern very useful when dealing with user inputs: debouncing.