This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.13.2
Examples!
- Thanks to @etrepum, we've set up the foundation for runnable examples in the repo, with more to come! Right now, the basic quick start example is available by running:
npm install
npm run examples
Feel free to let us know which examples you'd like to see in the repo!
Performance enhancements
- The
<Errors>
component no longer requires the entire state inmapStateToProps
, nor does the<Form>
component, resulting in a significant performance boost. #237 - The
<Form>
component now benefits from React'sshallowCompare
for efficient rendering.
Bug fixes