I uhhh...did a thing at work today.
I updated the old 4.x Astro + Lit integration to better account for when @property() has an attribute string that doesn't match its property.
Need to publish it tomorrow and add a better readme, but figured I'd give a sneak peek
github.com/shoelace-sty...
What helpful design systems resources should more people know about? And I mean "resources" in the broadest sense possible: people, communities, articles, podcasts, newsletters, books, conferences, websites, etc.
Vite is such a great bundler, but the differences between dev and prod feels like it holds it back :/
Right now im trying to get Lit SSR setup with the vite-ssr-plugin, and because the dev server injects style tags into the head, instead of serving the response with the stylesheet in the head
Revived the Lit plugin and got Web Awesome SSR working with Astro 👀
So happy we overrode `<slot>` instead of just being like:
<v-slot name="foo">
<astro-slot name="foo>
<div v-slot="foo">
<div astro-slot="foo">
etc.
Makes life really easy... ðŸ˜
Josh Hart with the most Josh Hart play imagineable. Gets the steal, huge hustle play, smokes the layup 😅
it makes it a lot harder than expected. I know in prod it will bundle everything into the stylesheet, but it means dev no longer matches prod, and disabling JS to test things means you dont get the render blocking CSS to show what things look like.
Was trying to get together a Web Awesome integration with Astro and was perusing through the old lit plugin code.
Turns out, GitHub breaks if you navigate via their file explorer...
@github.com can we please fix this 😅
github.com/withastro/as...