rn we first check if the user is authorized (done client-side, hence the "Loading...") and then once that's done we fetch the tasks (also client-side because we need to know which user it is)
ideally should be faster; if we could delegate to the server-side could be good -- httpOnly cookies are accessible server-side
could also leverage local cache
rn we first check if the user is authorized (done client-side, hence the "Loading...") and then once that's done we fetch the tasks (also client-side because we need to know which user it is)
ideally should be faster; if we could delegate to the server-side could be good -- httpOnly cookies are accessible server-side
could also leverage local cache