-
Notifications
You must be signed in to change notification settings - Fork 1
faster fetching when user opens app #28
Copy link
Copy link
Open
Labels
improvementAny improvements upon released features or versionsAny improvements upon released features or versions
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
improvementAny improvements upon released features or versionsAny improvements upon released features or versions