@typedream/zustand-query
v0.0.3
Published
A simple data fetching tool, built on top of Zustand, inspired by RTK Query.
Downloads
2
Keywords
Readme
Zustand Query
A simple data fetching tool, built on top of Zustand, inspired by RTK Query.
Usage
TODO: See examples for now
Examples
We have a couple examples listed in examples
folder. To run them:
cd examples/basic
yarn
yarn dev
Development
We usually use the basic example to develop zustand-query
. It's easy to do so by doing a symlink from dist
to the example's node_modules
Steps:
yarn
yarn link
yarn dev
cd examples/basic
yarn link @typedream/zustand-query
yarn dev