Skip to content

Latest commit

 

History

History
4 lines (2 loc) · 295 Bytes

useTransition.md

File metadata and controls

4 lines (2 loc) · 295 Bytes

What is the useTransition hook?

useTransition hook allows you to mark certain updates as transitions so they can be deprioritized, allowing other, more urgent updates to be processed first. This ensures that the UI remains responsive during updates that might take some time.