Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

Can you point to any example projects or a todo list app that shows how modern web component can be utilized.


Sure

    class App extends HTMLDivElement {}

    customElements.define(“main-app”, App)

    <body><main-app/></body>
    
This is the simplest web component.

More examples:

https://github.com/mdn/web-components-examples





Consider applying for YC's Winter 2026 batch! Applications are open till Nov 10

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: