muenchen.social ist Teil des dezentralen sozialen Netzwerks, das von Mastodon betrieben wird.
Hallo auf muenchen.social Dies ist eine deutschsprachige Mastodon Instanz für München zum tröten, neue Leute kennenlernen, sich auszutauschen und Spass zu haben.

Verwaltet von:

Serverstatistiken:

1,3 Tsd
aktive Profile

Mehr erfahren

Marc Etienne

@alcinnz I do something similar, relying solely on custom events to broadcast changes that other components might need to sync to. Each event has three bits in its payload:
* the new value
* the Group ID of the elements that the event is intended for
* the ID of the broadcaster, so it can ignore what it itself said

I find it works like a charm, as I use web components sparingly in HTML templates.