Svelte
Svelte Props vs Event Dispatcher – What you should use?
There are two popular approaches to propagate events between two components in Svelte. In this post, we will look at Svelte Props vs Event Dispatcher. The first approach uses callback functions. The other uses event dispatcher. Svelte supports both. However, one might be more suitable than the other in particular Read more…