JavaScript community has been shaken recently by a release of Svelte 3 and for a good reason - it's a completely different approach than React or Vue. To quote the docs:
"Svelte is a radical new approach to building user interfaces. Whereas traditional frameworks like React and Vue do the bulk of their work in the browser, Svelte shifts that work into a compile step that happens when you build your app."
The best part? If you have 26 spare minutes you can learn the basics of Svelte 3 and start building your own apps with it!
If you're interested in Svelte this is the best resources to get our familiar with its core features. You'll learn everything you need to start building Svelte apps today.
Enjoy!
some quick basic introduction to svelte
I found it was a good introduction to what Svelte can do.
Concise and direct to the point! Awesome!
I liked the pace and also the pieces of information were well supported with examples. Well done!
Loved it, it's brief and to the point. Thanks!
Good beginner tutorial. Does not assume experience with other frameworks
Become familiar with the Workers CLI wrangler
that we will use to bootstrap our Worker project. From there you'll understand how a Worker receives and returns requests/Responses. We will also build this serverless function locally for development and deploy it to a custom domain.
This is a practical project based look at building a working e-commerce store using modern tools and APIs. Excellent for a weekend side-project for your developer project portfolio
git is a critical component in the modern web developers tool box. This course is a solid introduction and goes beyond the basics with some more advanced git commands you are sure to find useful.