Diablow/zustand-store-addons

Simpler fetch [discussion]

Opened this issue · 0 comments

first, great library. very interesting stuff - been looking for computed since vuex :)
regarding something i saw in the docs:

const [count, increment, doubleCount, total] = useStore(
    'count, increment, doubleCount, total'
  )

you've made variables as a one long string... than said "This is looking good!" but that method is prone to user errors. most new projects are typescript these days and that is considered breaking the rules.