Container Timing: Measuring Web Components Performance, by @jdapena (@igalia):
https://blogs.igalia.com/dape/2026/02/10/container-timing-measuring-web-components-performance/
Container Timing: Measuring Web Components Performance, by @jdapena (@igalia):
https://blogs.igalia.com/dape/2026/02/10/container-timing-measuring-web-components-performance/
Fastoch has now a 0.12.0-beta4 version with WebComponent attribute change batching.
https://www.nuget.org/packages/Fastoch/0.12.0-beta4
Elmish WebComponents without any npm dependency, written in #fsharp
#Development #Approaches
My favorite way to write code in 2026 · Test-driven development using Playwright https://ilo.im/16b947
_____
#Programming #Testing #Coding #WebComponents #Playwright #WebDev #Frontend #JavaScript #HTML #JavaScript

I’ve hated writing JavaScript tests for pretty my whole career. That thing where you plan a component, write some code, iterate it a whole bunch until it works the way you want… and then write tests that validate that the thing you’ve already validated does in fact do the thing you already know it does? Yea, that sucks. It’s also not what good testing looks like. Today, I write my tests first, and then write my code.
Fastoch 0.12.0-beta1 introduces WebComponents
https://www.nuget.org/packages/Fastoch/0.12.0-beta1
More info in the readme:
https://codeberg.org/thinkbeforecoding/Fastoch/src/branch/feat/webcomponents
#fsharp #dotnet #webcomponents #fastoch
У Symbiote.js — серьезные проблемы
На днях, я опубликовал новость о выходе новой версии UI-библиотеки Symbiote.js, с обзором ее функций и необычной концепции. Я давно пишу на Хабре (и не только) о веб-компонентах и решениях на их основе, и знаю полный набор стандартных сомнений и возражений аудитории. Сегодня, я хотел бы познакомить вас с проблемами и компромиссами, на которые пришлось пойти, но уже от лица автора либы, человека, очень хорошо знающего, что там под капотом, то есть - меня самого.
https://habr.com/ru/articles/1009550/
#webcomponents #open_source #ssr #ssg #custom_elements #symbiotejs #shadow_dom #devrel #loose_coupling #architecture
Form-Associated Custom Elements in Practice
https://fed.brid.gy/r/https://frontendmasters.com/blog/form-associated-custom-elements-in-practice/
Symbiote.js — изоморфные веб-компоненты (клиент + сервер)
Привет, Хабр! Меня зовут Алекс, и я мейнтейнер Symbiote.js - библиотеки для создания UI-компонентов и изоморфных приложений на самых современных веб-стандартах. Сегодня я расскажу про наше важное мажорное обновление - версию 3.x.
https://habr.com/ru/articles/1008822/
#webcomponents #ssr #symbiotejs #frontend #backend #изоморфизм #nodejs #custom_elements #shadow_dom #open_source
#Development #Introductions
Scoped registries for custom elements · How independent scopes resolve name clashes https://ilo.im/16b8np
_____
#Registries #WebComponents #Chrome #Edge #Browser #WebDev #Frontend #HTML #JavaScript
Spending the day cleaning up Web Components for the pixel editor. As I build the UX for grid creation (think sprite maps / sliced export regions) I keep going back refactoring all the pointer operations into utilities.
Since I don't have a video of grid creation yet here is the radio group component. 🙃