10:08 Start 12:37 Get your keyboard out of your way with Svelte 18:21 Hacking SvelteLab 31:46 Skeleton - a powerful UI toolkit for Svelte + Tailwind 37:33 Svelte at Scale 1:03:30 Svelte, do you hear me? 1:10:15 Threlte 6 1:33:29 Svelte Inspector Update 1:45:20 Hackathon Presentation 2:12:07 Break Starts 2:31:50 Break Ends 2:35:46 Superforms! 3:00:23 Intelligent Svelte: Unleashing AI with Reactivity 3:09:20 Sveltekit and i18n - let's finally solve this never ending story 3:19:35 Supercharge your app's animation with View Transitions 3:32:38 Rich Harris 3:56:17 Outro and thank you to everyone!
@ash8128 Жыл бұрын
Thank you!
@patricknelson Жыл бұрын
Awesome! You’re the GOAT.
@patricknelson Жыл бұрын
Jacob Stordahl’s “Svelte at Scale” presentation at 37:33 was awesome 👏 Love learning about these design patterns, especially on a high traffic site early on when starting a new project from scratch.
@RodrigoDAgostino Жыл бұрын
Thank you so much to all of you for putting this whole event together. It was really interesting and enjoyable :)
@Huntabyte Жыл бұрын
Great job everyone!
@swyxTV Жыл бұрын
another amazing summit! congrats everyone!
@HunterBBQ Жыл бұрын
awesome community !
@BogacGuven Жыл бұрын
Thank you Svelte Society and contributors for their amazing work. One comment I'd like to make though, video image quality for recorded sessions seems to be low, weather it's caused by live streaming or they were as is I'm not sure. Maybe they'll get put on the channel separately later?
@SvelteSociety Жыл бұрын
I'm currently making the separate videos and will start uploading them next week. The quality will be higher on those. //Kev
@irhasm.a.4932 Жыл бұрын
the music makes me remember the wreck it ralph movie
@koodeau Жыл бұрын
🥰👌
@_the_one_1 Жыл бұрын
Hi from a Vue dev!
@daviidon Жыл бұрын
please update the chapters. They have the wrong timestamps
@rodrigoea Жыл бұрын
10:08 start 12:38 Get You Keyboard out of the way
@alwayzsmarter Жыл бұрын
Is it bad practice to write to data? Like if i send update to post should i not do data.posts[editPostId] = updatedPost. I heard rich mention something about doing writing to data anyway. I think this might cause problems for me when i tab to other pages and back and my data being reset to the cached val without my updated stuff. Prob need to handle this differently
@alextadevosyan6 Жыл бұрын
Not at all bad practice, svelte stores are actually all about mutability (and reactiveness in svelte in general, you mutate state variables and it magically updates). It’s normal to make your REST call, wait for the response, then sync your client store by mutating the data (though I like to use defined exported methods, rather than freehand mutations around my app). As for keeping other open tabs in sync, you can simply save state to session storage and use the window storage event to sync the svelte store in memory on the other tabs!
@onlyspaceghost Жыл бұрын
🎉🎉🎉
@julianriise131 Жыл бұрын
First song??
@SvelteSociety Жыл бұрын
You can find the music here: fractal-hq.com/music/sveltesummit2021 These songs were graciously made by Fractal for us! The keen-eyed will also see that the song names are all Svelte concepts!
@julianriise131 Жыл бұрын
@@SvelteSociety Haha cool! I also found it here: music.kzbin.info/www/bejne/onPHqoymfN2Ej9U&feature=share
@greendsnow Жыл бұрын
Modal charges 10 times the price that Runpod charges for storage ($2/Gb/mo vs $0.2) That's crazy. Runpod has the same GPU pricing and serverless functions. Sorry Modal, I'm not going to pay you 30 bucks to host a model on your disk just because you have a svelte plugin. Plus there's an egress cost of $0.15/Gb! It's still better than Replicate, but... I don't see any value in that.