Skip to content

Commit 315da24

Browse files
committed
update links in reactivity basics page
1 parent ab22f71 commit 315da24

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

src/routes/reactivity/basics.mdx

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ You can learn more about [component lifecycles in the Intro to Components page](
8787

8888

8989
## Related pages
90-
- [Signals](/reactivity/signals)
91-
- [Effects](/reactivity/effects)
92-
- [Introduction to Components](/components/intro)
90+
91+
- [Signals](/reactivity/signals) - Understanding and using signals.
92+
- [Effects](/reactivity/effects) - Managing side effects in your app.
93+
- [Introduction to Components](/components/intro) - Building reusable UI components.

0 commit comments

Comments
 (0)