All topics
Frontend · Learning hub

Svelte notes for developers

Master Svelte with a curated set of 7 developer notes — core concepts, patterns, and interview prep. Maintained by the DevRecall team.

Save this stack to your DevRecallMore Frontend notes
Svelte

Reactivity & Stores

Svelte Reactivity & Stores Svelte is a radical new approach to building user interfaces. It compiles components into highly efficient imperative code that updat

Svelte

Component Communication

Svelte Component Communication Learn how Svelte components communicate through props, events, slots, and context: Props - Parent to Child <!-- Child.svelte -->

Svelte

SvelteKit & Routing

SvelteKit & Routing SvelteKit is the official application framework for Svelte. It provides routing, server-side rendering, API endpoints, and a powerful filesy

Svelte

Transitions & Animations

Svelte Transitions & Animations Svelte makes it easy to add smooth transitions and animations to your app with built-in transition directives. Built-in Transiti

Svelte

Advanced Features

Svelte Advanced Features Explore advanced Svelte features including lifecycle, actions, special elements, and compiler optimizations: Lifecycle Functions <scrip

Svelte

Interview Questions

Svelte Interview Questions Comprehensive Svelte interview questions covering reactivity, components, SvelteKit, and performance: Fundamentals 1. What is Svelte

Svelte

Performance Optimization

Svelte Performance Optimization Svelte is already highly optimized by default since it compiles components to efficient vanilla JavaScript. However, there are t

Keep your Svelte knowledge sharp.

Save this stack to your personal DevRecall — add your own notes, track what you're learning, and share what you know with the community.

Get started — free forever