Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 1.08 KB

api.md

File metadata and controls

25 lines (17 loc) · 1.08 KB

API

An object you create for each form and pass to the createInputsReducer and connectWithInputs

Used to connect your form component to Redux. Passes down redux-input related props.

Used to create reducers for forms

The higher-order component for wrapping your input components so they can be passed redux-inputs props from the connectWithInputs.

All the actions available to modify the inputs

Reselect selectors for computing derived data from the state

This explains exactly how redux-inputs stores the state

A Component that provides a quick way to set up and use redux-inputs locally