Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andyrichardson/fielder-benchmark
Basic comparison between Fielder and Formik
https://github.com/andyrichardson/fielder-benchmark
Last synced: 2 months ago
JSON representation
Basic comparison between Fielder and Formik
- Host: GitHub
- URL: https://github.com/andyrichardson/fielder-benchmark
- Owner: andyrichardson
- Created: 2019-12-16T20:25:23.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2022-06-25T20:11:04.000Z (over 2 years ago)
- Last Synced: 2024-10-15T15:19:46.543Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 147 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## About
A performance benchmark between [Fielder](https://github.com/andyrichardson/fielder) and Formik.
> Note: Example apps are very simple - performance gaps are expected to widen as more fields and forms are added
## Try it out
Clone the repo
```sh
git clone https://github.com/andyrichardson/fielder-benchmark.git
cd fielder-benchmark
```Install deps
```sh
npm ci
```Run benchmark
```sh
npm start
```> Note: To test new versions, delete the `package-lock.json` files, reinstall, and run again.