·
11 commits
to main
since this release
Minor Changes
c0ec41f
by @zbeyens –createAtomStore
now returns new utility hooks to provide a more direct way to access store atoms without having to calluseStore()
first:use<Name>State(key, storeOptions)
- Get/set state for a specific keyuse<Name>Value(key, options, deps)
- Get value for a specific key with optional selector and equality functionuse<Name>Set(key, storeOptions)
- Get setter for a specific key