The React SDK provides hooks and pre-built UI components for building integration experiences in your React app. It’s built on top of the TypeScript SDK.Documentation Index
Fetch the complete documentation index at: https://docs.getmembrane.com/llms.txt
Use this file to discover all available pages before exploring further.
Install
Setup
Wrap your app with the Membrane provider:Hooks
Use hooks to fetch and manage Membrane resources:Available Hooks
| Hook | Description |
|---|---|
useMembrane | Get the MembraneClient instance from context |
useIntegrations / useIntegration | List or get integrations |
useConnections / useConnection | List or get connections |
useActions / useAction | List or get actions |
useActionInstances / useActionInstance | List or get action instances (per-tenant) |
useFlows / useFlow | List or get flows |
useFlowInstances / useFlowInstance | List or get flow instances |
useFlowRuns / useFlowRun | List or get flow run history |
useDataSources / useDataSource | List or get data sources |
useDataSourceInstances / useDataSourceInstance | List or get data source instances |
useFieldMappings / useFieldMapping | List or get field mappings |
useFieldMappingInstances / useFieldMappingInstance | List or get field mapping instances |
useDataLinkTables / useDataLinkTable | List or get data link tables |
useDataLinkTableInstances / useDataLinkTableInstance | List or get data link table instances |
useAppEventTypes / useAppEventType | List or get internal event types |
useAppEventSubscriptions / useAppEventSubscription | List or get internal event subscriptions |
useAppDataSchemas / useAppDataSchema | List or get app data schemas |
useAppDataSchemaInstances / useAppDataSchemaInstance | List or get app data schema instances |
useExternalEventSubscriptions / useExternalEventSubscription | List or get external event subscriptions |
useCustomers / useCustomer | List or get customers |
usePackages / usePackage | List or get packages |
useScreen | Access UI screens |
useConnectorSpec | Get connector specification |
useDataCollectionSpec | Get data collection specification |