Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Redux Form | 12,611 | 11,781 | 1,243 | 2 months ago | 235 | November 17, 2021 | 491 | mit | JavaScript | |
A Higher Order Component using react-redux to keep form state in a Redux store | ||||||||||
React Redux Form | 2,096 | 374 | 33 | a year ago | 184 | July 03, 2019 | 183 | mit | JavaScript | |
Create forms easily in React with Redux. | ||||||||||
Jsonforms | 1,537 | 21 | 46 | 3 days ago | 99 | June 16, 2022 | 130 | other | TypeScript | |
Customizable JSON Schema-based forms with React, Angular and Vue support out of the box. | ||||||||||
Reactspa | 923 | 16 days ago | 8 | mit | JavaScript | |||||
combination of react teconology stack | ||||||||||
Redux Form Material Ui | 833 | 477 | 64 | 6 months ago | 23 | May 25, 2018 | 76 | mit | JavaScript | |
A set of wrapper components to facilitate using Material UI with Redux Form | ||||||||||
React Native Clean Form | 461 | 27 | 2 | 4 years ago | 4 | January 03, 2018 | 41 | mit | JavaScript | |
Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components | ||||||||||
3yadmin | 383 | a year ago | 5 | JavaScript | ||||||
基于react全家桶+antd构建的专注通用权限控制与表单的后台管理系统模板 | ||||||||||
Ngrx Forms | 360 | 17 | 5 | 7 months ago | 54 | October 27, 2022 | 29 | mit | TypeScript | |
Enhance your forms in Angular applications with the power of ngrx | ||||||||||
Revalidate | 356 | 130 | 14 | 5 years ago | 10 | August 11, 2017 | 19 | mit | JavaScript | |
Elegant and composable validations | ||||||||||
Shape Form | 302 | a year ago | 3 | August 22, 2019 | 22 | mit | JavaScript | |||
A form library that uses JSON schema and works with Redux. Originally a part of the TakeShape React web client. |
You build great forms, but do you know HOW users use your forms? Find out with Form Nerd! Professional analytics from the creator of Redux Form.
redux-form
works with React Redux to
enable an html form in React to use
Redux to store all of its state.
Psst!! Do you know React and Redux? Sign up with Triplebyte to get offers from top tech companies!
If you're just getting started with your application and are looking for a form solution, the general consensus of the community is that you should not put your form state in Redux. The author of Redux Form took all of the lessons he learned about form use cases from maintaining Redux Form and built React Final Form, which he recommends you use if you are just starting your project. It's also pretty easy to migrate to from Redux Form, because the <Field>
component APIs are so similar. Here is a blog post where he explains his reasoning, or there are two talks if you prefer video. Formik is also a nice solution.
The only good reason, in the author's view, to use Redux Form in your application is if you need really tight coupling of your form data with Redux, specifically if you need to subscribe to it and modify it from parts of your application far from your form component, e.g. on another route. If you don't have that requirement, use React Final Form.
npm install --save redux-form
You can play around with redux-form
in these sandbox versions of the Examples.
![]() |
---|
A Practical Guide to Redux Form React Alicante 2017 |
![]() |
---|
Abstracting Form State with Redux Form JS Channel 2016 |
This project exists thanks to all the people who contribute.
Thank you to all our backers! [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]