_CORE
AI & Agentic Systems Core Information Systems Cloud & Platform Engineering Data Platform & Integration Security & Compliance QA, Testing & Observability IoT, Automation & Robotics Mobile & Digital Banking & Finance Insurance Public Administration Defense & Security Healthcare Energy & Utilities Telco & Media Manufacturing Logistics & E-commerce Retail & Loyalty
References Technologies Blog Know-how Tools
About Collaboration Careers
CS EN
Let's talk

Svelte tutorial — compile-time framework

17. 11. 2025 1 min read intermediate

Svelte kompiluje komponenty do vanilla JS. Žádný Virtual DOM, minimální bundle, intuitivní syntax.

Základní komponenta

Clicked {count} times

SvelteKit

// src/routes/+page.server.ts — server load export async function load({ fetch }) { const posts = await fetch(‘/api/posts’).then(r => r.json()); return { posts }; } // src/routes/+page.svelte {#each data.posts as post} {post.title}

Key Takeaway

Svelte 5 runes = jednodušší reaktivita. SvelteKit pro fullstack. Minimální bundle size.

sveltejavascriptfrontend
Share:

CORE SYSTEMS tým

Stavíme core systémy a AI agenty, které drží provoz. 15 let zkušeností s enterprise IT.