React 19 Cheat Sheet
React 19 Cheat Sheet
Dodds
EpicReact.dev
use client-side React features. and onUncaughtError handlers for root components.
'use server'
Marks server-side functions callable from client-side code.
use
Reads resources like promises or context during render, allowing for
Actions
conditional use.
Async functions that handle form submission, error states, and
optimistic updates automatically.
useOptimistic
Show optimistic state while async requests are in progress.