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
- Host: GitHub
- URL: https://github.com/timmikeladze/ya-react-redux-form
- Owner: TimMikeladze
- License: mit
- Created: 2016-05-10T02:05:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2018-01-04T06:43:38.000Z (over 8 years ago)
- Last Synced: 2025-03-30T20:51:23.692Z (over 1 year ago)
- Language: JavaScript
- Size: 155 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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