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

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.

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_.