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

Two-way Binding is a Two-way Street

In some circles, two-way binding is seen as the scourge of modern frontends, while in others it is...

Learn More 80 5Jul 31 '24

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 27 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

Getting Started with Svelte from React Dev Perspective, with Code Comparison

Checkout the original post to read with Table of Contents Learn React with The Complete React...

Learn More 15 0Aug 1 '24

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 15 1Jan 2

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

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 14 4Sep 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 13 6Nov 15 '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

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

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 11 0Sep 27 '24

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

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 10 1Dec 25 '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

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 10 3Sep 5 '24

Building TailwindUI's Spotlight using SvelteKit and Svelte 5 with TailwindCSS

Introduction As a developer who is always eager to learn and showcase my work, I wanted a...

Learn More 9 1Jun 30 '24

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

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

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

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

"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

Make EditorJS work in Svelte(kit) SSR

If you're here, you've probably been having issues using EditorJs in Sveltekit (like me). Since SSR...

Learn More 7 0Dec 25 '24

Understanding Svelte 5 Runes: $derived vs $effect

Svelte 5 introduces a powerful new reactive primitive system called "runes" that simplifies state...

Learn More 7 0Apr 16

Running a Function When an #await Block resolves in Svelte(Kit)

Skip To Content: About the #await block in svelte Run (trigger) a function when the #await block...

Learn More 7 1Nov 4 '24