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
Our current application sends a request to the API each time we open or refresh the page. It would be better to fetch data and store it in state manager, so we don't have to fetch the same data every time.