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

https://github.com/scottdj92/forms-with-formik

A source repository for a blog post about dynamic forms with Formik
https://github.com/scottdj92/forms-with-formik

formik react styled-components typescript yup

Last synced: about 1 month ago
JSON representation

A source repository for a blog post about dynamic forms with Formik

Awesome Lists containing this project

README

          

# forms-with-formik
A source repository for a blog post about dynamic forms with Formik: https://scottdj92.ghost.io/building-dynamic-forms-with-formik-with-react-and-typescript/

# Table of Contents
Each branch of this repo will cover a specific use case to prevent the repo from getting cluttered.

| Case | branch |
|---|---|
| Initial Form Creation | [case 1](https://github.com/scottdj92/forms-with-formik/tree/case/initial-form) |
| Form Validation | [case 2](https://github.com/scottdj92/forms-with-formik/tree/case/form-validation) |
| Custom styled fields | [case 3](https://github.com/scottdj92/forms-with-formik/tree/case/styled-fields) |
| Array of fields | [case 4](https://github.com/scottdj92/forms-with-formik/tree/case/array-of-fields) |

## Getting started
Each branch will use npm/yarn as the package manager.

* `npm install` or `yarn install` to install all dependencies. It's recommended that this is done when you switch branches to ensure all packages are up to date.
* `npm run dev` or `yarn dev` to run the local development environment