Add A Sitemap To Your Svelte App on Autopilot
Adding a sitemap to your Svelte app will help you rank higher and faster. In this article we walk through the process of adding an automatically generated sitemap.
Learn how to better use Sveltekit by reading articles and working through some of the tutorials using Sveltekit.
Adding a sitemap to your Svelte app will help you rank higher and faster. In this article we walk through the process of adding an automatically generated sitemap.
Strutured data helps you get rich search results and improve your SEO. This article will show you how to add structured data to your Svelte app, and how to automate the process.
Drizzle is the best ORM going around at the moment. So let's integrate it with the best framework - SvelteKit. In this article we'll walk through the process of getting your SvelteKit app from 0 to fully integrated with Drizzle.
Svelte 5 is cutting out the slot tag in favor of snippets. Learn why the Svelte team are doing this and how to use snippets in your components.
This article goes through some the priorities of the SvelteKit team and discusses the upcoming features being introduced to SvelteKit this year. We also look at what's currently scheduled for SvelteKit v3.
SvelteKit 2 introduced shallow routing, which allows you to separate browser history entries from navigation. It's a very powerful tool, so in this article, we'll explain how to use it.
The upcoming major release for Svelte brings Runes, Snippets, a few functions and a heaps of breaking changes. In this article we walk through all of the changes and prepare you for when Svelte 5 is officially released.
The 3 components of the SvelteKit backend allow developers to easily build full-stack applications. With that said, there's room for improvement. So in this article, we look at how to upgrade your backend development experience with SvelteKit.
SvelteKit has alot of features to make your app fast. But you're probably using the tools incorrectly. In this article, we fix that and learn learn the ways to make your apps as fast as possible.
The official release of Runes and Svelte 5 is around the corner. As we approach the release date, it's worth you while being prepared for the syntax changes so you can hit the ground running.
Images are painful in web development. They're resource-intensive and you have to cater to each client's device. The SvelteKit team have released a package which handles all this for us, so we'll look at how to use this.
It's time to upgrade your SvelteKit app to version 2! This comprehensive guide will walk you through everything you need to do to migrate.
Don't understand why your app is so slow to get page data? If this is happening to you, it's always import to check your database and server regions and make sure they're as close as possible!
The SvelteKit team have just released a new API for returning files from your filesystem. This means cleaner code, more reliable builds and no more node fs chaos!
Developer tooling for web3 is way behind if you're developing with Svelte. Let's take a look at the best ways to build dapps with Svelte.
Did you know you can build a stand-alone API with SvelteKit? This article will walk you through the things to know about SvelteKit API's, and walk you through building one.
SvelteKit developers often question how to approach auth when creating a new application. This article sets out the menu of options and outlines which option is best for you.
Make sense of the changes brought by SvelteKit v2. What was introduced, and what was left out. We discuss the silver bullet - Shallow Routing, and how it can upgrade your apps!
The {#each} block in Svelte has a few pain-points when handling them in real applications. We walk through how to fix these limitations, and also explore some lesser-known treats in the {#each} block syntax.
Drawing the line between Svelte and its counterpart meta-framework, Sveltekit. As Sveltekit is a superset of Svelte, should you ever not use Sveltekit?
Outlining the strengths and weaknesses of both of the frameworks and drawing conclusions about when it is best to use React, and when Svelte should be used.