Loading

Quipoin Menu

Learn • Practice • Grow

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

Use useMemo to memoize an expensive calculation (e.g., factorial). The calculation should only re-run when the input changes.