Skip to content

Commit 49f2923

Browse files
docs: add Offline React Query post (#3320)
1 parent d07e0f8 commit 49f2923

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/src/pages/community/tkdodos-blog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,3 +53,8 @@ React Query maintainer [TkDodo](https://twitter.com/tkdodo) has a series of blog
5353
## [#12: Mastering Mutations in React Query](https://tkdodo.eu/blog/mastering-mutations-in-react-query)
5454

5555
> Mutations are the important, second part necessary to work with server data - for situations where you need to update it. This blog post covers what mutations are and how they are different from queries. You'll learn the difference between `mutate` and `mutateAsync` as well as how you can tie queries and mutations together. [Read more...](https://tkdodo.eu/blog/mastering-mutations-in-react-query)
56+
57+
58+
## [#13: Offline React Query](https://tkdodo.eu/blog/offline-react-query)
59+
60+
> There are many ways to produce promises - which is everything React Query needs - but by far the biggest use-case is data fetching. Very often, that requires an active network connection. But sometimes, especially on mobile devices where, the network connection can be unreliable, you need your app to also work without it. In this article, you'll learn about the different offline strategies React Query offers. [Read more...](https://tkdodo.eu/blog/offline-react-query)

0 commit comments

Comments
 (0)