Getting started with svelte components

Creating your first svelte component is simple. In this post, we'll go over the basics of creating a component

Creating your first svelte component is simple. In this post, we'll go over the basics of creating a component

SvelteJS is a new JavaScript framework that has been attracting much attention lately. It has been touted as a “compile-time JavaScript framework” because it allows you to write your code once and compile it down to regular JavaScript that runs…