Is React 18 useTransition hook worth it? Indepth analysis

preview_player
Показать описание
Learn useTransition hook in great detail and how it optimizes your react app's performance significantly. This video also talks about the batching feature of React in depth.

#reacthooks #reactjs #reactjstutorial

00:00 - Intro
00:12 - Problems without useTransition hook, react batching & code example
06:46 - useTransition hook
07:40 - Updated Code + demonstration
10:42 - Observing the Performance improvement
12:30 - Summary
13:10 - End
Рекомендации по теме
Комментарии
Автор

Hi should i use a million js or use transition hook to fix these kinds of issues?

anuj
Автор

We can further optimize this via List Virtualization

sarthakagarwal