https://github.com/alitursucular/react-mui-redux-user-form-demo
A tiny React, Material UI and Redux app that accepts user input and commits it to a Redux store. React Hook Form & Yup is used to power the form and its validation.
https://github.com/alitursucular/react-mui-redux-user-form-demo
material-ui react react-hook-form redux-store yup yup-validation
Last synced: about 2 months ago
JSON representation
A tiny React, Material UI and Redux app that accepts user input and commits it to a Redux store. React Hook Form & Yup is used to power the form and its validation.
- Host: GitHub
- URL: https://github.com/alitursucular/react-mui-redux-user-form-demo
- Owner: alitursucular
- Created: 2020-12-09T21:59:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-12-15T21:59:25.000Z (over 4 years ago)
- Last Synced: 2025-02-02T01:30:04.368Z (4 months ago)
- Topics: material-ui, react, react-hook-form, redux-store, yup, yup-validation
- Language: JavaScript
- Homepage: https://alitursucular.github.io/react-mui-redux-user-form-demo
- Size: 1.32 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Creating a user form with React, Material UI and Redux
A tiny React, Material UI and Redux app that accepts user input and commits it to a Redux store. React Hook Form & Yup is used to power the form and its validation.
For the [**demo**](https://alitursucular.github.io/react-mui-redux-user-form-demo) of this repo please visit: https://alitursucular.github.io/react-mui-redux-user-form-demo
---
Note: The source code is in the _master branch_ while the build code is in _gh-pages_.