Zustand's Store

0

useMyStore()

{
  "foo": 0,
  "bar": "lorem-ipsum"
}
0

useMyStore(state => state.foo)

0
0

useMyStore(state => state.bar)

"lorem-ipsum"