Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.