A quick overview of React 19 (my notes)
1. Actions: Making async operations cleaner
Transition notes
When you wrap an async operation in a transition (using useTransition), React will:
Immediately set isPending to true
Keep the current UI interactive while the async operation is happenin...
tigerabrodi.blog3 min read