DEV Community

Discussion on: My First Impressions of Svelte

Collapse
 
joelnwalkley profile image
Joel N. Walkley

Can you tell me about how Svelte handles API data? Is that just in the script tag with a fetch? Or is it more opinionated than that?

Collapse
 
daveturissini profile image
David

I’m not exactly sure myself yet. Are you trying to understand how you can make server calls right in your Svelte component?