You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 3, 2024. It is now read-only.
I'm relly excited for this new project.
I'm using https://github.com/FormidableLabs/urql currently and the svelte integration is still not perfect (they are React developers).
I'm wondering what I can miss switching to this library: I'll try in the next days.
First, two questions:
Can we have a normalized cache (like https://formidable.com/open-source/urql/docs/graphcache/)? I think is not strictly needed for normal apps (they have also the https://formidable.com/open-source/urql/docs/basics/document-caching/ simple cache in fact).
Can we persist cache in browser (localstorage or indexeddb)? I think the normalized cache is useful here because we can save using
IDandTypename.Thanks again for your work!