DEV Community

Discussion on: Fetching Data in Svelte

Collapse
 
jrmoynihan profile image
jrmoynihan

Agreed. {#await...then...catch} is the preferred way to do this, especially considering the fetch is already within an async function, which will return a promise.