We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f081068 commit 34fd321Copy full SHA for 34fd321
apps/docs/pages/index.mdx
@@ -1,3 +1,11 @@
1
# Introduction
2
3
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