JSerZANP / jser.dev-comment

1 stars 0 forks source link

2023-05-19-how-does-usetransition-work/ #18

Open utterances-bot opened 3 months ago

utterances-bot commented 3 months ago

How does useTransition() work internally in React?

useTransition() is an API to explicitly put updates in a lower priroity and make it interruptable in concurrent mode.

https://jser.dev/2023-05-19-how-does-usetransition-work/

edisonLzy commented 3 months ago

nice article