You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
Add ability to watch incoming actions and outgoing states
Something like this:
Is adding a middleware to the reducer also useful?
The text was updated successfully, but these errors were encountered: