FormidableLabs / react-fast-compare

fastest deep equal comparison for React
MIT License
1.59k stars 54 forks source link

Thanks! #13

Closed jaredpalmer closed 6 years ago

jaredpalmer commented 6 years ago

Just shaved 5kb off Formik with this. nbd.

chrisbolin commented 6 years ago

@jaredpalmer awesome to hear! what did you replace?

jaredpalmer commented 6 years ago

lodash.isequal which i probs should never have been using in the first place.

chrisbolin commented 6 years ago

isEqual is really convenient and thorough. totally fine to use something like that when you are developing and remove it later for performance/size/features etc.

glad this was helpful!