Click any tag below to further narrow down your results
Links
The article explores what "just JavaScript" means, emphasizing that code should work without custom transforms. It discusses frameworks like React Router, Svelte, and Remix 3, evaluating whether they fit this definition based on their requirements for transforms and additional semantics.
The article updates the concepts introduced in "Compile Svelte in your head" for Svelte 5, highlighting new features like runes and fine-grained reactivity. It explains basic DOM manipulation, the use of the `<template>` element, event delegation, and the syntax of Svelte components, ultimately demonstrating how Svelte compiles code to optimize web app performance.
The article discusses the performance advantages of Svelte, a modern JavaScript framework, emphasizing its speed and efficiency compared to other frameworks. It highlights how Svelte's unique compilation approach leads to faster runtime performance and smaller bundle sizes, making it an attractive choice for developers focusing on high-performance web applications.