This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v0.14.4
UMD Build
Thanks to the work by @mdgbayly, React Redux Form now builds a proper UMD build: #341 π
We'll be tweaking this to make it more easily accessible in demos and examples in the documentation.
Version 1.0 Beta
Also, Version 1.0 beta is out, and can be downloaded via npm install react-redux-form@beta
. I will be writing the new documentation soon and there are still a bunch of features to be added, so only play around witht his if you're curious right now. The biggest breaking change is around the simplification of the formReducer
and the ability to use plugins with it (so it's a good breaking change), and everything else remains largely the same, with some fun performance enhancements and extra features.