Fable bindings and helpers for the redux state container.
$ npm install --save redux fable-core
$ npm install --save-dev fable-redux
In a F# project (.fsproj)
<ItemGroup>
<Reference Include="node_modules/fable-core/Fable.Core.dll" />
<Reference Include="node_modules/fable-redux/Fable.Redux.dll" />
</ItemGroup>
Also have a look at my quite opinionated fable bindings for react-redux as well as my bindings for redux-thunk as well as the excellent react bindings fable-import-react.
I personally recommend using them all together, but these bindings should also be useful on their own.
MIT, feel free to fork and/or send pull requests :)