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

https://github.com/wastaz/fable-redux

Fable bindings for Redux
https://github.com/wastaz/fable-redux

fable fable-bindings redux

Last synced: 4 months ago
JSON representation

Fable bindings for Redux

Awesome Lists containing this project

README

          

# fable-redux

Fable bindings and helpers for the [redux](https://github.com/reactjs/redux) state container.

## Installation

$ npm install --save redux fable-core
$ npm install --save-dev fable-redux

## Usage

In a F# project (.fsproj)




## Related projects

Also have a look at my quite opinionated fable bindings for [react-redux](https://github.com/reactjs/react-redux)
as well as my bindings for [redux-thunk](https://github.com/gaearon/redux-thunk) as well as the excellent
react bindings [fable-import-react](https://www.npmjs.com/package/fable-import-react).

I personally recommend using them all together, but these bindings should also be useful on their own.

## License

MIT, feel free to fork and/or send pull requests :)