We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab22f71 commit 315da24Copy full SHA for 315da24
1 file changed
src/routes/reactivity/basics.mdx
@@ -87,6 +87,7 @@ You can learn more about [component lifecycles in the Intro to Components page](
87
88
89
## Related pages
90
-- [Signals](/reactivity/signals)
91
-- [Effects](/reactivity/effects)
92
-- [Introduction to Components](/components/intro)
+
+- [Signals](/reactivity/signals) - Understanding and using signals.
+- [Effects](/reactivity/effects) - Managing side effects in your app.
93
+- [Introduction to Components](/components/intro) - Building reusable UI components.
0 commit comments