Skip to content

Commit 72835bd

Browse files
Update README.md
1 parent ccf3043 commit 72835bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@ React Query contains a set of hooks that attempt to address these issues. Ouf of
3131

3232
- Dedupes similar requests at the application level
3333
- Caches response data across similar requests
34-
- Optimistically updates cached requests
34+
- Optimistically updates requests in the background
3535
- Automatically manages and garbage collects unused cache data
36-
- Supports retries and even exponential/custom back-off delays
36+
- Supports retries and exponential/custom back-off delays
3737
- Provides a declarative API for invalidating and managing cached responses.
3838
- Built with and for React hooks
3939
- 7kb gzipped

0 commit comments

Comments
 (0)