Join Nostr
2025-02-05 12:58:51 UTC

Thomas Michael Semmler on Nostr: Hello #webcomponents people. Lets say you need to do a <custom-parent><custom-child> ...

Hello #webcomponents people. Lets say you need to do a <custom-parent><custom-child> typ of thing, how do you actually do that? I am asking because I noticed that the connectedCallback is firing twice, once you move things around in there and I don't know how to fix it.

I am not using shadow dom.

#webdev #webcomponents #html #css #javascript