This is the official React SDK for the BAQ federated app platform. It provides components and hooks to make it easier to build reactive UI on top of records.
The BAQ React SDK is distributed as an NPM package.
npm install @baqhub/sdk @baqhub/sdk-react
Platform-specific features are implemented in separate packages.
npm install @baqhub/sdk-react-dom
- Getting started guide : Overview of the React SDK.
- Full reference : All the components and hooks.
The BAQ React SDK is MIT licensed.