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
Anyway, that's the gist of the idea. Classes that work like normal JS classes, but the instances have the properties observed for changes, which ca be subscribed to, and you can either dispatch "standard actions" where the action.type is the actual method, payload and meta being passed as the first and second arguments respectively, from the store, or you can just call the store functions directly, both have the same result.
That's this idea, at least until I change it
The text was updated successfully, but these errors were encountered:
So the idea would be
Anyway, that's the gist of the idea. Classes that work like normal JS classes, but the instances have the properties observed for changes, which ca be subscribed to, and you can either dispatch "standard actions" where the
action.type
is the actual method, payload and meta being passed as the first and second arguments respectively, from the store, or you can just call the store functions directly, both have the same result.That's this idea, at least until I change it
The text was updated successfully, but these errors were encountered: