Hello !
class HelloWorld extends HTMLElement { connectedCallback() { const shadow = this.attachShadow({ mode: 'closed' }) const template = document.getElementById('hello-world') shadow.append(template.content.cloneNode(true)); } } customElements.define('hello-world', HelloWorld);Hello World!
Selenium Conf @bromann | mastodon.social/@bromannHello World!
Selenium Conf @bromann | mastodon.social/@bromannHello {props.children}
); } export function App(props) { return (Selenium Conf) } ReactDOM.createRoot( document.querySelector('#root') ).render() @bromann | mastodon.social/@bromann