Decouple vuex-toolkit from sagas and extend Store in a backward-compatible way #4
Labels
breaking change
Breaking change in the library API and/or behaviour
type: visible enhancement
New feature, change in the library API or expected behaviour
Decouple vuex-toolkit from sagas. Implement vuex saga plugin as a
vuex-toolkit-saga
"extension" - a separate package.Create an extended Store interface. Something like
Create 2 versions of the
send()
method (maybesend
andput
, orsend
andresolve
- naming to be decided). One should be synchronous and returnvoid
, the other one should be async and return aPromise
. Both should work with all kinds of messages that vuex-toolkit supports.The text was updated successfully, but these errors were encountered: