All Projects → redux-form → Redux Form

redux-form / Redux Form

Licence: mit
A Higher Order Component using react-redux to keep form state in a Redux store

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Redux Form

React Controlled Form
Flexible, Modular & Controlled Forms for React and Redux
Stars: ✭ 121 (-99.04%)
Mutual labels:  form-validation, form, forms, redux-form
React Final Form
🏁 High performance subscription-based form state management for React
Stars: ✭ 6,781 (-46.17%)
Mutual labels:  validation, form-validation, form, forms
React Hook Form
📋 React Hooks for form state management and validation (Web + React Native)
Stars: ✭ 24,831 (+97.12%)
Mutual labels:  validation, form-validation, form, forms
Usetheform
React library for composing declarative forms, manage their state, handling their validation and much more.
Stars: ✭ 40 (-99.68%)
Mutual labels:  validation, form-validation, form, forms
Just Validate
Lightweight (~4,5kb gzip) form validation in Javascript Vanilla, without dependencies, with customizable rules (including remote validation), customizable messages and customizable submit form with ajax helper.
Stars: ✭ 74 (-99.41%)
Mutual labels:  validation, form-validation, form
Awesomevalidation
Android validation library which helps developer boil down the tedious work to three easy steps.
Stars: ✭ 1,093 (-91.32%)
Mutual labels:  validation, form, forms
React Native Merlin
🧙 Simple web-like forms in react native.
Stars: ✭ 83 (-99.34%)
Mutual labels:  validation, form, forms
Formhelper
ASP.NET Core - Transform server-side validations to client-side without writing any javascript code. (Compatible with Fluent Validation)
Stars: ✭ 155 (-98.77%)
Mutual labels:  validation, form-validation, form
Jafar
🌟!(Just another form application renderer)
Stars: ✭ 107 (-99.15%)
Mutual labels:  form-validation, form, forms
Neoform
✅ React form state management and validation
Stars: ✭ 162 (-98.71%)
Mutual labels:  validation, form-validation, form
Form For
ReactJS forms made easy
Stars: ✭ 118 (-99.06%)
Mutual labels:  form-validation, form, forms
Vue Formulate
⚡️ The easiest way to build forms with Vue.
Stars: ✭ 1,947 (-84.54%)
Mutual labels:  validation, form, forms
Formik Alicante
Formik slides & demos from React Alicante
Stars: ✭ 47 (-99.63%)
Mutual labels:  validation, form, forms
Legit
input validation framework
Stars: ✭ 81 (-99.36%)
Mutual labels:  validation, form-validation, form
Ok
✔️ A tiny TypeScript library for form validation
Stars: ✭ 34 (-99.73%)
Mutual labels:  validation, form-validation, form
Bootstrap Validate
A simple Form Validation Library for Bootstrap 3 and Bootstrap 4 not depending on jQuery.
Stars: ✭ 112 (-99.11%)
Mutual labels:  validation, form-validation, form
Liform React
Generate forms from JSON Schema to use with React (& redux-form)
Stars: ✭ 167 (-98.67%)
Mutual labels:  validation, forms, redux-form
Bunny
BunnyJS - Lightweight native (vanilla) JavaScript (JS) and ECMAScript 6 (ES6) browser library, package of small stand-alone components without dependencies: FormData, upload, image preview, HTML5 validation, Autocomplete, Dropdown, Calendar, Datepicker, Ajax, Datatable, Pagination, URL, Template engine, Element positioning, smooth scrolling, routing, inversion of control and more. Simple syntax and architecture. Next generation jQuery and front-end framework. Documentation and examples available.
Stars: ✭ 473 (-96.25%)
Mutual labels:  validation, form-validation, form
Formsy React
A form input builder and validator for React JS
Stars: ✭ 708 (-94.38%)
Mutual labels:  validation, form-validation, form
React Form With Constraints
Simple form validation for React
Stars: ✭ 117 (-99.07%)
Mutual labels:  validation, form-validation, form

redux-form


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.


NPM Version NPM Downloads Build Status codecov.io Code Climate styled with prettier Twitter URL Patreon Backers on Open Collective Sponsors on Open Collective

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! 💰


⚠️ ATTENTION ⚠️

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.

Installation

npm install --save redux-form

Documentation

🏖 Code Sandboxes 🏖

You can play around with redux-form in these sandbox versions of the Examples.

Videos

A Practical Guide to Redux Form – React Alicante 2017
A Practical Guide to Redux Form – React Alicante 2017
Abstracting Form State with Redux Form – JS Channel 2016
Abstracting Form State with Redux Form – JS Channel 2016

Contributors

This project exists thanks to all the people who contribute.

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].