We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18f5ce4 commit 32ea8c0Copy full SHA for 32ea8c0
examples/README.md
@@ -0,0 +1,5 @@
1
+# Examples
2
+
3
+* [Basic](basic) - Just fetch data with `useFetch`.
4
+* [Depends](depends) - Usage `depends` option for refresh query.
5
+* [Pagination](pagination) - Usage `usePaginationRequest` for infinite scroll implementation.
examples/pagination/README.md
@@ -2,7 +2,7 @@

-Usage `usePaginationRequest`.
+Usage `usePaginationRequest` for infinite scroll implementation.
6
7
Try at CodeSandbox:
8
0 commit comments