The Svelte Handbook

1. Introduction to Svelte 1.1. How to get started with Svelte 2. Svelte Components 2.1. Importing the component in other components 2.2. Exporting specific functions from a component 3. Handling State in Svelte 4. Svelte Reactivity 5. Svelte Props 6. Cross-component State Management in Svelte 6.1. Passing state around using props 6.2. The context API 6.3. Using Svelte stores 6.4. Svelte Readable Stores 6.5. Svelte Derived Stores 7. Slots 8.