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 ccf3043 commit 72835bdCopy full SHA for 72835bd
README.md
@@ -31,9 +31,9 @@ React Query contains a set of hooks that attempt to address these issues. Ouf of
31
32
- Dedupes similar requests at the application level
33
- Caches response data across similar requests
34
-- Optimistically updates cached requests
+- Optimistically updates requests in the background
35
- Automatically manages and garbage collects unused cache data
36
-- Supports retries and even exponential/custom back-off delays
+- Supports retries and exponential/custom back-off delays
37
- Provides a declarative API for invalidating and managing cached responses.
38
- Built with and for React hooks
39
- 7kb gzipped
0 commit comments