Svelte
The Basics of Svelte Event Forwarding
In this post, we will learn the basic concept of Svelte Event Forwarding along with a practical example. A typical web application has several components where each component is doing its job. However, many times, it is important for one component to know about an event occurring in another component. Read more…