ionic-team/stencil-store

Example usage of Subscriptions?

davejsdev opened this issue · 2 comments

I noticed the store.use() method in the docs but I don't see any examples of how it's intended to be used. Could someone provide an example and context for when and how to use this method? Thanks!

Subscriptions are simple ways to use (pun intended) several events at the same time. I use a subscription in stencil-store-storage.

Yes a doc could be nice please !