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
Is your feature request related to a problem? Please describe.
This boilerplate requires global loading every time it fetches data
Describe the solution you'd like
Use react router fallback or suspend. Can be combined with zustand. So every time you fetch data, there will be a trigger to zustand to issue loading.
Describe alternatives you've considered
For now I'm thinking of using the notiflix library
Additional context
If possible, global loading will run automatically when data is fetched. For fetching data, we now use Axios and React Query.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
This boilerplate requires global loading every time it fetches data
Describe the solution you'd like
Use react router fallback or suspend. Can be combined with zustand. So every time you fetch data, there will be a trigger to zustand to issue loading.
Describe alternatives you've considered
For now I'm thinking of using the notiflix library
Additional context
If possible, global loading will run automatically when data is fetched. For fetching data, we now use Axios and React Query.
The text was updated successfully, but these errors were encountered: