Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wastaz/fable-reduxthunk
Fable bindings for redux-thunk
https://github.com/wastaz/fable-reduxthunk
fable fable-bindings redux redux-thunk
Last synced: about 1 month ago
JSON representation
Fable bindings for redux-thunk
- Host: GitHub
- URL: https://github.com/wastaz/fable-reduxthunk
- Owner: wastaz
- License: mit
- Created: 2016-11-04T14:31:08.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-12T20:29:42.000Z (about 8 years ago)
- Last Synced: 2024-11-08T19:54:26.476Z (3 months ago)
- Topics: fable, fable-bindings, redux, redux-thunk
- Language: JavaScript
- Size: 9.77 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fable-reduxthunk
Fable bindings for [redux-thunk](https://github.com/gaearon/redux-thunk).
This package is intended to be used together with my redux bindings [Fable-redux](https://github.com/wastaz/fable-redux)
and also contains extra helpers for working together with my opinionated react-redux bindings,
however they are also usable without the opinionated react-redux binding if those are not to
your liking.## Installation
$ npm install --save redux redux-thunk fable-core
$ npm install --save-dev fable-redux fable-reduxthunk## Usage
In a F# project (.fsproj)
## Related projects
Apart from [Fable-redux](https://github.com/wastaz/fable-redux) which is a
dependency you may also want to have a look at my quite opinionated fable bindings for
[react-redux](https://github.com/reactjs/react-redux) as well as the excellent
react bindings [fable-react](https://www.npmjs.com/package/fable-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 :)