useTransition and useDeferredValue in React 18
- in Mansplainings
- 1 Comment on useTransition and useDeferredValue in React 18
useTransition and useDeferredValue are two new hooks React introduced with React 18 earlier this year. These two hooks make use of React’s concurrent rendering to allow developers to provide a better user experience in their…