Loading

Quipoin Menu

Learn • Practice • Grow

react / useCallback Hook
exercise
1/5
Exercise 1React
Question

Use useCallback to memoize a function that increments a counter. Pass it to a child component that is memoized.