-
Notifications
You must be signed in to change notification settings - Fork 42
Cache fetched courses #51
Copy link
Copy link
Open
Description
In reference to Robert's comment #26 (comment).
Expected behavior:
When the user searches "MAC", all math courses are fetched like MAC2312, MAC2313, MAC1105, etc... What we want to do is cache all of these courses (I believe this is already the default behavior for React Query), so when the user queries a specific math course like MAC2312, we will fetch from the cache to get information for that specific course instead of refetching the API.
We can also fetch that course in the background and then update the cache with the latest information.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels