Skip to content

Commit

Permalink
Update .changeset/slimy-lizards-tickle.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jake Archibald <[email protected]>
  • Loading branch information
lemonmade and jakearchibald authored Aug 16, 2024
1 parent c3fdb67 commit 52a33f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .changeset/slimy-lizards-tickle.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

## Added native support for synchronizing attributes and event listeners

Previously, Remote DOM only offered “remote properties” as a way to synchronize element state between the host and and remote environments. These remote properties effectively synchronize a subset of a custom element’s instance properties. The `RemoteElement` class offers [a declarative way to define the properties that should be synchronized](/packages/core/README.md#remote-properties).
Previously, Remote DOM only offered “remote properties” as a way to synchronize element state between the host and remote environments. These remote properties effectively synchronize a subset of a custom element’s instance properties. The `RemoteElement` class offers [a declarative way to define the properties that should be synchronized](/packages/core/README.md#remote-properties).

```ts
import {RemoteElement} from '@remote-dom/core/elements';
Expand Down

0 comments on commit 52a33f2

Please sign in to comment.