https://github.com/boyney123/react-redux-form-yup-schema-example
Simple example of using react, redux, redux-form and yup for validation.
https://github.com/boyney123/react-redux-form-yup-schema-example
Last synced: 6 months ago
JSON representation
Simple example of using react, redux, redux-form and yup for validation.
- Host: GitHub
- URL: https://github.com/boyney123/react-redux-form-yup-schema-example
- Owner: boyney123
- Created: 2016-05-01T20:48:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-07T15:40:34.000Z (over 7 years ago)
- Last Synced: 2025-03-22T17:11:25.038Z (7 months ago)
- Language: JavaScript
- Size: 4.88 KB
- Stars: 11
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
=======
React, redux-form with schema validation using yup
=======Basic React application that shows how to use yup and schemas to validate your forms when using redux-form.
## Install and run
```js
npm installnpm start
```[Open localhost:3000](http://localhost:3000/)