What is Redux Form?
It is a Higher Order Component using react-redux to keep form state in a Redux store. It works with React Redux to enable an html form in React to use Redux to store all of its state.
Redux Form is a tool in the Javascript UI Libraries category of a tech stack.
Redux Form is an open source tool with GitHub stars and GitHub forks. Here’s a link to Redux Form's open source repository on GitHub
Who uses Redux Form?
Companies
19 companies reportedly use Redux Form in their tech stacks, including frontend, Colvin, and Shippo.
Developers
43 developers on StackShare have stated that they use Redux Form.
Decisions about Redux Form
Here are some stack decisions, common use cases and reviews by companies and developers who chose Redux Form in their tech stack.
Redux Form Alternatives & Comparisons
What are some alternatives to Redux Form?
React
Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.
Formik
It takes care of the repetitive and annoying stuff--keeping track of values/errors/visited fields, orchestrating validation, and handling submission--so you don't have to.
React Hook Form
Performant, flexible and extensible forms with easy to use validation.
jQuery
jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.
AngularJS
AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.