Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

Commit a247e7c

Browse files
committed
Merge branch 'master' of github.com:davidkpiano/react-redux-form
2 parents abfb0c8 + daedae7 commit a247e7c

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,16 @@ React Redux Form is a collection of reducer creators and action creators that ma
99

1010
`npm install react-redux-form --save`
1111

12+
## Features
13+
14+
- Separation of model state and form state for simplicity and performance
15+
- Ability to use [existing reducers](http://davidkpiano.github.io/react-redux-form/#/api/Guide:-Using-Existing-Reducers) easily
16+
- Sync and async field [validation](http://davidkpiano.github.io/react-redux-form/#/api/Guide:-Validation) at any part of the state
17+
- Convenient [`<Field>` component](http://davidkpiano.github.io/react-redux-form/#/api/API:-Field-Component) for automatically mapping props to native form controls
18+
- Support for Immutable.JS: `import { createModelReducer } from 'react-redux-form/immutable'`
19+
- Support for [React-Native and custom components](http://davidkpiano.github.io/react-redux-form/#/api/Guide:-React-Native-&-Custom-Components)
20+
- Multiple utility [model actions](http://davidkpiano.github.io/react-redux-form/#/api/API:-Action-Thunk-Creators)
21+
1222
## Quick Start
1323

1424
Be sure to read the [step-by-step](http://davidkpiano.github.io/react-redux-form/#/api/Guide:-Step-by-Step) guide in the documentation.

0 commit comments

Comments
 (0)