An open API service indexing awesome lists of open source software.

https://github.com/timmikeladze/ya-react-redux-form

Yet Another React Form
https://github.com/timmikeladze/ya-react-redux-form

Last synced: over 1 year ago
JSON representation

Yet Another React Form

Awesome Lists containing this project

README

          

# Yet Another React Redux Form

*ya-react-redux-form*

This package is a straight forward solution for form handling through React and/or Redux. It aims to be as transparent as possible, wrapping your input components to store their values in a Redux store, while leaving the door open for flexible implementation based on your requirements.

## Installation

```
npm i -S ya-react-redux-form
```

## Usage