Skip to content

Commit

Permalink
Update packages/lit-dev-content/site/docs/v3/data/signals.md
Browse files Browse the repository at this point in the history
Co-authored-by: Filimon Danopoulos <[email protected]>
  • Loading branch information
justinfagnani and filimon-danopoulos authored Oct 1, 2024
1 parent 0d0ed63 commit 5a5a3b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/lit-dev-content/site/docs/v3/data/signals.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ that will make working with signals in Lit more viable and performant:
- [ ] A signal-aware `repeat()` directive. This will make incremental updates to
arrays more efficient.
- [ ] A `@property()` decorator that uses signals for storage, to unify reactive
properties and signals. THis will make it easier to use generic signal
properties and signals. This will make it easier to use generic signal
utilities with Lit reactive properties.
- [ ] A `@computed()` decorator for marking methods as computed signals. Since
computed signals are memoized, this can help with expensive computations.
Expand Down

0 comments on commit 5a5a3b0

Please sign in to comment.