diff --git a/packages/lit-dev-content/site/blog/2024-10-07-signals.md b/packages/lit-dev-content/site/blog/2024-10-08-signals.md similarity index 96% rename from packages/lit-dev-content/site/blog/2024-10-07-signals.md rename to packages/lit-dev-content/site/blog/2024-10-08-signals.md index d10c0d5da..3319b4909 100644 --- a/packages/lit-dev-content/site/blog/2024-10-07-signals.md +++ b/packages/lit-dev-content/site/blog/2024-10-08-signals.md @@ -1,9 +1,9 @@ --- tags: blogPosts layout: blog-post.html -title: "Bringing Signals to Lit Labs" -summary: "The new Signals package integrates the TC39 Signals proposal with Lit" -date: 2024-10-07 +title: 'Bringing Signals to Lit Labs' +summary: 'The new Signals package integrates the TC39 Signals proposal with Lit' +date: 2024-10-08 author: - lit-team --- @@ -100,6 +100,9 @@ With this approach, any number of `` components can be added to the DOM, and all will reflect the same counter value, automatically updating when the signal changes. +You can also [see this example in the Lit +Playground](/playground/#sample=examples/signals). + ### Example 2: Pinpoint DOM Updates Using the `watch` directive, we can also achieve **pinpoint updates** targeting diff --git a/packages/lit-dev-content/site/home/1-splash.html b/packages/lit-dev-content/site/home/1-splash.html index 8004f853e..1f73354aa 100644 --- a/packages/lit-dev-content/site/home/1-splash.html +++ b/packages/lit-dev-content/site/home/1-splash.html @@ -2,7 +2,7 @@

🚦 Our newest Lit Labs package @lit-labs/signals is now available! - Check out the announcement here. + Check out the announcement here.