0.9.0 • Published 5 years ago

vue3-redux v0.9.0

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

Vue3-Redux bindings

CI

public api

  • provideStore(store) - provide redux store
  • useStore() - inject provided store
  • useDispatch() - inject dispatch method of injected store
  • useSelector(selector, compare?) - select state (check react-redux)
  • createHooks() - create namespaced hooks (or for typing)
  • mixin - Mixin from options

TypeScript

Use createHooks<T>() for typed hooks creation

Check d.ts for API types

TODO:

  • Internally uses @vue/composition-api, after Vue.3 need to migrate to @vue/reactive
0.9.0

5 years ago

0.8.0

5 years ago

0.7.0

5 years ago

0.6.0

5 years ago

0.5.0

5 years ago

0.4.0

5 years ago

0.3.0

5 years ago

0.2.0

5 years ago

0.1.0

5 years ago