Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/haxe-react/haxe-react-redux-form
React Redux Form externs for Haxe
https://github.com/haxe-react/haxe-react-redux-form
Last synced: about 1 month ago
JSON representation
React Redux Form externs for Haxe
- Host: GitHub
- URL: https://github.com/haxe-react/haxe-react-redux-form
- Owner: haxe-react
- License: mit
- Created: 2018-05-01T12:46:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-21T04:38:53.000Z (over 3 years ago)
- Last Synced: 2024-04-28T04:04:13.194Z (9 months ago)
- Language: Haxe
- Size: 16.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Haxe React Redux Form
A Haxe library offering externs for the [React Redux Form](https://github.com/davidkpiano/react-redux-form) library.
React Redux Form is a collection of reducer creators and action creators that make implementing even the most complex and custom forms with React and Redux simple and performant.
## HRRF 0.1.x: Focus on local forms
The first release of this library focuses on local forms, and leaves out the following APIs: `modelReducer`, `formReducer`, `combineForms`, `createForms` and action creators.
The plan it to make it work seamlessly with `haxe-redux`, which may not be the case out of the box.