https://github.com/cisstech/react-playground
This repository serves as a React playground with a monorepo structure containing multiple React samples.
https://github.com/cisstech/react-playground
design-patterns react reactjs
Last synced: 4 days ago
JSON representation
This repository serves as a React playground with a monorepo structure containing multiple React samples.
- Host: GitHub
- URL: https://github.com/cisstech/react-playground
- Owner: cisstech
- License: mit
- Created: 2023-11-23T22:47:30.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-03T18:48:29.000Z (about 2 years ago)
- Last Synced: 2025-01-12T11:31:43.641Z (over 1 year ago)
- Topics: design-patterns, react, reactjs
- Language: TypeScript
- Homepage:
- Size: 5.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Playground
This repository serves as a React playground with a monorepo structure containing multiple React samples. Each sample is a self-contained React application that demonstrates specific features, patterns, or concepts.
## Getting Started
### Clone this repository
```bash
git clone https://github.com/cisstech/react-playground.git
```
Navigate to the cloned directory:
```bash
cd react-playground
```
Install dependencies:
```bash
yarn
```
## Available Samples
- Sample 1: Form Manager
- Description: Simplifying Heterogeneous Form Management in React Applications.
- How to run: Run `yarn start` and go to `http://localhost:4200/react-playground/form-manager`.
- Article : [medium.com](https://medium.com/@mciissee/form-manager-pattern-simplifying-heterogeneous-form-management-in-react-applications-11207930d289)
- Live demo:
## Contributing
Feel free to contribute by adding new samples, improving existing ones, or providing documentation enhancements. Follow these steps:
Fork the repository.
Create a new branch for your feature or improvement.
Make your changes and commit them.
Open a pull request.
## ✨ License
MIT © [Mamadou Cisse](https://github.com/cisstech)