What is useDeferredValue?
Concurrent React and React 18
Audio flashcard · 0:11Nortren·
What is useDeferredValue?
0:11
useDeferredValue is a hook that returns a deferred copy of a value. React can prioritize rendering urgent updates first and defer re-rendering parts of the UI that depend on that value, improving perceived performance.