This project showcases various examples of React features and hooks, including:
- Optimistic Updates: Demonstrates how to use
useOptimisticto show optimistic UI updates before an action completes. - Using Promises: Illustrates how to use the
usehook to read promises and handle suspensions. - Form Status: Utilizes
useFormStatusto provide status information about a parent<form>. - Transitions: Explores the use of
useTransitionto mark UI updates as transitions to avoid blocking the UI.
Live Demo: https://react-19-examples-six.vercel.app/