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. Of those hooks, the one I am most excited for is the useTransition hook. This hook helps increase the performance of your applications, increase the responsiveness of your application to users, and overall just make your application better. This video is all about how this new hook works.


Materials/References:

FREE React Hooks Course: https://courses.webdevsimplified.com/react-hooks-simplified
useTransiton Article: https://blog.webdevsimplified.com/2022-04/use-transition


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:30 - Why you need useTransition
01:53 - How useTransition works
03:00 - How to implement useTransition
06:35 - When to use useTransition

#useTransition #WDS #React