2.7.9 • Published 11 months ago

@atomico/react v2.7.9

Weekly downloads
-
License
ISC
Repository
github
Last release
11 months ago

@atomico/react

automatically create containers for React and Preact.

Example auto

import "@atomico/react/proxy"; // stores all customElements.define definitions before import
import { auto } from "@atomico/react";
import WebComponent from "./my-webcomponent";

export const ReactWebComponent = auto(WebComponent);

Example wrapper

import { wrapper } from "@atomico/react";
import WebComponent from "./my-webcomponent";

customElements.defined("web-component", WebComponent);

export const ReactWebComponent = wrapper("my-web-component", WebComponent);
2.7.0

12 months ago

2.7.2

12 months ago

2.7.1

12 months ago

2.7.3

12 months ago

2.7.6

11 months ago

2.7.5

12 months ago

2.7.8

11 months ago

2.7.7

11 months ago

2.7.9

11 months ago

2.6.1

1 year ago

2.6.0

2 years ago

2.3.0

2 years ago

2.2.0

2 years ago

2.5.0

2 years ago

2.4.0

2 years ago

2.3.1

2 years ago

2.5.2

2 years ago

2.5.1

2 years ago

1.8.0

2 years ago

2.0.3

2 years ago

2.0.2

2 years ago

2.1.0

2 years ago

2.0.1

2 years ago

2.0.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

2 years ago

1.5.1

3 years ago

1.5.0

3 years ago

1.4.0

3 years ago

1.3.2

3 years ago

1.3.1

3 years ago

1.3.0

3 years ago

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago