https://github.com/markerikson/react-19-rdt-useformstatus-error
https://github.com/markerikson/react-19-rdt-useformstatus-error
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/markerikson/react-19-rdt-useformstatus-error
- Owner: markerikson
- Created: 2024-06-06T19:53:15.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-06T19:53:47.000Z (about 2 years ago)
- Last Synced: 2025-04-19T23:47:08.394Z (over 1 year ago)
- Language: JavaScript
- Size: 28.8 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React 19 Playground
> [!NOTE] Cloned from https://github.com/bradtraversy/react-19-playground,
> and tweaked to use client-side `` tags for soft navigation instead of `` tags
This is a playground for some of the new features in React 19 and new experimental hooks and features. It uses the experimental version of React and is meant for testing and learning purposes only.

## Getting Started
To get started, clone the repository and run the following commands:
```bash
npm install
npm run dev
```
Open http://localhost:3000 to view the app in the browser.
The homepage will show a list of all the examples and you can click on each example to view the result of the code.
You can make PRs to add new examples or improve the existing ones.