Best of Web ComponentsDecember 2023

  1. 1
    Article
    Avatar of logrocketLogRocket·2y

    Nesting web components in vanilla JavaScript

    Web components are native components that work across all browsers without relying on build tools. This article discusses how to create a reusable card component using web components and vanilla JavaScript, as well as how to use layout containers to organize multiple cards. It provides code examples and explains the benefits of using web components.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    Web components reading list – 12 Days of Web Components

    A reading list of web component blog posts and resources. Includes the 2023 State of Web Components, debunking myths and misconceptions, and how web components eliminate JavaScript framework lock-in.