Skip to content

Commit

Permalink
Update size due to lodash.equal in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredpalmer committed Sep 26, 2017
1 parent 22e9ce4 commit f7f6702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ By now, you might be thinking, "Why didn't you just use [Redux-Form](https://git
1. According to our prophet Dan Abramov, [**form state is inherently emphemeral and local**, so tracking it in Redux is unecessary](https://github.com/reactjs/redux/issues/1287#issuecomment-175351978)
2. Redux-Form calls your entire top-level reducer multiple times ON EVERY KEYSTROKE. This is fine for small apps, but as your Redux app grows, input latency will continue increase if you use Redux-Form
3. I no longer use [Redux](https://github.com/reactjs/redux) or [MobX](https://mobx.js.org/), just React's setState.
4. Redux-Form is 22.5 kB minified gzipped (Formik is 8.8 kB)
4. Redux-Form is 22.5 kB minified gzipped (Formik is 8.9 kB)

My goal with Formik was to create a scalable, performant, form helper with a minimal API that does the really really annoying stuff, and leaves the rest up to you.

Expand Down

0 comments on commit f7f6702

Please sign in to comment.