https://github.com/bradtraversy/react-19-playground
https://github.com/bradtraversy/react-19-playground
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bradtraversy/react-19-playground
- Owner: bradtraversy
- Created: 2024-03-04T19:47:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-29T12:42:51.000Z (about 1 year ago)
- Last Synced: 2025-05-06T07:38:05.537Z (about 2 months ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 115
- Watchers: 5
- Forks: 75
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - bradtraversy/react-19-playground - (JavaScript)
README
# React 19 Playground
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.