From 0c2eae1f11c285ba57d77ad07afa3f9bd0b4f9ac Mon Sep 17 00:00:00 2001 From: Kingkor Roy Tirtho Date: Thu, 11 Aug 2022 09:49:17 +0600 Subject: [PATCH] docs: update mentions of react-query with tanstack-query --- docs/docs/getting-started/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/getting-started/overview.md b/docs/docs/getting-started/overview.md index 15df8e4..67d171b 100644 --- a/docs/docs/getting-started/overview.md +++ b/docs/docs/getting-started/overview.md @@ -5,7 +5,7 @@ id: overview # Overview -Fl-Query is a asynchronous data manager for Flutter that caches, fetches, automatically refetches stale data. Basically, its [React-Query](https://react-query.tanstack.com/) but for Flutter. But that doesn't mean it's a direct port of React-Query. Instead the concept of React-Query is implemented by Fl-Query +Fl-Query is a asynchronous data manager for Flutter that caches, fetches, automatically refetches stale data. Basically, its [Tanstack-Query](https://tanstack.com/query/) (formerly React-Query) but for Flutter. But that doesn't mean it's a direct port of Tanstack-Query. Instead the concept of Tanstack-Query is implemented by Fl-Query ## What does it offer?