From 7ce4da4ea2012cba36ee7c2951017eb2e1a1ccf0 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 29 Mar 2025 09:13:17 +0100 Subject: [PATCH] update wcb post --- _posts/2025-03-29-wcb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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