useTransition() vs. useDeferredValue() in React 18

What they do and when to use them, with concrete examples

Thomas Guibert
Better Programming
Published in
3 min readAug 22, 2022

--

Photo by JOSHUA COLEMAN on Unsplash

React 18 and Concurrent Rendering

React 18 was released in March 2022 and comes with many new tools to help developers build even more performant and responsive applications.

--

--