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.