Open hunterchen7 opened 7 months ago
when I open a course, sometimes when I go back I want to be able to continue browsing from where I left off, so the filters I had and my position in the page should be cached.
note: it does cache previously fetched courses, but I assume that's an artefact of React query
proposed fix: caching filters and location in page in session storage
when I open a course, sometimes when I go back I want to be able to continue browsing from where I left off, so the filters I had and my position in the page should be cached.