Skip to content

2.0.2

Compare
Choose a tag to compare
@chaceburnette chaceburnette released this 24 May 20:00
· 105 commits to development since this release
089c3fe
  • Updated for better intellisense using templates
  • Added useStore to be attached to objects returned from setupStore, which wraps and abstracts the need to explicitly call useContext(StoreContext) when subscribing to a store. This also helps with mocking store objects when unit testing components subscribed to a store.