/tuto_form_react-redux

tutorial to create a form with react and redux

Primary LanguageJavaScriptThe UnlicenseUnlicense

This project was created as the base for the redaction of the article Tutorial | Creating a form with React + Redux

Objective

The objective of this project was to create a boilerplate/ provide an easy way to create a form with react and redux. This project can be used as a base to implement any kind of forms.

Use this project

To use this project, get the code from the github repository:

git clone https://github.com/pierresegonne/tuto_form_react-redux.git

Then install the dependencies with yarn

and boot the project with yarn start

Ressources