SideEffects
Breaking API Changes:
- Renamed
concat
onMiddleware
toappending
. - Update
ActionLens
to have a calling interface similar toStoreProtocol
types.
API Additions:
- Added SideEffect type that runs after middleware.
Breaking API Changes:
concat
on Middleware
to appending
.ActionLens
to have a calling interface similar to StoreProtocol
types.API Additions: