diff --git a/_posts/2025-03-29-wcb.md b/_posts/2025-03-29-wcb.md index bc88c4a..7002430 100644 --- a/_posts/2025-03-29-wcb.md +++ b/_posts/2025-03-29-wcb.md @@ -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