React hooks and APIs
Subhash Chaudhary
July 21, 2024
0 min read
Hooks and APIs
useDeferredValue
This hook defers the re-rendering of the component or defers the changing of value. In simple words, it keeps hold of value unless the UI is less busy. No matter how much time it takes, useDeferredValue will be only called after finishing all the important tasks first.