https://github.com/wastaz/fable-reactredux
(Opinionated) fable bindings for react-redux
https://github.com/wastaz/fable-reactredux
fable fable-bindings react react-redux redux
Last synced: about 1 year ago
JSON representation
(Opinionated) fable bindings for react-redux
- Host: GitHub
- URL: https://github.com/wastaz/fable-reactredux
- Owner: wastaz
- License: mit
- Created: 2016-11-04T14:55:19.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-05T18:36:34.000Z (over 9 years ago)
- Last Synced: 2025-04-17T18:23:49.781Z (about 1 year ago)
- Topics: fable, fable-bindings, react, react-redux, redux
- Language: F#
- Size: 11.7 KB
- Stars: 9
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fable-reactredux
Quite opinionated fable bindings and helpers for [react-redux](https://github.com/reactjs/react-redux).
This package is intended to be used together with my redux bindings
[fable-redux](https://github.com/wastaz/fable-redux) and maybe also the bindings
for redux-thunk [fable-reduxthunk](https://github.com/wastaz/fable-reduxthunk).
These bindings are quite opinionated because the standard interface that the react-redux package
uses is very javascripty, taking advantage of things that is not so easy to properly map into
F#. These bindings aim to give you a slightly more F#-like way to use this library - thus it's
a bit...opinionated.
## Installation
$ npm install --save react-redux redux fable-core
$ npm install --save-dev fable-reactredux fable-redux
## Usage
In a F# project (.fsproj)
## Related projects
Also have a look at my bindings for [redux-thunk](https://github.com/gaearon/redux-thunk) which also contains some
nice optional integration with these bindings as well as the excellent react bindings [fable-react](https://www.npmjs.com/package/fable-react).
## License
MIT, feel free to fork and/or send pull requests :)