React hooks and components for the Outseta API. Built on TanStack Query with auto-generated hooks from the Outseta OpenAPI spec.
npm install @outseta/reactreact^18.0.0 || ^19.0.0
import { createClient } from "@outseta/react";
const client = createClient({
subdomain: "your-company",
apiKey: "your-api-key",
apiSecret: "your-api-secret",
});