Svelte is pretty new fontend framework that compiles declarative code to regular JavaScript so you don’t need to add extra libraries to your app. Here is nice tutorial with all svelte core concepts https://joyofcode.xyz/svelte-todo-app YouTube series are there is well https://youtu.be/cQYLPhBmqG8

Also want to mention how materials are structured great problem solving examples and code evolution tips.