We're a place where coders share, stay up-to-date and grow their careers.
Hi David,
Using a promise to fetch, you could use await blocks.
await blocks
Have a look at this: svelte.dev/tutorial/await-blocks
Hi David,
Using a promise to fetch, you could use
await blocks
.Have a look at this: svelte.dev/tutorial/await-blocks