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've noticed that we subscribe to the whole state in the subscriptions we do in the threeJS. A more optimized way would be to only subscribe to parts that interest us:
I've noticed that we subscribe to the whole state in the subscriptions we do in the threeJS. A more optimized way would be to only subscribe to parts that interest us:
currently:
but we could do it with
subscribeWithSelector
as explained here: https://stackoverflow.com/questions/78269060/how-to-subscribe-unsubscribe-to-a-zustand-nested-object-storeThe text was updated successfully, but these errors were encountered: