2021-01-20
2021
#html
Anna Monus
32585
Jan 20, 2021 â‹… 7 min read

What happened to web components?

Anna Monus Anna is a technical writer who covers frontend frameworks, web standards, accessibility, WordPress development, UX design, and more. Head to her personal blog Annalytic for more content.

Recent posts:

Nitro: Revolutionizing Server-Side JavaScript

Nitro.js: Revolutionizing server-side JavaScript

Nitro.js is a solution in the server-side JavaScript landscape that offers features like universal deployment, auto-imports, and file-based routing.

Iniubong Obonguko
Sep 16, 2024 â‹… 11 min read

How to display notification badges on PWAs using the Badging API

Ding! You got a notification, but does it cause a little bump of dopamine or a slow drag of cortisol? […]

Chigozie Oduah
Sep 13, 2024 â‹… 4 min read
JWT Authentication: Best Practices And When To Use It

JWT authentication: Best practices and when to use it

A guide for using JWT authentication to prevent basic security issues while understanding the shortcomings of JWTs.

Flavio Copes
Sep 12, 2024 â‹… 5 min read

Auth.js adoption guide: Overview, examples, and alternatives

Auth.js makes adding authentication to web apps easier and more secure. Let’s discuss why you should use it in your projects.

Clara Ekekenta
Sep 12, 2024 â‹… 10 min read
View all posts

5 Replies to "What happened to web components?"

  1. I have been using native web components for a few years now and I will never go back to frameworks. They are a completely unassay layer. ..of course I have always preferred component development over frameworks regardless of the platform.

  2. We have been using and supporting Web Components in ING Bank for years, we published our own open source library called Lion (https://github.com/ing-bank/lion). All our apps and websites are based on Web Components.

    Companies which use Web Components include Microsoft (https://www.fast.design/), SalesForce (https://developer.salesforce.com/docs/component-library/documentation/en/lwc), Adobe (https://opensource.adobe.com/spectrum-web-components/) and IBM (https://www.carbondesignsystem.com/), amongst many others.

    Sites such as Open Web Components (https://open-wc.org/) and Modern Web (https://modern-web.dev/) offers a wide array of developer support, guides, helpers, etc to get started and keep learning.

    I firmly believe Web Components are the future of web front-end development. However you can use Web Components TODAY to create accessible, safe and fast websites and web apps.

  3. All of the issues mentioned here about web components apply as well to the various frameworks!
    I have been using web components for years, and it is far more stable than frameworks.

  4. How do you tackle SEO issues that come with the introduction of the shadow-dom?
    The problem of pre-rendering: https://www.youtube.com/watch?v=rKgF0rf009c
    Besides Google no other search engine executes JS and even with Google there is only a “potential” 2nd crawl that might pick up your JS dependant content.
    How can we as devs. encounter this problem, using web-components?

Leave a Reply