FREE React Hooks Course: https://courses.webdevsimplified.com/react-hooks-simplified

React 18 recently had its official non-beta release and with it came multiple new React hooks to help deal with concurrency and rendering slow content. One of those hooks is the useDeferredValue hook which is easy to use but difficult to understand. In this video I will help explain how this hook works so you can understand how and when to best use it.


Materials/References:

FREE React Hooks Course: https://courses.webdevsimplified.com/react-hooks-simplified
useDeferredValue Article: https://blog.webdevsimplified.com/2022-05/use-deferred-value


Find Me Here:

My Blog: https://blog.webdevsimplified.com
My Courses: https://courses.webdevsimplified.com
Patreon: https://www.patreon.com/WebDevSimplified
Twitter: https://twitter.com/DevSimplified
Discord: https://discord.gg/7StTjnR
GitHub: https://github.com/WebDevSimplified
CodePen: https://codepen.io/WebDevSimplified


⏱️ Timestamps:

00:00 - Introduction
00:40 - Why you need useDeferredValue
01:59 - How useDeferredValue works
02:45 - How to implement useDeferredValue


#useDeferredValue #WDS #React