Skip to content

Commit

Permalink
docs: add explicitEffect to the homepage (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanMeche authored May 30, 2024
1 parent 549af0c commit 17f45e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ import { Card, CardGrid, Steps } from '@astrojs/starlight/components';
- [<strong>createSignal/createComputed</strong> - vue style signals](/utilities/signals/create-signal/)
- [<strong>computedPrevious</strong> - track previously emitted values](/utilities/signals/computed-previous/)
- [<strong>computed/extendedComputed</strong> - enhanced computed with previously derived value](/utilities/signals/computed/)
- [<strong>explicitEffect</strong> - effect with explicit dependencies](/utilities/signals/explicit-effect/)
</div>
</Card>
<Card title="Injector utilities" icon="star" >
Expand Down

0 comments on commit 17f45e0

Please sign in to comment.