Explore >> Select a destination


You are here

svelte.dev
| | 9elements.com
11.0 parsecs away

Travel
| | Svelte is one of the best bets on technology we have ever made. Its fast, easy to learn and very ergonomic to use. It gives our teams a quick way to build responsive web apps that can handle a ton of data and complex interactions. Together with...
| | hswolff.com
15.9 parsecs away

Travel
| | This blog post is a follow up from my last article What Vue.js Does Better Than React.This article, instead of focusing on what Vue.js does better than React, will take the opposing perspective.Let's take a dive into all the things that I think React does better than Vue.jsNotable preface: I've used
| | khromov.se
10.3 parsecs away

Travel
| | Watch a video version of this blog post below! Svelte 5 brings a lot of changes, from the new Runes-based syntax to deep reactivity and performance improvements across the board. But one aspect that's flown under the radar is the massive reduction in bundle size. In my experiments, you can get about 50% decrease in code shipped to users, just by upgrading to Svelte 5 in your existing Svelte 4 applications! The New Compiler Architecture Svelte 5 introduces a small signals runtime (about 3-4 KB) alongside the compiler. While this adds a bit of code, it allows individual components to [...]
| | mattiasgustavsson.com
50.9 parsecs away

Travel
| I wanted to talk a little about my approach to unit testing, and the small framework I've written to help me write and run tests. Iam not an expert in unit testing. Idon't even give it that much priority, to be honest. Imean, sure, I recognize its usefulness in many circumstances, but I do fee