This project was created as the base for the redaction of the article Tutorial | Creating a form with React + Redux
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.
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
- This project was created using create-react-app
- This project uses redux, redux-thunk, redux-dev-tools