Immutable was built to handle things we need for mrw, like nested state updates with minimum memory overhead. Currently mrw exposes state as plain objects. It's probably best that it exposes immutable state only, which allows for much safer and less defensive programming.
This is a big API change although functionality doesn't change.
Immutable was built to handle things we need for mrw, like nested state updates with minimum memory overhead. Currently mrw exposes state as plain objects. It's probably best that it exposes immutable state only, which allows for much safer and less defensive programming.
This is a big API change although functionality doesn't change.