squint

lread 2025-11-10T14:45:43.444869Z

Neato! For the rusty old folks like me, https://developer.mozilla.org/en-US/docs/Web/API/Web_components/Using_custom_elements.

borkdude 2025-11-10T14:58:59.914819Z

I haven't really used them in any project so far

lread 2025-11-10T15:03:56.397109Z

Me neither! I vaguely remember hearing about them, but this is the first time I've seen them in use, so thanks for the education!

2025-11-10T20:19:43.897629Z

this is great and exactly what I was hoping for! I have been doing squint+lit for web components but this will make things much more pleasant.

borkdude 2025-11-10T20:26:43.098509Z

coool!

Chris McCormick 2025-11-11T08:44:37.999699Z

I wonder how hard it would be to make something (a macro?) that looks like Replicant/Reagent and outputs a web component. 🤔

🤔 1
borkdude 2025-11-11T08:56:45.273459Z

There is a Clojure library around web components, let’s see what it does. I forgot the name though

borkdude 2025-11-11T08:57:30.596449Z

https://github.com/raystubbs/zero

👀 2
borkdude 2025-11-11T09:01:04.717339Z

Don’t know enough about web components to judge whether it has a nice API