Skip to main content

Module fetch

Module fetch 

Source
Expand description

Generic fetch-with-cache pattern.

Encapsulates the repeated logic: check cache โ†’ fetch API โ†’ save โ†’ fallback to stale.

Functionsยง

fetch_with_cache
Fetch data with cache fallback.