Svelte 5 Basics - Complete Svelte 5 Course for Beginners

  Рет қаралды 12,348

Syntax

Syntax

Күн бұрын

Пікірлер: 66
@arvi8843
@arvi8843 4 күн бұрын
Thanks! Hope for more advanced course in Svelte 5/Sveltekit. 🔥
@prashlovessamosa
@prashlovessamosa 3 күн бұрын
+1
@usernamesSux9
@usernamesSux9 3 күн бұрын
Svelte 5 just released! Woohoo! I am definitely looking forward to more Svelte 5 videos from Scott
@naldiojoaquim8920
@naldiojoaquim8920 4 күн бұрын
Please create more videos about svelte 5
@rudymundek
@rudymundek 3 күн бұрын
I'm upgrading from Svelte 4, and this tutorial is making it very easy to do so. Thanks!
@marlopainter8246
@marlopainter8246 4 күн бұрын
I had no idea 'sv create' existed. I was using 'create svelte@latest' .... sv is way better. I used 'bunx' instead of 'npx' and it was the same. Since the video, it asks which package manager to use, and many are listed. I chose bun and it set it up with bun and even gave the bun commands at the end. I love Svelte! Thanks for the video!
@BhideSvelte
@BhideSvelte 4 күн бұрын
It was released yesterday...on svelte summit October 19 th
@marlopainter8246
@marlopainter8246 4 күн бұрын
@@BhideSvelte I guess that explains why I never heard of it. 🤣
@IFIListen
@IFIListen 3 күн бұрын
Thanks for the tutorial, definitely looking forward to advance Svelte 5 + Sveltekit tutorial. 🔥
@tofu_u
@tofu_u 2 күн бұрын
Thanks for this Scott 🙏 Hoping for a lot more Svelte 5 content in the future!
@prashlovessamosa
@prashlovessamosa 4 күн бұрын
Mr Scott Please cover sveltekit too after this totally loved it please don't forget to complete this series as I am still rooting for the third video of local first series😅.
@syntaxfm
@syntaxfm 4 күн бұрын
The third local first video was derailed by the soon arrival of Zero. I'll be redoing it with Zero very soon once it's released.
@prashlovessamosa
@prashlovessamosa 4 күн бұрын
@@syntaxfm great can't wait for it thanks.
@joloppo
@joloppo 4 күн бұрын
What's Zero?
@suhaspai1180
@suhaspai1180 4 күн бұрын
Can you provide your system setup? Your browser and terminal and the rest of your setup looks amazing!
@smithdoesstuff
@smithdoesstuff 5 күн бұрын
How long is the course?!? I wanna block my calendar so no one bothers me. HELP!!!
@isaacdruin
@isaacdruin 5 күн бұрын
If it's longer than four hours I'll be shocked.
@syntaxfm
@syntaxfm 5 күн бұрын
1.5 hours ish.
@smithdoesstuff
@smithdoesstuff 5 күн бұрын
@@syntaxfm nice! That’s the sweet spot of just enough information and attention span expiration. I’ve started with Svelte/kit using their docs but I’m wanting some more real world actual developer perspective on the basics.
@pookiepats
@pookiepats 4 күн бұрын
@@smithdoesstuff brown noserrr
@smithdoesstuff
@smithdoesstuff 4 күн бұрын
@@pookiepatsI hope that was sarcasm, didn’t think being excited for content was brown nosing
@AmanuelTadesse-w8m
@AmanuelTadesse-w8m 4 күн бұрын
This channel is on fire 🔥🔥🔥
@syntaxfm
@syntaxfm 4 күн бұрын
🙌
@fennecbesixdouze1794
@fennecbesixdouze1794 Күн бұрын
@1:41:50 I can't even begin to explain to you how much nicer this is in Vue with just "ref". To get the most recent value it's just "name.value", to set it it's just name.value = "New Name". It's simple, easy, always consistent, doesn't require writing mountains of boilerplate setters and getters etc, and you can return "name" out in an object and destructure it too and it just works and doesn't lose reactivity. And if you want to expose only the API you want, that's easy too: you just write the getters and setters in that case. The point is that ref/reactive are the simple primitives on which you build other reactive "composables". Vue also has by far the best and most mature collection of pre-built composables in the "VueUse" project. Signals are the future, and the ref/reactive API is so much nicer DX than Svelte 5's mess of boilerplate getters and setters or Solid's array destructuring nonsense. Time for people to stop sleeping on Vue.
@thedelanyo
@thedelanyo 4 күн бұрын
19:56 in Svelte, that name variable would be infered. So does it mean, there's no inference in Svelte 5 components? 🤔, Edit: this is now clearly explained, with default value. 37:15
@2u841r
@2u841r 4 күн бұрын
Awesome! Thank You 🎉
@lucasgiunta8874
@lucasgiunta8874 4 күн бұрын
finally we can use {type} in a input
@kanways8
@kanways8 22 сағат бұрын
I love svelte and I have developed some apps using sveltekit. The main reason of not choosing svelte always is there are no UI libraries like shadcn. I know there is community maintained shadcn-svelte package but I don't much of a fan of it. Also I'm not good at design, I want to know is there any tips you can give me to boost my productivity with svelte while building the UI.
@naldiojoaquim8920
@naldiojoaquim8920 4 күн бұрын
Very amazing
@mylastore
@mylastore Күн бұрын
Does SvelteKit with Svelte 5 support Deno 2, or is it too early given that Deno 2 was just released?
@syntaxfm
@syntaxfm Күн бұрын
It does. I believe you just use the Deno adapter and you are gtg
@SDAravind
@SDAravind 4 күн бұрын
Next course with Deno + Svelte 5
@winfredj9820
@winfredj9820 4 күн бұрын
bun + svelte 5 is better
@SWard-oe8oj
@SWard-oe8oj 4 күн бұрын
Why? ​@@winfredj9820
@Mr.BinarySniper
@Mr.BinarySniper 4 күн бұрын
@@winfredj9820 Bun is biter 🤣
@ThatRandomDude914
@ThatRandomDude914 4 күн бұрын
@@winfredj9820agree
@2u841r
@2u841r 4 күн бұрын
No, until bun supports Next.js 😁
@ok-alarm
@ok-alarm 5 күн бұрын
NICE!!!! thanks for this
@syfenx
@syfenx 2 күн бұрын
Nice stuff, even you are haunted by vscode popups when you select text, make it stop!
@syntaxfm
@syntaxfm 2 күн бұрын
I swear I've turned them off 100 times.
@seenonmymind
@seenonmymind 18 сағат бұрын
Stupid question: at 9:10 how did he select prettier and eslint without running the command? I press enter and it runs without selecting anything.
@albertjoelbonilla
@albertjoelbonilla 4 күн бұрын
What theme do you use in your editor?
@syntaxfm
@syntaxfm 4 күн бұрын
Syntax FM
@Aakash-j2e
@Aakash-j2e 4 күн бұрын
is remix on the list?
@prashlovessamosa
@prashlovessamosa 4 күн бұрын
I have some confusion regarding svelte and Sveltekit Does Svelte have routing support as like we have react router for react Another question Svelte 5 is on the horizon. Shall we get Runes support in Sveltekit too after the stable release of Svelte 5.
@syntaxfm
@syntaxfm 4 күн бұрын
In the most simplified way to relate. Svelte is React. SvelteKit is NextJS
@isaacdruin
@isaacdruin 4 күн бұрын
Svelte does not have routing support, it's just the front-end portion. Chat just informed me that Svelte 5 was just released! Rich stated on his twitter that there will be an announcement blog post on Monday. SvelteKit does have full runes support!
@prashlovessamosa
@prashlovessamosa 4 күн бұрын
I got it I was so confused I found the channel name joy of code I am learning svelte but had no idea about sveltekit but now I know that's nuxt for svelte " pages router ". Thanks again for the clarification.
@isaacdruin
@isaacdruin 4 күн бұрын
@@prashlovessamosa Joy of Code is the man!
@ThatRandomDude914
@ThatRandomDude914 5 күн бұрын
Who is the teacher?
@prashlovessamosa
@prashlovessamosa 5 күн бұрын
It doesn't matter 😅 all of them are good.
@syntaxfm
@syntaxfm 5 күн бұрын
Scott. He's done a bunch of Svelte courses for Level Up Tutorials going back to Svelte 3
@isaacdruin
@isaacdruin 5 күн бұрын
Excited!
@Loui3Hunna
@Loui3Hunna 5 күн бұрын
Let’s go!
@mepkn
@mepkn 4 күн бұрын
Why didn't they go with # if #else #endif
@MrDevianceh
@MrDevianceh 4 күн бұрын
sveltekit wen?
@2u841r
@2u841r 4 күн бұрын
1:49:07 Make it public, please 😀
@tom9380
@tom9380 2 күн бұрын
so basically snippets are just inline components.
@syntaxfm
@syntaxfm 2 күн бұрын
Yep!
@faridhoque4235
@faridhoque4235 4 күн бұрын
sir, font name plz
Does Deno 2 really uncomplicate JavaScript?
8:55
Beyond Fireship
Рет қаралды 414 М.
Svelte 5's Secret Weapon: Classes + Context
18:14
Huntabyte
Рет қаралды 23 М.
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 15 МЛН
How to whistle ?? 😱😱
00:31
Tibo InShape
Рет қаралды 18 МЛН
Don't look down on anyone#devil  #lilith  #funny  #shorts
00:12
Devil Lilith
Рет қаралды 48 МЛН
버블티로 부자 구별하는법4
00:11
진영민yeongmin
Рет қаралды 24 МЛН
JavaScript Framework Tier List
40:57
Theo - t3․gg
Рет қаралды 354 М.
30 Programming Truths I know at 30 that I Wish I Knew at 20
17:41
I'm Ditching Try/Catch for Good!
10:29
Web Dev Simplified
Рет қаралды 130 М.
Your website does not need JavaScript - Amy Kapernick - NDC Oslo 2024
43:37
React VS Svelte...10 Examples
8:35
Beyond Fireship
Рет қаралды 574 М.
This Folder Structure Makes Me 100% More Productive
24:36
Web Dev Simplified
Рет қаралды 51 М.
Why Are Open Source Alternatives So Bad?
13:06
Eric Murphy
Рет қаралды 656 М.
The longest mathematical proof ever
19:30
Dr. Trefor Bazett
Рет қаралды 58 М.
18 Weird and Wonderful ways I use Docker
26:18
NetworkChuck
Рет қаралды 328 М.
"كان عليّ أكل بقايا الطعام قبل هذا اليوم 🥹"
00:40
Holly Wolly Bow Arabic
Рет қаралды 15 МЛН