> For the complete documentation index, see [llms.txt](https://atomico.gitbook.io/doc/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://atomico.gitbook.io/doc/guides/atomico-and-react/integrating-atomico-in-react.md).

# Integrating Atomico in React

Atomico integrates very easily into React, either using [**@atomico/exports**](#atomico-exports) or [**@atomico/react**](#atomico-react).

## @atomico/exports

CLI that decorates the package.json according to the code to be exported in order to share your code optimally. By using the --wrappers flag the CLI will detect the export of webcomponents and automatically create a wrapper for React, Preact and Vue.

You can learn more about [**@atomico/exports**](#atomico-exports) in the following guide:

{% content-ref url="/pages/g6COhp5j6qafKr5nJn7Y" %}
[@atomico/exports](/doc/packages/introduction.md)
{% endcontent-ref %}

### @atomico/react

With this package you will be able to create wrappers for your Webcomponents in React, even managing to make SSR of your webcomponents in environments like Next.js with these wrappers.

You can learn more about [**@atomico/react**](#atomico-react) in the following guide:

{% content-ref url="/pages/IuK9mSIBwHGDo93DDWPs" %}
[@atomico/react](/doc/packages/atomico-react.md)
{% endcontent-ref %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://atomico.gitbook.io/doc/guides/atomico-and-react/integrating-atomico-in-react.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.
