Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.