←Back

This project uses Svelte 5.0 (With and without Runes mode, will explain in note 3).

Running svelte

Svelte basics

Runes mode vs Legacy mode?

Layout components

Inertia/Svelte and using data from back-end

Conditional rendering, for/each loops

Input elements and binding data

Dispatching events from child to parent

$effect in Svelte

Separating complex app logic in a global store

Animations - autoanimate (grids/lists)

Icons → Iconify

Rich Text Editor

Please note: The Svelte documentation is pretty good as is, so check that out too:) This one uses project examples mostly.

Let’s get started with running svelte (assuming you have cloned or set up your own Svelte project)! And after that; Svelte basics