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
For the Discover View, when a category is selected and viewed, those results should be cached so if they go back to that category the same results aren't being fetched again
The text was updated successfully, but these errors were encountered:
c0fd42f adds a form of cacheing using UserDefaults.standard. It works, but I'm not sure if this is the right tool to use if I want to add extra features in the future that need to persist for the app's life (i.e. night mode)
For the Discover View, when a category is selected and viewed, those results should be cached so if they go back to that category the same results aren't being fetched again
The text was updated successfully, but these errors were encountered: