update wcb post

This commit is contained in:
Ayo Ayco 2025-03-29 09:13:17 +01:00
parent cd265ef74b
commit 7ce4da4ea2

View file

@ -32,5 +32,5 @@ There's a trade off between productivity & lightweight-ness here, and it is some
## I would like to thank the following
1. [htm](https://github.com/developit/htm) - I use it for the `html` function for tagged templates, and take a lot of inspiration in building the rendering implementation. It is highly likely that I will go for what Preact is doing... but we'll see.
1. [fast](https://github.com/microsoft/fast) - Somewhere in the middle, I found that Microsoft has their own base class (super cool!) and I thought: okay, I don't feel bad about forgetting Lit exists now
1. [fast](https://github.com/microsoft/fast) - When I found out that Microsoft has their own base class (super cool!), I thought: okay, I don't feel bad about forgetting Lit exists now
1. [lit](https://github.com/lit/lit) - you guys rock. `lit-html` continues to amaze me and I worked to make `wcb` generic so I (and others) can continue using it