I noticed that the app flashed every auth check. I believe this is due to the component needing to compute the status of each request. Converting the hook to a provider backed by context should make it possible to keep the state in one place and request it when needed.
I noticed that the app flashed every auth check. I believe this is due to the component needing to compute the status of each request. Converting the hook to a provider backed by context should make it possible to keep the state in one place and request it when needed.