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.
git clone https://github.com/cisstech/react-playground.gitNavigate to the cloned directory:
cd react-playgroundInstall dependencies:
yarn- Sample 1: Form Manager
- Description: Simplifying Heterogeneous Form Management in React Applications.
- How to run: Run
yarn startand go tohttp://localhost:4200/react-playground/form-manager. - Article : medium.com
- Live demo: https://cisstech.github.io/react-playground/form-manager
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.
MIT © Mamadou Cisse