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
{{ message }}
This repository was archived by the owner on Oct 19, 2018. It is now read-only.
I am working on the getting-started docs for Stores and Operations and what I have done so far is show a badly designed component which mixes state and business logic and then the tutorial goes on to refactor that.
is before_mount do @store = Discounter.new end the best way to create a Store?
without wanting to get into Operations yet (that comes later in the tutorial) how do I pass the Store between components or how do I access this Store from other components?