You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2025. It is now read-only.
Introduce TanStack Query library, see the documentation
The query can be used for the data fetching and infinite scrolling.
By using the fetchStatus, the isLoading state can be used to show the loading indicators where needed in the frontend.
That's useful when fetching and mapping the data from the CMS and the database to achieve better user experience.