Capxul Docs

React SDK

Integrate Capxul with a provider and TanStack Query hooks while the Core SDK owns domain behavior.

@capxul/sdk-react is the React projection over @capxul/sdk. One provider owns client bootstrap and query state; hooks expose the Core SDK client's domain method bundles as queries and mutations.

<CapxulProvider publishableKey={publishableKey}>
  <App />
</CapxulProvider>

Choose your path

Two references, two jobs

This section explains how to integrate the React package. The hook catalog remains the detailed API reference with one page per hook. The Core SDK section owns domain method behavior and capability status.

React hooks project Core SDK operations; they do not make an unavailable Core operation work. Check Core SDK capability status before integrating a domain operation.

On this page