React 19 demo

This is a playground for some of the new features in React 19 that includes experimental hooks and features.

Setup

This project uses PNPM as the package manager. You can install it by running:

corepack add pnpm

Then you can install the dependencies by running:

pnpm install

Running the project

You can run the project by running:

pnpm dev

This will start the development server (an API server) on http://localhost:3000 and the client app on http://localhost:5173.

License

MIT @ Raí Siqueira