Data Retrieval Hooks
In order to pass as much power to the end developer, the React Native SDK includes optionally declaring query options for each hook that uses
react-query.
Additionally, every hook that uses react-query
returns an object that contains the result as well as fetchDetails,
which passes along useful information such as when the query is fetching, when it has reached an error, and much more. Last modified 3mo ago