Part 2: Actions
In this part, we embark on a journey to learn about Svelte actions. Across three chapters, we will delve into three different use cases of Svelte actions. Starting with the creation of custom events using actions, we’ll progress to integrating third-party JavaScript libraries with Svelte via actions. Finally, we’ll unveil techniques to progressively enhance our applications, harnessing the power of Svelte actions.
This part has the following chapters:
- Chapter 5, Custom Events with Actions
- Chapter 6, Integrating Libraries with Actions
- Chapter 7, Progressive Enhancements with Svelte Actions