useQuery is a hook that allows you to fetch data from an API and cache the results.
Get Live preview coming soon
We're working on safely rendering registry components inline.
npx shadcn@latest add @hooks/use-query
import { UseQuery } from "@/hooks/use-query"
const value = UseQuery()