Part 3: Context and Stores
In this part, we will dive deep into Svelte’s two core features, Svelte context and Svelte stores. Over the five chapters, we will explore different scenarios for using Svelte context and stores. We’ll start our exploration by defining Svelte context and stores. This will be followed by a deep dive into implementing custom stores and strategies for managing application state using Svelte stores. Following that, we will learn how to use Svelte context to create a renderless component. Finally, we will learn how to create animations using Svelte stores.
This part has the following chapters:
- Chapter 8, Context versus Stores
- Chapter 9, Implementing Custom Stores
- Chapter 10, State Management with Svelte Stores
- Chapter 11, Renderless Components
- Chapter 12, Stores and Animations