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
- Host: GitHub
- URL: https://github.com/wastaz/fable-redux
- Owner: wastaz
- License: mit
- Created: 2016-11-04T14:09:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T20:03:13.000Z (over 9 years ago)
- Last Synced: 2025-06-25T08:06:26.118Z (12 months ago)
- Topics: fable, fable-bindings, redux
- Language: F#
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 :)