Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

React Redux Form v0.12.3

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 17 May 14:52
· 1185 commits to master since this release

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 and capitalize.