Building an eCommerce shopping cart with Svelte
In this article, you will learn some significant concepts in svelte by building an eCommerce shopping cart with Svelte. Svelte is a modern JavaScript compiler that allows you to write easy-to-understand JavaScript code that is then compiled to highly efficient code that runs in the browser. The framework is similar to React or Vue, but […]