Show HN: Immutable and type-checked state and actions for Redux(github.com)
github.com
Show HN: Immutable and type-checked state and actions for Redux
https://github.com/gcanti/redux-tcomb
2 comments
Type checked state is known as "typestate". A Google search will bring up the typestate paper.
Does anyone know whether there's any immutable collections that work well with tcomb? I'm a bit weary of adding yet another data structure thing to my code (after Immutable and Ramda), so I'd prefer to replace Immutable by tcomb but I'm afraid that'll make add-to-immutable-sequence kind of operations significantly slower. Any tips?