Skip to content

Commit

Permalink
Update blog date to 10-08
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Oct 7, 2024
1 parent d87ea48 commit af85734
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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
---
Expand Down Expand Up @@ -100,6 +100,9 @@ With this approach, any number of `<shared-counter>` 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
Expand Down
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/home/1-splash.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<p>
<span class="emoji">🚦</span>
Our newest Lit Labs package <code>@lit-labs/signals</code> is now available!
Check out the announcement <a href="/blog/2024-10-07-signals/">here</a>.
Check out the announcement <a href="/blog/2024-10-08-signals/">here</a>.
</p>
</section>
<section id="intro">
Expand Down

0 comments on commit af85734

Please sign in to comment.