Recursive tree component in SvelteJS using “svelte:self“ tag

Shows how to build a custom Tree UI component using “svelte:self“ tag, including click event handler that receives custom data context. Code: For inquiries, visit Index 00:00 Intro and Overview 01:04 Start coding a very basic first (non-recursive) version 04:19 Refactoring the basic version to better structure the props (data) 07:28 Converting it into an enhanced (recursive) version 10:55 Recursive version completed and expla
Back to Top