-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Add ability to watch incoming actions and outgoing states
Something like this:
Kaskade.create<Action, State>(initialState) {
watchActions { action ->
// do something like send analytics
}
watchStates { state ->
// do something like send analytics
}
}
Is adding a middleware to the reducer also useful?
amal
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request