swrev
swrev copied to clipboard
Framework agnostic stale while revalidate (SWR) data fetching strategy
The new cache class with localStorage implementation - Logic for accessing localStorage was implemented for every operation involving the cache (elements) - Elements are first checked to obtain a value,...
Hi, `SWRFucntionState` is currently a function that takes `D | null` (in the latest version used by SSWR, it was changed to `undefined` on master) - I believe the `null`...
Title basically says it all. I'm asking because I'd like to be able to use this in a Sapper and/or SvelteKit project where I'd use the browser's fetch on the...