People complain a lot about shadow Dom. I think it's a matter of adoption. Once you are used to them they deliver some advantages. I generally like to have strong boundaries with CSS, event propagation, slots, strict API, and reactivity. I can remove it when it truly is in the way.
24.10.2025 18:55 β π 1 π 0 π¬ 0 π 0
Lume, the static site generator for Deno
Support for multiple file formats like Markdown, YAML, JavaScript, TypeScript, JSX, Nunjucks etc.
Hi all... Sunday, feeling good about my progress helping out with the Lume (lume.land) project (#Deno SSG engine) and the underlying Vento (vento.js.org) templating engine. I am wrking away on a plugin for #Jetbrains #IntelliJIDEA and #Webstorm
21.09.2025 16:51 β π 2 π 1 π¬ 0 π 0
Brings back memories. Is this the version of the browser that included dialup software directly into the browser.
20.08.2025 07:26 β π 1 π 0 π¬ 0 π 0
And the shadow DOM is a feature too. The cascade can lead to lots of issues in complex/large apps or libraries.
18.08.2025 17:04 β π 0 π 0 π¬ 0 π 0
I don't think that the cascade is inherently bad. I think that the shadow DOM now gives me a choice. And it's a useful choice.
Choice makes it more complicated. You have to learn about loading CSS in components. But coping with the cascade can also lead to a lot of complexity in bigger projects.
18.08.2025 06:53 β π 0 π 0 π¬ 1 π 0
You can call using the shadow DOM to encapsulate CSS js-centric, but I do not think this is helpful. Shadow roots are part of the DOM and CSS models. What can and can't penetrate (IE: fonts, properties, parts, etc.) is part of the CSS spec. I am just using JS to define boundaries.
16.08.2025 23:55 β π 0 π 0 π¬ 1 π 0
What you present as disadvantages are relative. I don't see global styling as an absolutely great thing. And, I think that creating web components without JS doesn't make much sense to me.
16.08.2025 09:13 β π 0 π 0 π¬ 1 π 0
Full disclosure: I π all coffee!
15.08.2025 13:49 β π 0 π 0 π¬ 0 π 0
Hot holiday take: an Americano coffee is a terrible thing to do to an espresso and makes it nothing like an actually good cup of Jo!
#holiday #coffee
15.08.2025 13:48 β π 0 π 0 π¬ 0 π 0
I was wondering if this indicates that people finally get that WCs exist, so they don't need hello world examples anymore.
15.08.2025 13:44 β π 0 π 0 π¬ 1 π 0
βοΈ
15.08.2025 13:38 β π 0 π 0 π¬ 0 π 0
Looking forward to this working in webstorm/intellij . This is a missing link for WC adoption
15.08.2025 13:36 β π 0 π 0 π¬ 0 π 0
I agree that you have to leave your favourite framework paradigm at the door. I don't agree that slots and shadow DOM should be ignored. Understanding them as a browser-primitive is key though. Their quirks become something that you can leverage then.
15.08.2025 13:04 β π 3 π 0 π¬ 1 π 0
I agree. Although I like my components with Lit. OOP + events is what OOP was always supposed to be.
07.08.2025 06:14 β π 0 π 0 π¬ 0 π 0
Oh. Hmm... I didn't know about these issues. I almost never do any initialisation in the constructor other than initializing default state on variables when necessary.
04.08.2025 17:53 β π 0 π 0 π¬ 0 π 0
*returned
04.08.2025 08:52 β π 0 π 0 π¬ 0 π 0
I knew it was red. I did not know I could call super() later or that super() retired a reference.
04.08.2025 08:52 β π 0 π 0 π¬ 2 π 0
I guess you have all the answers you want at this point, and don't seem interested in any other experience. For what it's worth I think you misunderstand what Justin has been doing and proposing for over a decade.
26.07.2025 11:56 β π 0 π 0 π¬ 1 π 0
I followed v0 in 2016 or so. I started with v1 when released. I think you are ignoring the flux the whole space was in back then. The framework authors were not speaking with one voice at all. The disagreements between Angular, React, and Vue, Svelte, etc. universes was a big deal.
26.07.2025 11:37 β π 0 π 0 π¬ 1 π 0
I have agreed and disagreed with stuff all three of these people have written. To say that the vitriol has come from one side ignores a lot of the story. To assert that there's some kind of collusion by one side and imply only good will and good intentions on the other is pretty simplistic at best.
26.07.2025 11:29 β π 0 π 0 π¬ 1 π 0
That's a fair point. But you are also conflating the initial discussion raised in the article about having template support in the browser as some kind of concession by the WC community.
26.07.2025 11:20 β π 1 π 0 π¬ 1 π 0
lit-html is a template lib you can use any where. Lit is the WC lib. The markup is 100% valid html. It extends html with extra syntax. JSX does it differently. MyComponent as a tag name is non-conformant. JSX doesn't distinguish between attributes and properties. "className" instead of "class". Etc.
26.07.2025 11:17 β π 0 π 0 π¬ 1 π 0
Really. It's been that bad? And there's been no conflation and strong opinions by anyone in the big frameworks? There's been no outright criticising of web components for not being close enough to their favourite framework?
26.07.2025 11:07 β π 2 π 0 π¬ 1 π 0
Web Awesome
Build better with Web Awesome, the open source library of web components from Font Awesome.
For everyone else, Webawesome is successor Shoelaces which will soon be released and exist as a base Oss library complimented by a for money pro version.
webawesome.com
26.07.2025 07:06 β π 0 π 0 π¬ 0 π 0
One and the same! I have been using it since the early days. I am also a Kickstarter participant in Webawesome.
26.07.2025 07:00 β π 1 π 0 π¬ 1 π 0
Customizing
Learn how to customize Shoelace through parts and custom properties.
My go to reference for web components done right is Shoelace.
Custom properties are mostly a flat list of tokens a d global properties.
Well designed and documented CSS parts are used to provide access to override components at well defined points.
shoelace.style/getting-star...
26.07.2025 04:00 β π 2 π 0 π¬ 1 π 0
I think it's interesting that one of the trendiest frameworks out there is adopting web components. It doesn't make me like Tailwind more though
26.07.2025 00:04 β π 3 π 0 π¬ 0 π 0
I see a difference. BEM relies on convention and practices. When Custom Properties are combined with shadow Dom, then nesting is maintained. Throw in CSS parts and it becomes even more solid.
25.07.2025 23:50 β π 0 π 0 π¬ 1 π 0
I see more real world use than ever. I also see more recognition of the value. That said, it's still an uphill battle for people to separate market/popularity driven arguments from other aspects of the debate.
25.07.2025 23:12 β π 1 π 0 π¬ 0 π 0
JSX without react is a thing but it's certainly not what made it popular. I mentioned the virtual DOM because lit's approach to reactivity and incremental Dom updates is intimately bound to the lit-html template. This template implementation fully respects html semantics.
25.07.2025 20:31 β π 0 π 0 π¬ 1 π 0
Web Designer/Dev. Accessibility & Performance Fan. Mediocre surfer.
Engineer: Squarespace Performance & Accessibility
My Web components course: $25 if you use the code TWENTYFIVE https://scottjehl.com/learn/webcomponentsdemystified/
scottjehl.com
Web performance consultant located in Frankfurt a.M. Germany | Interested in Astro, Svelte and Cloudflare
I help people build the web better. I love pirates, puppies, and Pixar movies. ADHD AF. he/him π΄ββ οΈ
https://gomakethings.com
Nos nouvelles et contenus les plus populaires pour ne rien manquer de l'actualitΓ©.
π https://ici.radio-canada.ca/info
got signals?
https://www.youtube.com/@ryansolid
https://dev.to/ryansolid
@solidjs.com @sentry.io
previously: @netlify.com @markojs.com
Platform DX at Shopify. Created #Preact. Do more with less.
#JavaScript #PreactJS #React #Frontend #DeveloperExperience #OSS #Coffee #Foxes #Drumming #Metalhead
News Editor @pulseit.bsky.social, covering digital health news across NZ, Aus, Apac. Story ideas, tips, feedback welcome #pulse+it #digitalhealth #healthtech #AIhealth
Platform Engineer/CTO @ a PaaS startup.
Touching Apache HTTP Server since I was 12.
SQL since I was 15.
I'm also a "SQL expert" and can prove it.
Feel free to tag me with your DevOps/Platform/K8s questions!
AWS/GCP/Azure/DigitalOcean/Hetzner
Python/C#
cofounder/CTO @honeycombio, co-author of Observability Engineering and Database Reliability Engineering. I test in production and so do you. ππ³οΈβππ¦
ambassador of awesome π₯ bearded believer π₯ doodle-driven devrel π₯ silly speaker π₯ mediocre musician π₯ Microsoft MVP
https://reverentgeek.com/links/
Building AI apps? You need sync.
https://electric-sql.com - see also @pglite.dev
Brevity is the soul of wit.
Designer, Icon Maker, Occasional Actor. Director of Product at Font Awesome. Vermont.
π https://zachleat.com
π Creator/Maintainer of @11ty.dev
π§° Builder at @fontawesome.com
π³οΈββ§οΈ Listen to Trans Folks
ππ» He/him/they
π https://zachleat.com/@zachleat
π out of π β
Front of the Front-end β
Static Sites πΎ Web Components β
Web Performance
On a mission to fix healthcare. Leading & advocating for innovation of the health ecosystem at scale. Yes, I do have the coolest job! π
#digitalhealth #healthspan #informatics #AI #AIinHealthcare #MedSky #ClinicalInformatics #FemTech #HealthTech
agile dude, reluctant architect, and frustrated developer combining people and bytes in the hope that it makes software better!
@FlorianHehlen on Twitter
[bridged from https://mastodon.cloud/@Zenwork on the fediverse by https://fed.brid.gy/ ]
Bridgy Fed (https://fed.brid.gy/) bot user for the fediverse. To bridge your Bluesky account to the fediverse, follow this account.
To ask a fediverse user to bridge their account, send their address (eg @user@instance) to this account in a chat message.β¦
UX Engineer @vscode.dev. He/Him
πΈοΈ hawkticehurst.com
π New York, NY
Full Stack | Node.js | React.js | Next.js | C# Developer.
Game Dev Hobbyist. GameMaker | Godot
SF6 | UMvC3 | Hit Box
For inquiries : DM me
Socials
https://bit.ly/3Hl1G1A