flow-immutable-models
flow-immutable-models copied to clipboard
Extend Immutable.Record instead of composing with Immutable.Map
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.