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 19 spare minutes you can learn the basics of Svelte 3 and start building your own apps with it!
Enjoy!
#Great
It gives a quick but extended and concise overview of mostly svelte features which may be used in the daily work.
That course really apports a good start point for moving to svelte from other frameworks such vuejs, angular, react ... without having to read thousand doc pages, just 26min and free, awesome 👏.
Regarding svelte is looks like a mix of good stuff from angular, vuejs and react :D
nice pace and clear description of the feature
Go more in depth into the different plugins or add-ons provided by svelte. It was a great intro though! Thanks
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.