UNPKG

zstoreq

Version:

zustand-query is a library that helps you to query You can cal your api and get the data and store it in zustand store

4 lines (3 loc) 174 B
export { useQueryZustand } from "./useQueryZustand"; export { useMutationZustand } from "./useMutationZustand"; export { useQueryCacheStore } from "./createQueryCacheStore";