Copyright (C) 2017 Leonidas Oy Ltd
Written by <[email protected]>
Licensed under the MIT license
We attempt to harness the friendly API of Immutable.js to build Redux reducers while trying to preserve as much type safety as possible.
State branches are TypedRecord
s. A combineReducers
that outputs TypedRecord
s is provided.
- Reduce boilerplate
- Typesafe setters
- Wrap into a library and release into NPM
Hello, did you advance on the creation of this NPM library? I have reached a similar solution with the same packages and I was wondering if this could be an official package =)
Cheers!