Skip to content

Commit 34fd321

Browse files
committed
docs: root page
1 parent f081068 commit 34fd321

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

apps/docs/pages/index.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# Introduction
22

33
React state manager that helps you to deal with `numbers`, `dates`, `arrays`, etc. in the URL params.
4+
5+
Get sharable links with the current state of your app.
6+
7+
> `https://example.com/?text=query&number=10&date=2023-11-29T13%3A52%3A50.230Z`
8+
>
9+
> `<=>`
10+
>
11+
> `{ text: 'query', number: 10, date: new Date('2023-11-29T13:52:50.230Z') }`

0 commit comments

Comments
 (0)