pull/16867/head
Stanislav Khromov 2 months ago
parent d0d7c5629f
commit 46c7687427

@ -1,3 +1,4 @@
---
title: Introduction
use_cases: "always: getting started, Svelte basics, framework overview"
---

@ -1,3 +1,4 @@
---
title: Runes
use_cases: "always: Svelte 5 reactivity, modern state management"
---

@ -1,3 +1,4 @@
---
title: Template syntax
use_cases: "always: component templates, markup syntax"
---

@ -1,3 +1,4 @@
---
title: Styling
use_cases: "always: CSS in components, styling approaches"
---

@ -1,3 +1,4 @@
---
title: Special elements
use_cases: "always: Svelte-specific elements, framework features"
---

@ -1,5 +1,6 @@
---
title: Imperative component API
use_cases: "legacy: Svelte 3/4 component API, programmatic component control"
---
In Svelte 3 and 4, the API for interacting with a component is different than in Svelte 5. Note that this page does _not_ apply to legacy mode components in a Svelte 5 application.

@ -1,3 +1,4 @@
---
title: Legacy APIs
use_cases: "Svelte 3/4 compatibility, migration reference"
---

@ -1,3 +1,4 @@
---
title: Svelte
use_cases: "always: framework documentation, main documentation entry"
---

Loading…
Cancel
Save