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
I'm sure this has been requested before but I could not find it in the issues, but I would like to be able to subscribe functions only to a part of the subtree in the state that they care about and have them called when that portion of the subtree is modified. If that's not doable because of greater architectural concerns, right now in my project I'm using a function that wraps my subscriber that handles this for me, could something like this be added to the project? I'm willing to contribute the code myself, but I'm not sure how this community functions yet.
The text was updated successfully, but these errors were encountered:
I'm sure this has been requested before but I could not find it in the issues, but I would like to be able to subscribe functions only to a part of the subtree in the state that they care about and have them called when that portion of the subtree is modified. If that's not doable because of greater architectural concerns, right now in my project I'm using a function that wraps my subscriber that handles this for me, could something like this be added to the project? I'm willing to contribute the code myself, but I'm not sure how this community functions yet.
The text was updated successfully, but these errors were encountered: