docs: update mentions of react-query with tanstack-query

This commit is contained in:
Kingkor Roy Tirtho
2022-08-11 09:49:17 +06:00
parent c514de57c7
commit 0c2eae1f11
+1 -1
View File
@@ -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?