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
There's no good way to create reusable bits of stores, for example, default methods, action handlers, or initialize methods. See #31 for a good example.
Mixins could certainly do the trick (merge action hashes, call multiple initialize methods, mix in other methods and properties), but I'm not sure if it's the best solution for the problem.
The text was updated successfully, but these errors were encountered:
There's no good way to create reusable bits of stores, for example, default methods, action handlers, or initialize methods. See #31 for a good example.
Mixins could certainly do the trick (merge
action
hashes, call multipleinitialize
methods, mix in other methods and properties), but I'm not sure if it's the best solution for the problem.The text was updated successfully, but these errors were encountered: