ConsoleTVs / swrev

Framework agnostic stale while revalidate (SWR) data fetching strategy
MIT License
19 stars 5 forks source link

Could this be made without the need for CustomEvent? So that it can be used in a node environment too? #1

Open Evertt opened 3 years ago

Evertt commented 3 years ago

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 client's side and node-fetch on the server side.