Skip to content

Commit 8f85ad0

Browse files
committed
docs: Update LOC
1 parent c17e21e commit 8f85ad0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> [!NOTE]
88
> #### Small and Unique!
99
>
10-
> + Less than **900** lines of code, including TypeScript typing.
10+
> + Less than **1.000** lines of code, including TypeScript typing.
1111
> + Always-on path and hash routing. Simultaneous and independent routing modes.
1212
> + The router that invented multi hash routing.
1313
@@ -49,6 +49,10 @@ route's key.
4949
+ **Active state based on route key**: Automatically set active state and `aria-current` by specifying the route's key.
5050
+ **Replace or push**: Select the method for pushing state.
5151

52+
### `<LinkContext>` Component
53+
54+
+ **Centralize `<Link>` configuration**: Configures a special context that all `<Link>` components follow.
55+
5256
### `<RouterTrace>` Component
5357

5458
+ **Tracing Information**: Drop it inside a router to display its route status data, including the internal regular

0 commit comments

Comments
 (0)