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
That was been deliberately left out of the core lib. Goal of this repo is to provide just the core functionality of the Redux pattern. Additional libs, middleware, enhancers can add functionality.
There is a port of Reselect library which allows memoized subscriptions to substates https://github.com/reduxkotlin/Reselect
I plan to do some work to that lib and this one once kotlin 1.3.7 is released
It doesn't seem possible to be able to subscribe the state change of a specific value or sub-state. Do you have any plans to add this feature?
The text was updated successfully, but these errors were encountered: