DEV Community

Cover image for Top 10 Svelte videos in 2020
MeetupFeed
MeetupFeed

Posted on

Top 10 Svelte videos in 2020

Hello,

Here's our selection of the community's finest Svelte videos from last year. No matter how much you're into Svelte, you'll find useful content here.

You can either read our whole article or scroll through the 10 videos and choose what to watch separately.

https://blog.meetupfeed.io/top-10-svelte-meetup-videos/

An intro to Svelte | John Papa

Join John Papa to learn all about Svelte. You’ll get tips and tricks for building blazing fast apps, and learn how it compares to Vue, Angular and React.

Link: https://meetupfeed.io/talk/svelte-intro

Mobile developer tries Svelte Native for the first time | Alexander Ziskind

Never touched Svelte at all yet, but I hear good things. Svelte Native is the mobile (anti) framework that renders native iOS and Android apps. Here’s me trying it out for the first time.

Link: https://meetupfeed.io/talk/svelte-native-first-time

Futuristic web development with Svelte | Rich Harris

The front end development landscape has been transformed since we started building Svelte and Sapper. What would a reimagined, truly modern workflow look like?

Link: https://meetupfeed.io/talk/svelte-futuristic-web-development

Svelte, cybernetically enhanced web apps | Devlin Duldulao

Learn this JavaScript “compiler” that has the goodness of both React and Vue. Svelte is a radical new approach to building user interfaces. Whereas frameworks like React & 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. And rather than applying techniques like virtual DOM diffing, Svelte writes code that surgically updates the DOM when the state of your app changes.

Link: https://meetupfeed.io/talk/svelte-web-apps

Svelte forms | Kevin Åberg Kultalahti

Kevin will show us how he built a versatile form component that simply just gets out of the way. Inputs in, values out. Simple.

Link: https://meetupfeed.io/talk/svelte-forms

Outmatched – How Svelte beats the odds | Rich Harris & Eliran Hezkia

Rich Harris invented Svelte: a new framework for building user interfaces in web applications. It’s blazingly fast, easy to learn and battle-proven in real world application. There’s one problem, though: it’s not React.

React is the 800 lb. gorilla of web frameworks: it has millions of users, huge enterprises, and it’s backed by none other than Facebook. Svelte is faster and slimmer than React, but at every conference and in every Twitter thread, Harris needs to fight an uphill battle against Facebook’s React just to be noticed.

So how do you get developers to give up a popular framework, and switch to your new and improved one? In this episode, we will also hear from Eliran Hezkia how Wix Engineering is testing Rich’s framework.

Link: https://meetupfeed.io/talk/svelte-beats-odds

Build once, use anywhere: Microfrontends with Svelte | Evan Payne

What do you do when you have less than a week to build a web component that can be used in two different places, but still has a standalone development and deployment process?

Sounds like a perfect use-case for Microfrontends!

And while we’re at it, let’s give Svelte a try!

In this talk, I’ll walk you through how and why the Svelte/Microfrontend combination ended up being a complete pleasure to work with.

Link: https://meetupfeed.io/talk/svelte-microfrontends

Svelte for Vue developers | Erik Hanchett

Svelte is a brand newish JavaScript framework. In this video Erik talks about Svelte as a Vue developer and about some of the differences and things that are alike. 0:00​ Introduction 01:00​ Documentation 04:20​ VSCode Sample App 15:20​ Erik’s thoughts on Svelte

Link: https://meetupfeed.io/talk/svelte-vs-vue

7 Svelte features that bring me joy | Jesse Skinner

Svelte has a lot of mind-blowing features, but Jesse wanted to make a little demo showing off a few of his favourite features that make programming with Svelte so easy and fun.

Link: https://meetupfeed.io/talk/svelte-features

The zen of Svelte | Morgan Williams

Approaching frontend as a backend developer, Svelte feels surprisingly pythonic. Let’s take a quick look at what’s familiar, what’s foreign, and how to explore the gap.

Link: https://meetupfeed.io/talk/zen-of-svelte

Top comments (0)