🚀🚀
Size: a a a
🚀🚀
🚀🚀
🚀🚀
🚀🚀
m
NK
useEvent
. It's a shorthand for calling several useEvent
at once (PR 425 by @sergeysova)NK
EГ
MS
MS
const store = createStore(0)
const { increment, decrement } = createApi(store, {
increment: state => state + 1,
decrement: state => state - 1,
})
MS
MS
EГ
MS
MS
MS
EГ
MS
EГ
MS