flow-immutable-models icon indicating copy to clipboard operation
flow-immutable-models copied to clipboard

Extend Immutable.Record instead of composing with Immutable.Map

Open pbomb opened this issue 8 years ago • 0 comments

Explore extending Immutable.Record with same getters / setters. With this approach, we might be able to add in default values (initialValues variable) so we can be more sure about types not having to be maybe types.

pbomb avatar Oct 22 '16 21:10 pbomb