UNPKG

@baqhub/sdk-react-dom

Version:

The official React DOM SDK for the BAQ federated app platform.

21 lines (12 loc) 1.09 kB
# BAQ React DOM SDK · [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-react-dom/LICENSE) [![npm version](https://img.shields.io/npm/v/@baqhub/sdk-react-dom.svg?color=)](https://www.npmjs.com/package/@baqhub/sdk-react-dom) This is the official React DOM SDK for the [BAQ](https://baq.dev) federated app platform. It provides DOM-specific adapters to enable the [BAQ React SDK](https://baq.dev/docs/learn/guides/using-the-react-sdk) to work in web browsers. ## Installation The BAQ React DOM SDK is distributed as an NPM package. ```bash npm install @baqhub/sdk @baqhub/sdk-react @baqhub/sdk-react-dom ``` ## Documentation - **[Getting started guide](https://baq.dev/docs/learn/guides/using-the-react-sdk)** : Overview of the React SDK. - **[Full reference](https://baq.dev/docs/reference/react-sdk/types/storageadapter#localstorageadapter)** : All the types and functions. ## License The BAQ React DOM SDK is [MIT licensed](https://github.com/baqhub/baq/blob/main/packages/lib-sdk-react-dom/LICENSE).