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

React Redux Form v0.14.3

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 20 Jul 17:58
· 1065 commits to master since this release

Immutable <Field>

  • This patch introduces Field for ImmutableJS, and a new (internal) getter prop for the <Field> component that tells RRF how to "get" the value given the state and model.
import { Field } from 'react-redux-form/lib/immutable';

// use with immutable model reducers
<Field model="...">