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
Team currently every time we are visiting the route we are fetching the data, this is not optimal since it will make our app feel slow,
I suggest using React Query to Optimize the fetching mechanism.
Team currently every time we are visiting the route we are fetching the data, this is not optimal since it will make our app feel slow,
I suggest using React Query to Optimize the fetching mechanism.
Check this amazing Article:
https://tkdodo.eu/blog/react-query-meets-react-router
The text was updated successfully, but these errors were encountered: