Hacker News new | ask | show | jobs
Implementing a Svelte CachedStore (github.com)
2 points by joachimhs 662 days ago
1 comments

This library provides a cache store for Svelte applications that simplifies fetching, creating, updating, and deleting items from a REST API that adheres to the simple-json-api specification. It also supports side-loading of related data and automatic cache management.