Skip to content

Commit c594db6

Browse files
committed
doc: Update index.mdx with links to core concepts documentation
1 parent 64fb98d commit c594db6

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Diff for: website/src/content/docs/index.mdx

+5-2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import ScriptIndex from "@/components/ScriptIndex.astro";
4747
<Card title="Fine-grained reactivity" icon="rocket">
4848
React to changes at the finest level of granularity, providing precise
4949
control and responsiveness in your app.
50+
Learn more about [Rendering control](/reactter/core_concepts/rendering_control).
5051
</Card>
5152
<Card title="Lightweight" icon="telegram">
5253
Reactter boasts a minimal footprint, ensuring efficient performance without
@@ -60,8 +61,8 @@ import ScriptIndex from "@/components/ScriptIndex.astro";
6061
configurations.
6162
</Card>
6263
<Card title="Highly reusable" icon="seti:json">
63-
Share states and logic across your app using Custom Hooks and Dependency
64-
Injection.
64+
Share states and logic across your app using [Dependency
65+
Injection](/reactter/core_concepts/dependency_injection) and [Custom Hooks](/reactter/core_concepts/hooks/#custom-hook).
6566
</Card>
6667
<Card title="100% Dart" icon="seti:dart">
6768
Supports Dart server, Dart JS (HTML), Flutter (Web, Mobile and Desktop),
@@ -70,6 +71,8 @@ import ScriptIndex from "@/components/ScriptIndex.astro";
7071
</Card>
7172
<Card title="Fully testable" icon="approve-check">
7273
Test your states and logic easily. Reactter is 100% test coverage.
74+
75+
[![Codecov](https://img.shields.io/codecov/c/github/2devs-team/reactter?logo=codecov)](https://app.codecov.io/gh/2devs-team/reactter)
7376
</Card>
7477
</CardGrid>
7578

0 commit comments

Comments
 (0)