https://github.com/agjs/react-playground
🔥 🔮 Configuration free React playground. No installation, no bundling. Clone and play with React & Redux.
https://github.com/agjs/react-playground
react react-components react-performance react-starter react-starter-kit redux
Last synced: 4 months ago
JSON representation
🔥 🔮 Configuration free React playground. No installation, no bundling. Clone and play with React & Redux.
- Host: GitHub
- URL: https://github.com/agjs/react-playground
- Owner: agjs
- Created: 2018-07-20T12:32:51.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-07-20T13:23:55.000Z (over 7 years ago)
- Last Synced: 2025-06-20T16:12:34.172Z (6 months ago)
- Topics: react, react-components, react-performance, react-starter, react-starter-kit, redux
- Language: HTML
- Homepage: https://aleksandar.xyz
- Size: 1.95 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# React Playground
This simple repository is useful for testing React features and profiling. Since we are pulling
dependencies from CDN, there's no need for installing, bundling or configuring anything. Just clone
the repo and play with React.
The idea is to completely remove any side effects and focus purely on React and its ecosystem.
If you create new components or any JSX files in general, don't forget to include them under your
index.html scripts.
_This repository is not inteded for providing production ready tooling nor for builing projects in general. You should primarly use it as a playground to test out internal features, measure preformances and similar._
## What's included
- React 16
- ReactRedux
- ReactDOM
- Redux
Don't forget to add all the nasty React and Redux tools for your browser.