Skip to content

yusufisbilir/react-19-examples

Repository files navigation

React Examples Project

This project showcases various examples of React features and hooks, including:

  1. Optimistic Updates: Demonstrates how to use useOptimistic to show optimistic UI updates before an action completes.
  2. Using Promises: Illustrates how to use the use hook to read promises and handle suspensions.
  3. Form Status: Utilizes useFormStatus to provide status information about a parent <form>.
  4. Transitions: Explores the use of useTransition to mark UI updates as transitions to avoid blocking the UI.

Live Demo: https://react-19-examples-six.vercel.app/