After hearing a lot about Svelte over the last few months, I've finally decided to take the plunge and give it a try. Since this is my first time p...
For further actions, you may consider blocking this person and/or reporting abuse
One thing you failed to mention early in the article is that svelte is a dev dependency not a runtime dependency. Pretty important point that should be made right away to differentiate it from react, vue, etc.
Thatβs a good point. My next step is to build something and unpack how Svelte actually works under the hood.
Svelte - a radical new approach that is incredibly similar to the considerably older, and brilliant Riot.js
I hadnβt heard of riot before. Thanks!
Happy svelting π
Thanks! Itβs been fun so far
Thanks for the introduction to svelte. I just tried svelte using Deno's
snel
module. Works great.Welcome to Svelte :)
Thanks! Feels a little overdue
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?
Iβm not exactly sure myself yet. Are you trying to understand how you can make server calls right in your Svelte component?