This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.12.3
Optimizations
react-redux-shallow-compare
is now added to the<Field>
component to prevent renders when the field has not changed. #205- Some lodash functions were internalized to reduce bundle size, such as
partial
andcapitalize
.