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
- Host: GitHub
- URL: https://github.com/scottdj92/forms-with-formik
- Owner: scottdj92
- License: mit
- Created: 2018-08-25T13:00:14.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-01T12:49:19.000Z (about 7 years ago)
- Last Synced: 2025-04-22T21:49:12.609Z (6 months ago)
- Topics: formik, react, styled-components, typescript, yup
- Homepage: https://scottdj92.ghost.io/building-dynamic-forms-with-formik-with-react-and-typescript/
- Size: 112 KB
- Stars: 24
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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