@typedream/zustand-query
v0.0.3
Published
A simple data fetching tool, built on top of Zustand, inspired by RTK Query.
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 devDevelopment
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:
yarnyarn linkyarn devcd examples/basicyarn link @typedream/zustand-queryyarn dev
