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
One migration-related thought - what if we deprecate e.g. #createActions() in favor of something like #register()? This would make it possible to put the Alt compat wrappers in the deprecated functions to avoid breaking existing users and allowing gradual migration.
I don't have an opinion here. Registration is essential if you're going the instance approach, if you're doing singletons then the registration happens whenever you import the store or action.
I think deprecating createStore, createActions in favor of a register decorator/function call makes sense.
ref #337
Sort of a grab bag.
See: #344
Gitter discussion from https://gitter.im/goatslacker/alt?at=558b7039ad7e376201fe886b through https://gitter.im/goatslacker/alt?at=558ba568e6702c3a57647179.
The text was updated successfully, but these errors were encountered: