arrow-left
All pages
gitbookPowered by GitBook
1 of 1

Loading...

Integrating Atomico in React

Atomico integrates very easily into React, either using @atomico/exports or @atomico/react.

hashtag
@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 in the following guide:

@atomico/exportschevron-right

hashtag
@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 in the following guide:

@atomico/react
@atomico/reactchevron-right