Articles by Tag #svelte

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

I love Rust/Tauri & Svelte

Hey DEV community! 👋 I recently built a native task manager for macOS that brings the htop experience...

Learn More 195 27Nov 1 '24

Svelte + Flexmonster Pivot: Building an Interactive Dashboard of World Happiness

Hi guys! Recently, I was thinking about what new project I could create and ended up scrolling...

Learn More 37 3Aug 12

10 game-changing tools that level up Svelte developers in 2025 💪

The Svelte ecosystem is growing faster than ever, and with it comes a wave of amazing tools that can...

Learn More 37 5Oct 20 '24

Experiences and Caveats of Svelte 5 Migration

I have recently updated a rather complex web application. The application has features like auth,...

Learn More 28 4Nov 3 '24

JavaScript Frameworks in 2024: React vs. Vue vs. Svelte – Which One to Choose?

JavaScript frameworks have evolved significantly over the past few years, becoming the backbone of...

Learn More 21 2Sep 18 '24

I made my DEV articles into a blog using the Forem API

Vanity, thy name is...

Learn More 19 4Feb 12

Notpad: Reinventing the Ordinary Notepad Experience with Svelte, Shadcn, and Tauri ✨📝🚀

Hi, Dev Community! 👋 I’m excited to introduce Notpad, my modern take on the classic notepad app we...

Learn More 18 15Nov 17 '24

Svelte + Manifest = Giving Svelte a proper backend with 7 lines of code 🧡🦚

Let's build a demo of a fullstack TODO app using Svelte and Manifest.

Learn More 18 1Oct 7 '24

Why I Stopped Using React (And You Should Too) 🔥

The framework that promised to simplify everything just made my codebase a...

Learn More 18 4Aug 18

Svelte 5: Share state between components (for Dummies)

As soon as you see the new $state in Svelte 5, you might be tempted to do this: //...

Learn More 16 1Jan 2

The Hunt for the Perfect Svelte Charting Library: A Happy Ending!

Let me ask! Have you ever spent ages scouring the web for the perfect charting library, only to...

Learn More 15 6Sep 10 '24

Async Fetching in Svelte 5

When you want to fetch something in Svelte, the recommended method is to put it in the load...

Learn More 14 6Nov 15 '24

Building your Portfolio in 2025

Introduction Whether you are a school going student or a freelancer, having a personal...

Learn More 14 8Nov 29 '24

A short guide to Async Components in Svelte 5

I couldn't find any working solution for this online, so I thought to share it when I got it to...

Learn More 12 1Dec 25 '24

SvelteKit Basics: A Crash Course

Welcome to the second part of the SvelteKit series! If you're already comfortable with HTML, CSS, and...

Learn More 12 0Sep 27 '24

How You Can Build The Best, Fastest Blog On The Internet

It is (almost) a rite of passage for every developer today to develop and host a blog on their own...

Learn More 12 0Feb 17

Build The Perfect Tech Blog With SvelteKit

In this tutorial, we’ll build a fully-functional, SEO-friendly blog using SvelteKit, Tailwind CSS,...

Learn More 11 4Oct 3 '24

Svelte 5 is out!!!

A new major version of Svelte svelte@5 has been released! 🎉 The new version brings: even better...

Learn More 11 0Oct 20 '24

Calling a SvelteKit form action (or submitting a form) from a component

Handling Form Submissions from a SvelteKit Component Submitting a form from a SvelteKit...

Learn More 11 3Sep 5 '24

Tower defense clicker game built with Svelte 5, without canvas. Only CSS transitions and the power of Runes

I wanted to share a game I just finished for the Svelte Hack 2024. Project Github link . Live demo...

Learn More 10 2Jan 12

React vs Svelte: A Performance Benchmarking

In the world of frontend frameworks, React and Svelte are two of the most popular choices among...

Learn More 10 8Jan 30

A Guide to Building a Map Application with Svelte

Have you ever wanted to build a map application but found the setup process overwhelming? With Svelte...

Learn More 8 0Feb 26

React vs. Svelte: An Unbiased Look for New Developers in 2025

React vs. Svelte: An Unbiased Look for New Developers in 2025 Hey everyone! Rhythm Saha...

Learn More 8 0Jul 30

How to Build a Content-Driven Static Site with Markdown, SvelteKit and Fusionable

Step-by-step tutorial on building a static website with SvelteKit and Fusionable. Explore setting up...

Learn More 8 3Nov 14 '24

Building AI-Powered Apps with SvelteKit: Managing HTTP Streams from Ollama Server

Svelte 5 has taken modern web development by storm with its elegant, declarative approach to building...

Learn More 8 0Dec 4 '24

Day 9 - Dynamic Binding of CSS Classes and Styles in Vue 3, Svelte 5 and Angular

Tables of Contents Case 1: Dyanmic CSS Class Binding to List Item Case 2: Dyanmic CSS...

Learn More 8 3May 25

The first Svelte 5 SPA router 🔥

An SPA router for Svelte that allows you to divide & conquer your app with nested routers,...

Learn More 8 1Nov 4 '24

"Helper" Varaibles in Svelte 5

Bye Bye Magical Svelte 4 $: Following my recent post Experiences and Caveats of Svelte 5...

Learn More 8 2Nov 8 '24

How to Share a Svelte App from Localhost Using Pinggy

Introduction Hosting your Svelte app on the internet securely without deploying it to a...

Learn More 8 0Apr 3

Sharing Runes in Svelte 5 with the Rune Class

I generally don't use classes in any TypeScript I write. I believe functions make things simpler, and...

Learn More 7 0Jan 16