# ReactJS Libraries

<div align="center"><figure><img src="/files/Lxuaq7kYQBVdcrDNqTml" alt=""><figcaption><p>ApiRTC provides ReactJS hooks</p></figcaption></figure></div>

## ReactJS Hooks&#x20;

### Installation

```bash
npm install @apirtc/react-lib
```

{% hint style="info" %}
`@apirtc/react-lib` depends on `@apirtc/apirtc`
{% endhint %}

*Source code:* [*https://github.com/ApiRTC/react-lib*](https://github.com/ApiRTC/react-lib)

### Getting started

Read the article to start building a ReactJs app :point\_right: [Getting Started with ApiRTC React Hooks](/apirtc-developer-portal/apirtc-js-library/sdks-and-frameworks/reactjs-libraries/getting-started-with-apirtc-react-hooks.md)

### Going further

Read the [ApiRTC ReactJS Hooks reference](https://github.com/ApiRTC/react-lib/blob/main/README.md).

## Visual components

```bash
npm install @apirtc/mui-react-lib
```

*Source code:* [*https://github.com/ApiRTC/mui-react-lib*](https://github.com/ApiRTC/mui-react-lib)


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://dev.apirtc.com/apirtc-developer-portal/apirtc-js-library/sdks-and-frameworks/reactjs-libraries.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
