modern-fetch-with-svelte
modern-fetch-with-svelte copied to clipboard
First of all, congratulations on your talk on Svelte. Extraordinary! Question: Can you help me with this? https://stackoverflow.com/questions/64760734/is-there-a-normalized-data-store-for-svelte-3 I believe that - as a genius - something can come to...
Hi, watched your talk. It was great! Wanted to ask you how would I go about using this approach with multiple promises and `Promise.all`? Here's the REPL copy: https://svelte.dev/repl/9e342352a44f4b14893fc0cbfd4a632b?version=3.29.4
I watched your Svelte Summit talk. Very useful! Just wanted to suggest using `localstorage` instead of `map` because it will retain the cache across page reloads & browser tabs. Also,...