- useTransition
- useDeferredValue
- When the value comes above and you don't actually have control over the corresponding
setState
call. For example, it will be coming from some third-party library or some package.
- When the value comes above and you don't actually have control over the corresponding
https://www.youtube.com/watch?v=lDukIAymutM
reactjs/rfcs#212 (comment)