A graph from npmtrends.com of lit downloads over the last 5 years, showing growth from 0 to 5,000,000
I just noticed that @lit.dev crossed the 5M downloads/week mark on npm! 🎉
That's more than 2x in the last year, and 6x in the last three years 🚀
4 weeks ago
45
10
1
3
CSS import attributes | Can I use... Support tables for HTML5, CSS3, etc
WebKit blocking interop on CSS modules (import … with { type: "css" }) [1] affects a lot more than meets the eye.
It means web component authors cannot make component styles a first-class dependency unless they’re willing to stuff them into a JS string.
[1] caniuse.com/wf-css-modules
4 weeks ago
57
12
7
5
That's no global var 👀 that's a class with a mutable static member
4 months ago
1
0
0
0
Trying @diabrowser.com again with the new focus mode. It's super snappy compared to Arc but the lack of site search and color-coding of my windows for profiles is sorta debilitating for my workflows >.<
5 months ago
2
0
0
0
Lit is Joining the OpenJS Foundation!
Lit is officially joining the OpenJS Foundation as an Impact Project!
Lit is joining @openjsf.org! 🎉
Today at JSConf, The OpenJS Foundation announced Lit is officially joining as an Impact Project!
We're beyond excited for this move and look forward to continuing our work to build the open web with OpenJS!
Read more on our blog: lit.dev/blog/2025-10...
5 months ago
121
40
0
1
🥳 Congrats on the launch, @developer.mozilla.org!
Yet another piece of our web dev tool belt built with web components and Lit 😎
7 months ago
44
13
3
0
Your daily dose of SSR DevX footguns
7 months ago
1
0
0
0
screenshot of github copilot chat saying "Sorry, the response matched public code so it was blocked. Please rephrase your prompt. Learn more."
Yes, Copilot, I know, I wrote and publicly committed that code and asked you to look it up
10 months ago
4
0
0
0
Advertisement
You will know if I've been replaced by an LLM if my code starts saying
// console.log(myVal); // remove this line
10 months ago
1
0
0
0
> A problem with this solution is that it disables the Google Toolbar (for those who are still using this no longer supported tool, especially for its "I fell lucky" button and its personalized buttons).
11 months ago
1
0
0
0
This Microsoft support forum thread lives in my mind rent free
11 months ago
4
0
1
0
11 months ago
1641
181
492
82
Thanks for the heads up, we have a fix in the pipeline!
1 year ago
3
0
0
0
I finally found a use for one of my lingering domain names! $1/month justified!
1 year ago
3
0
0
0
Lit Table | TanStack Table Lit Docs
The @tanstack/lit-table adapter is a wrapper around the core table logic. Most of it's job is related to managing state the "lit" way, providing types and the rendering implementation of cell/header/f...
Someone posted a link to TanStack Table on the @lit.dev discord. I didn't know about this before, and wow! it looks awesome!
The examples show very idiomatic Lit patterns for a headless UI utility. Reactive controllers, repeat(), `@state()`, and more.
tanstack.com/table/v8/doc...
@tanstack.com
1 year ago
24
5
1
0
My kingdom for regex search in Chrome cmd+f
1 year ago
0
0
0
0
Advertisement
AI coding agents are a useful bridge for lacking docs
1 year ago
0
0
1
0
Yoof that sounds like a nightmare to maintain. Typically every repo at Airbnb has some sort of platform team behind it, but the large repo runs into issues around getting reviewers and tooling around that which I think would be easier for more focused repos
1 year ago
0
0
1
0
Though in all likelihood I would probably clone before and just FS across repos when necessary because clones take a long time for us and our repos tend to be sufficiently large that migrations tend to be in a few repos
1 year ago
0
0
0
0
This is all in one repo, our TS / web repo. Most our repo groupings tend to be around language
1 year ago
0
0
2
0
There’s also Roo Code or Cline which are excellent for smaller migrations where you want more interactivity (or Cursor if you have that legally approved)
Happy to chat some more, I’ll clear what I am able to share with someone with a bigger wig
1 year ago
2
0
1
0
I think the impressive part is how unimpressive and ad hoc the setup is. You have an endpoint to talk to an LLM, write a js async function around it, you tell Claude to output XML, you have a fault-tolerant XML reader to get the output out of the response and you fs your way to glory
1 year ago
2
0
1
0
Advertisement
It’s not cheap though, because the most capable LLMs are pricey, but luckily our leadership was receptive to the cost benefit analysis of $10s of K’s for LLM costs vs keeping two people on the project for a year and a half
1 year ago
0
0
1
0
LLMs have been a godsend for us at Airbnb. I basically only write codemods these days just to gather data and context for the LLMs.
The problem with the LLM approach though is that you spend lots more time in verification vs a codemod where you can be 80% sure it’s correct.
1 year ago
1
0
1
0
I think I just realized that I styled the dark mode colors of lit.dev on my old WoW days using Tukui
1 year ago
1
0
0
0