An open API service indexing awesome lists of open source software.

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.

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)