• Things you need to know about Actions in Svelte

    Things you need to know about Actions in Svelte
    actions in svelte are an extremely powerful feature and something programmers definitely need to know. here is the basic knowledge about actions in svelte.
  • How to use Slot in Svelte

    How to use Slot in Svelte
    slot makes it easier to transfer data from one component to another. let's learn how to use slot in svelte to create dynamic components!