Okay, so we have our tools in place and installed our prerequisites. Let’s crack on and build that shop!
First, I want to cover off some of the basics principles around creating components in Svelte.
As I am sure you will already be aware, dozens of frameworks have appeared on the scene like React, Vue, and Angular as examples. With so many appearing, it’s almost impossible to have not heard of at least one.
Question though: What do these frameworks have in common? The answer is that they are component driven; Svelte is no different. This component-based ...