No video

Svelte 5 Surprised Me

  Рет қаралды 66,180

Theo - t3․gg

Theo - t3․gg

11 ай бұрын

Huge congrats to the Svelte team for this release!!! More like Solid is almost always a good thing, so I'm pretty hyped about this change
Link to the blog: svelte.dev/blog/runes
Link to Rich video: • Rich Harris - Rethinki...
ALL MY VIDEOS ARE POSTED EARLY ON PATREON / t3dotgg
Everything else (Twitch, Twitter, Discord & my blog): t3.gg/links
S/O Ph4seOn3 for the awesome edit 🙏

Пікірлер: 192
@robolist2277
@robolist2277 10 ай бұрын
we would be on mars by now if svelte was how the dom originally worked
@tedspens
@tedspens 10 ай бұрын
Totally Jetsons style! 🚀
@engageintellect
@engageintellect 10 ай бұрын
Can confirm.
@SzaboB33
@SzaboB33 10 ай бұрын
This was exactly what I was thinking! We figured out that frontend code works better with a datadriven paradigm so we hack the whole functionality to make it work with virtual DOM or equal sign overload. HTML6 should maybe just make reactivity work by default.
@_rtdp_
@_rtdp_ 10 ай бұрын
😂😂😂 noice one...
@ossonku
@ossonku 10 ай бұрын
😅@@tedspens
@benkolya
@benkolya 10 ай бұрын
Can't help noticing the similarities to Vue 3, which is certainly not a bad thing
@saadhabashneh5587
@saadhabashneh5587 10 ай бұрын
Can you state the similarities?
@heyjitendra
@heyjitendra 10 ай бұрын
Yea I too agree. Vue has a PhD in reactivity
@wobsoriano
@wobsoriano 10 ай бұрын
@@saadhabashneh5587 search "Vue Reactivity Transform"
@emartinez__
@emartinez__ 10 ай бұрын
Also composables
@djpunisha29
@djpunisha29 10 ай бұрын
@@saadhabashneh5587 I think what the comment auther means is that the main similarity is $derived in Svelte can be seen as computed in Vue Also $effect can be seen as watchEffect in Vue ...
@masonsten
@masonsten 10 ай бұрын
I actually think svelte 5's syntax is much more similar to Vue's composition API than anything. Lotta good improvements, will be interesting to test it out. I'm also curios if TS works better in Svelte these days. That's one of the biggest reasons I love JSX templating, the TS always seems to work better for me, I assume because Vue/Svelte have to manage there own LSP.
@PanosPitsi
@PanosPitsi 10 ай бұрын
Svelte was literally built with ts in mind there is type inference between fronted and backend automatically
@benocxx7906
@benocxx7906 10 ай бұрын
I've been using Svelte/kit for a long time and I have full typesafety front to back. Never had an issue. That being said, I also think that Svelte 5 syntax feels like Vue and I'm glad it does!
@jacoblockwood4034
@jacoblockwood4034 10 ай бұрын
Definitely do a "playing with Svelte 5" vid
@hicoop
@hicoop 10 ай бұрын
I can't wait for svelte 6: const [$data, $setData] = $state("test")
@HenriqueNewsted
@HenriqueNewsted 10 ай бұрын
Exactly what i though. They are slowly realizing the React way is the best way to write things.
@donirahmatiana8675
@donirahmatiana8675 10 ай бұрын
lol
@imrdeveloper
@imrdeveloper 10 ай бұрын
JAJAJAJAJAJAJAJAJA ❤
@mrgerbeck
@mrgerbeck 10 ай бұрын
@@HenriqueNewsted It's more like Solid than React, and a lot more approachable.
@DEVDerr
@DEVDerr 10 ай бұрын
@@HenriqueNewsted But it's not like React in any way. It's more like Solid now
@jacoblockwood4034
@jacoblockwood4034 10 ай бұрын
So excited to upgrade all my stupid sites to the new dope version lol
@isdeonf
@isdeonf 10 ай бұрын
You must be fun at parties
@jacoblockwood4034
@jacoblockwood4034 10 ай бұрын
@@isdeonf Why? Because I left a comment on a KZfaq video? You just did the same thing... Besides I was being sarcastic
@Time2paw
@Time2paw 10 ай бұрын
"Besides you think you being sarcastic..."
@sahiltrivedi69
@sahiltrivedi69 10 ай бұрын
“Svelte is becoming React” “Svelte is becoming Solid” “Svelte is becoming Vue”
@samifouad
@samifouad 10 ай бұрын
Svelte is actually just becoming a better version of Svelte
@cristianpallares7565
@cristianpallares7565 10 ай бұрын
That means the signals paradigm is good 😁
@minnh2094
@minnh2094 10 ай бұрын
I feel like Svelte lost its uniqueness. Not sure whether it is good
@JEsterCW
@JEsterCW 10 ай бұрын
@@minnh2094 lol
@daleryanaldover6545
@daleryanaldover6545 10 ай бұрын
Not really, do you know where where SFC came from? It was from Svelte. Just like how Evan took the better parts of react to make Vue, he explored the possibility of SFC by Svelte with Vue and that is how compositions API was introduced, there was a huge drama about the moving away from options API to the new compositions API. If you read Vue 3 docs, it was also mentioned they explored compiler runtime but did not push through it because of how vue runtime is initially designed (around react's virtual dom of course).
@oidualx
@oidualx 10 ай бұрын
I'm also hyped for Svelte 5, but I love Svelte 4 and I never got the argument that is not JavaScript, implying that React somehow just is. How can people claim that JSX "is" JavaScript is beyond me. In that example, what does it tell you that "count" is updated in the DOM? You are literally mutating its value! Not such a stretch of the imagination.
@dlongodesign7026
@dlongodesign7026 10 ай бұрын
Yes please! ❤ More Svelte vids Theo!
@nightshade427
@nightshade427 10 ай бұрын
Svelte now looks like vue sfc
@daleryanaldover6545
@daleryanaldover6545 10 ай бұрын
Vue initially copied SFC from Svelte. Svelte just saved their time and copied Vue reactivity instead since they already have SFC thing in the first place. And from what I know, Vue had a habit of copying the good parts of other frameworks, react's virtual dom is the first thing comes to mind. I think it's fair for Svelte also take a dip on the Vue's cake.
@TheDeprecatedLibrarian
@TheDeprecatedLibrarian 10 ай бұрын
sfc?
@LookRainy
@LookRainy 10 ай бұрын
this looks more like, not React, no Solid, but Vue
@tedspens
@tedspens 10 ай бұрын
I was wondering what's Theo's thoughts on Svelte 5 and runes. Now I'm wondering what you'll do when you first get your hands on it. Yes, absolutely make a video, preferably as you first try it out. Personally, I'm kind of hyped.
@Fruitdev01
@Fruitdev01 10 ай бұрын
It’s really incredible how you can read through and understand documentation so quickly and with such eloquence. As a Junior dev, I hope I can read docs as quickly as you & understand them like this someday 🤞
@al3030
@al3030 10 ай бұрын
Yes, to more content about Svelte. Looks like it has a lot of traction these dayd
@tanotive6182
@tanotive6182 10 ай бұрын
Would love to see a video where you explore using runes in Svelte 5!
@stevewinner
@stevewinner 10 ай бұрын
Yes, do more videos on Svelte and trying things out with Svelte 5... We're switching a legacy site from backbone/marionette to Svelte and would I'd like to see your thoughts on it once you have a chance to try it out... anyways, keep up the good work and content :)
@Metruzanca
@Metruzanca 10 ай бұрын
Svelte 5 is cementing my belief in Solid's future being brightest. Runes are effectively signals. So not only is "svelte becoming react" but its also becoming Solid. EDIT: oh he says it too at 4:10 - dammit, why'd I comment before watching the video.
@waleedbinalim
@waleedbinalim 10 ай бұрын
I had the same feeling that this is highly similar to what SolidJS is achieving. Solid honestly deserves some more love and showcasing
@djpunisha29
@djpunisha29 10 ай бұрын
Similar to Vue $derived in Svelte can be seen as computed in Vue... Also $effect can be seen as watchEffect in Vue ...
@Aoredon
@Aoredon 10 ай бұрын
k didn't ask tho
@djpunisha29
@djpunisha29 10 ай бұрын
@@Aoredon ?
@SzaboB33
@SzaboB33 10 ай бұрын
I live the fact that Svelte 5 makes these features opt in because I will not use these.
@yourivanmill
@yourivanmill 10 ай бұрын
Soooooo Sevlte 5 is secretly Vue 3
@nooalovern
@nooalovern 10 ай бұрын
It's for us who don't like JSX or Virtual DOM a.k.a Solid and VUE.
@snailedlt
@snailedlt 10 ай бұрын
Great video as always. Would be nice if you linked to the articles you're reading for easy access though
@josephs1732
@josephs1732 10 ай бұрын
Solidjs syntax doesn't even need a compiler for this exact thing to work. One can use solid signals like a library in any project. You should do more with solidjs since it's technically way more superior than svelte which is more hype than anything
@Nobodylihshdheuhdhd
@Nobodylihshdheuhdhd 10 ай бұрын
True
@ZyncInteractive
@ZyncInteractive 10 ай бұрын
Svelte 5 looks a bit like Vue. $derived looks like computed, $effect looks like watchEffect. But overall looks great, going to give it a shot
@Anonymous-ib7dc
@Anonymous-ib7dc 3 ай бұрын
Runes + stores for me felt even a bit nicer than vue piñata but still you are not far off
@CrzyMan_Personal
@CrzyMan_Personal 10 ай бұрын
Svelte is basically ditching its soft magic system for a hard magic system
@_ryaaan
@_ryaaan 10 ай бұрын
Would love to see more Svelte content out of curiosity
@dzienisz
@dzienisz 10 ай бұрын
Am I the only one who isn't excited about this? It's yet another new thing to dive into. While I have great respect for Rich Harris, for me, this feels like a framework where I'm not entirely sure what I'm doing.
@dermachedjamel8970
@dermachedjamel8970 10 ай бұрын
I still don't understand the hype about svelte 5 when we already have Vue 3 they look the same.
@alisherdotdev
@alisherdotdev 10 ай бұрын
3:57 Svelte becoming Vue actually
@gabrielcastilho4168
@gabrielcastilho4168 10 ай бұрын
Yes, please more svelte content
@gummipo
@gummipo 10 ай бұрын
Would love to hear your take on ElectricSQL and the whole local-first idea.
@additionaddict5524
@additionaddict5524 10 ай бұрын
Yes to Svelte 5 video but only if you eat a pizza pocket whilst doing so
@Jeff-co.
@Jeff-co. 2 ай бұрын
Svelte is amazing... was amazing. Just like Vue, Svelte had an original and unique idea of how to handle state and build pages. It was its own thing, different from Angular/React/Vue. But now, just like Vue 3, Svelte 5 is slowly changing into React. This thing about "$derived", "$state", "$effect", is all just React useMemo, useState, useEffect. Vue stopped being Vue on version 3, and so its originallity lasted 2 versions (up to Vue 2). Now Svelte's originallity would've lasted 4 versions, because version 5 just proved, yet again, that React has been right all along. Two amazing frameworks, Vue and Svelte, who started gorgeouslly doing their own thing and making devs around the world fall in love and have faith in modern JS, have now copied React and become what they were originally trying to defeat. What a sad time for all JS devs. I'll have to keep with Svelte 3/4, just like I've kept with Vue 2. Knockout was right all along. Svelte... was amazing.
@succatash
@succatash 10 ай бұрын
The hair looks good here. Great vid
@bryanleebmy
@bryanleebmy 10 ай бұрын
We're SolidJS now!
@WillDelish
@WillDelish 10 ай бұрын
I enjoy svelte, but I also like jsx. Maybe I should try solid
@Voidstroyer
@Voidstroyer 10 ай бұрын
We might be witnessing the t3 stack migrating to svelte boys!!!
@yoanestradablanco1608
@yoanestradablanco1608 10 ай бұрын
Sveltel Equal Vue3 :)
@mpiorowski
@mpiorowski 10 ай бұрын
More Svelte!
@ivanc3176
@ivanc3176 10 ай бұрын
$ is fine. I always saw using JavaScript syntax to write JavaScript as positive of svelte.
@rafikkasmi1406
@rafikkasmi1406 10 ай бұрын
exactlyyyyyyyy, i still cant understand the hype over svelte 5, like they just killed it's uniqueness by making it similar to other frameworks in the industry (react,vue,solid...), the simplicitiy of svelte was indeed its selling point , but now why would anyone choose svelte over the others ?
@user-zm3ys9ym3q
@user-zm3ys9ym3q 10 ай бұрын
So Svelte's approach to describing reactivity actually turns into what Effector did 🤔
@lazyh0rse
@lazyh0rse 10 ай бұрын
Whoever is on the fence, you are missing out. I switched permanently from react to svelte and I don't regret it one bit.
@behnamesmaili9916
@behnamesmaili9916 10 ай бұрын
all that pain just has gone away.
@gro967
@gro967 10 ай бұрын
So it's basically implementing all the good Vue principles :D
@freecollege6363
@freecollege6363 10 ай бұрын
1:25 how is it that you can't see that when count updates the markup updates as well but in react you can?
@forno_nicolas
@forno_nicolas 8 ай бұрын
Svelte, yes more content of svelte please
@ISKLEMMI
@ISKLEMMI 10 ай бұрын
The Carniatoization of the JS ecosystem continues unabated and I'm here for it.
@SandraWantsCoke
@SandraWantsCoke 10 ай бұрын
lol :D Ryan is amazing.
@vipero07
@vipero07 2 ай бұрын
0:20 "I don't like when people change the syntax of javascript without really good reason." Yet you like JSX?
@paulclarke4099
@paulclarke4099 10 ай бұрын
More Svelte/SvelteKit content please 💯❤🙏👍
@Valiant600
@Valiant600 10 ай бұрын
So Svelte 5 and Vue 3 mostly resemble React but with different namings? Hooks are observables or runes?
@daleryanaldover6545
@daleryanaldover6545 10 ай бұрын
Yeah, when Vue copied SFC from Svelte and Next copied Server context from Sveltekit, jus a few lines of code and we can merge these three frameworks together 😂
@yihad3255
@yihad3255 10 ай бұрын
banger alert!!! time for me to take another look at svelte🙄
@syrix5914
@syrix5914 10 ай бұрын
The get at 3:15 is confusing. Everything else looks way better than before!
@P4INKiller
@P4INKiller 10 ай бұрын
count is a primitive, so you have to create a get method to access the local variable. Otherwise you would be getting the same initial value, and not the mutated one.
@minnh2094
@minnh2094 10 ай бұрын
I dont dislike the new Svelte, I just cant think of how different is Svelte compared with other frameworks now :/
@yarrichar
@yarrichar 10 ай бұрын
Yes, more svelte please.
@soumitripattnaik
@soumitripattnaik 8 ай бұрын
Vue 3 has all of this from years at this point and yet nobody talks about it anymore.
@ChadcholMeesaeng
@ChadcholMeesaeng 10 ай бұрын
What's the point? What's fixing? Why change to be "reacty"?
@nowheremap
@nowheremap 10 ай бұрын
i like the amount of features that this makes obsolete: a simpler syntax and a less quirky implementation can make svelte even cleaner and more intuitive... you may call that reacty, but imo it only makes svelte more svelte, bc those were already some of svelte's strengths (and bc svelte is a word with an actual meaning)
@thomasmuller8266
@thomasmuller8266 10 ай бұрын
Signals do not need magic, Runes are against the original idea of Svelte, it is a compiler. Solid is still the best piece of frontend framework engineering imo, it needs more adopters.
@wesleymatos6899
@wesleymatos6899 10 ай бұрын
definitely do a video playing with svelte 5
@Fanaro
@Fanaro 10 ай бұрын
Most JS frameworks are now finding out what the observer patter is?
@waytospergtherebro
@waytospergtherebro 10 ай бұрын
I want to look a lot worse than Weird Al Yankovic and make everyone who sees me uncomfortable.
@JoyofCodeDev
@JoyofCodeDev 10 ай бұрын
🔥
@0xedb
@0xedb 10 ай бұрын
Not Theo tryna mimic Rich's voice😂
@t3dotgg
@t3dotgg 10 ай бұрын
Not trying to mimic anything, guess I sound more like Rich at 7am 😅
@n4bb12
@n4bb12 10 ай бұрын
Great improvements, those are exactly the things that have been bothering me.
@lukasvainikevicius2463
@lukasvainikevicius2463 8 ай бұрын
yes
@jacksingermusic
@jacksingermusic 10 ай бұрын
Nice haircut, Theo!
@MikeHTMLAllTheThings
@MikeHTMLAllTheThings 10 ай бұрын
T3 stack on Svelte 5 wen?
@muslim8622
@muslim8622 10 ай бұрын
Runes really looks like hooks, svelte 5 enable more clarity and code sharing The refactoring of svelte DX prove one thing, even if we come with a dozen of (fair) critiques on React, it was implemented with really good stuff especially the introduction of the hook in the framework, it was absolutly NUTS Encapsule the logic in a simple js function and use everywhere you need, it’s a very clever and useful feature Vue 3 implement a similar pattern with the composition API Even if we can do better, React stay a source of inspiration for the new frameworks
@dealloc
@dealloc 10 ай бұрын
They are effectively just signals. Difference is that signals inverses the control. With hooks, you subscribe to the lifecycle of a component, whereas with signals, the component subscribes to the signals.
@fakevc211
@fakevc211 10 ай бұрын
Did Theo just hit puberty?
@noxus_z
@noxus_z 10 ай бұрын
Literally vuejs
@shreyanshsheth290
@shreyanshsheth290 10 ай бұрын
Svelte is basically now react with jotai
@EphYxRS
@EphYxRS 10 ай бұрын
Very nice mustache sir!
@Noritoshi-r8m
@Noritoshi-r8m 10 ай бұрын
Feels like VueJS in steroids, i like it
@sinasalahshour
@sinasalahshour 10 ай бұрын
it's sad that we lost surgical updates tho, now it feels like render function in react. but maybe there's a performance benefit.. edit: surgical updates are kinda back (when you call function in your template)
@dzisonline
@dzisonline 10 ай бұрын
That's "it's more like React" comment hurt me, mostly because it's true.
@naregtokatlian2869
@naregtokatlian2869 10 ай бұрын
more svelte please
@jengstrm2
@jengstrm2 10 ай бұрын
Yeah. I never loved $ but yeah, the dumped everything sub-optimal 🎉
@pedrohakia1
@pedrohakia1 10 ай бұрын
WE LOVE YOU THEOOOOOO ❤❤❤❤
@funcmethod
@funcmethod 10 ай бұрын
More Svelte pls
@sammi7971
@sammi7971 10 ай бұрын
The problem is that adding all this as an additive feature means that all the previous behaviour is still there. This seems like a really strange choice to me, it'll make learning the language really confusing. Imagine trying to explain to a newcomer the difference between `let count = $state(0)` and `let count = 0` where `let count = 0` can be reactive but "it depends". I feel like they should've ditched the old behaviours all together.
@vcbiotech
@vcbiotech 10 ай бұрын
Do a video where you play with Svelte 5!!!
@Matyanson
@Matyanson 10 ай бұрын
2:19 Please explain to me how changin the syntax of `let count = 0;` to `let count = $state(0);` suddenly makes it more tracable? It is still let, it is still in the same place. let is not a constant but variable and you should expect it to change...
@Matyanson
@Matyanson 10 ай бұрын
Obviously declaring a variable in a function would not be accessible since it is encapsulated in its scope
@markzuckerbread1865
@markzuckerbread1865 10 ай бұрын
anyone else notice how he combed his hair
@tomfancode
@tomfancode 10 ай бұрын
Why we need sve when we have vue. Finally, I use Astro. Not next js, not nuxt js 😂
@eldarshamukhamedov4521
@eldarshamukhamedov4521 8 ай бұрын
The move away from JS hijacking is huge.
@thenewdesign
@thenewdesign 10 ай бұрын
Yeah bruh, React died in 2022. Long live Svelte
@hanes2
@hanes2 10 ай бұрын
Svelte 5: Vue 3
@daleryanaldover6545
@daleryanaldover6545 10 ай бұрын
When Vue copied SFC from Svelte and Next copied Server context from Sveltekit, jus a few lines of code and we can merge these three frameworks together 😂
@GamBar64
@GamBar64 10 ай бұрын
I just hope it dosent move more towards React.. I enjoyed writing let and knowing that Svelte will take care of it. It's not that hard to learn and follow imo
@levi2408
@levi2408 10 ай бұрын
Would love to see more svelte content, seems like it's still an underloved framework
@sdwvit
@sdwvit 10 ай бұрын
It is a redundant framework lol that’s why no interest from the public
@PanosPitsi
@PanosPitsi 10 ай бұрын
@@sdwvitit’s literally just react with better syntax and like 10x faster.
@oscarljimenez5717
@oscarljimenez5717 10 ай бұрын
usually template based frameworks have a hard time, because have too much magic and feel like lock-in in some way.
@cocoscacao6102
@cocoscacao6102 10 ай бұрын
@@oscarljimenez5717 Template being "magic" while JSX being just JS is one of those horrible, hilarious and wrong statements. Both need to translate input to html, except JSX does it in a more ugly way.
@sadkebab
@sadkebab 10 ай бұрын
They are fixing the specific things that are holding me from actually adopting Svelte more often, very exited about Svelte 5.
@mikhalpalych
@mikhalpalych 10 ай бұрын
Everytime i look at things happening in svelte i have uncontrollabe urge to make a statement that vue3>svelte
@lucasjames8281
@lucasjames8281 10 ай бұрын
Virtual dom
@cherloire7978
@cherloire7978 10 ай бұрын
​@@lucasjames8281 yet its surprisingly fast on benchmarks
@crab-cake
@crab-cake 10 ай бұрын
@@lucasjames8281 to be fair, vue is working on getting rid of their v-dom with what they call 'vapor'. that being said, i prefer svelte regardless.
@atanasantiev7237
@atanasantiev7237 10 ай бұрын
vapor@@lucasjames8281
@berniko4954
@berniko4954 8 ай бұрын
@@lucasjames8281Sheesh
@robertshuxley
@robertshuxley 10 ай бұрын
i know it helps with the youtube algorithm but the thumbnails are getting out of hand
@minnow1337
@minnow1337 10 ай бұрын
the clickbait stuff prevents me from watching ngl
@gamevidzist
@gamevidzist 10 ай бұрын
That's the most basic thumbnail you'll find in KZfaq land
@yestermonth
@yestermonth 10 ай бұрын
​@@minnow1337Same, was forced to watch because there aren't enough Svelte Runes video yet
@AndiRadyKurniawan
@AndiRadyKurniawan 10 ай бұрын
What's the point of using svelte if it just do the same thing as other framework does?
@kaixuanjaw3173
@kaixuanjaw3173 10 ай бұрын
OK I don't even care about the video, wtf is this hairstyle and moustache combo theo
@JawsoneJason
@JawsoneJason 10 ай бұрын
Theo, you're not usually the best judge of things, so this feels on par.
@cooltune
@cooltune 10 ай бұрын
Geezus again with the $-signs. It's my php/ jquery days all over again. My shift-key is gonna get demolished. Just go Vue at this point my guys. And your components will resemble your ts-modules-code almost 1:1. No jsx, non of this $-sign nonsense. Just regular "import {this} from that" and then using reactive variables in your html-templates. That what its suppose to be. That it!
@DEVDerr
@DEVDerr 10 ай бұрын
Well... $ signs have a purpose here. They're "magic symbols" that tell compiler to do some compiler-specific tasks. So during compilation time, with $ sign they can easly split such an expression to: - what magic symbol was used - what was passed inside of it so that they can safely and easly apply some effect on what was inside
@danvilela
@danvilela 10 ай бұрын
Svelte 5 remove the need of importing stuff. Biggest win! You mash your shift key importing funcs way more than the dollar bill sign
@samuelmorkbednarzkepler
@samuelmorkbednarzkepler 10 ай бұрын
​@@danvilelayou can do autoimports in Vue also. It even comes default in nuxt
@mrcode6123
@mrcode6123 10 ай бұрын
what happened to your hairs
@SamualN
@SamualN 10 ай бұрын
these fake tweet thumbnails are very samey
@heugh_jazz
@heugh_jazz 10 ай бұрын
Dude, shape up your moustache
@robolist2277
@robolist2277 10 ай бұрын
first
@tedspens
@tedspens 10 ай бұрын
You stole first without commenting on the video?
@sir.richardpound
@sir.richardpound 10 ай бұрын
The update is awesome for svelte, but imagine writing your app around everything Svelte 5 introduces and then needing to switch front-end framework later down the line...
@JoeHartzell
@JoeHartzell 10 ай бұрын
Imagine writing everything in react then needing to switch front-end framework later down the line....
@sir.richardpound
@sir.richardpound 10 ай бұрын
@@JoeHartzell With svelte 5 what's the difference? Instead of the age of vendor lock-in, now it's framework lock-in
@exactzero
@exactzero 10 ай бұрын
@@sir.richardpound That's the point they were making. There's no difference, whether you use React or Svelte 5. So your original comment doesn't make sense.
@sir.richardpound
@sir.richardpound 10 ай бұрын
@@exactzero you want to be locked into a framework? That's nuts
@PanosPitsi
@PanosPitsi 10 ай бұрын
@@sir.richardpounddo you even know how to read?
@aarondunphy_
@aarondunphy_ 10 ай бұрын
No to Svelte content 😳😬
Svelte 5 Preview | Runes
12:40
ThePrimeTime
Рет қаралды 76 М.
UI Libraries Are Dying, Here's Why
13:28
Theo - t3․gg
Рет қаралды 297 М.
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 33 МЛН
No empty
00:35
Mamasoboliha
Рет қаралды 12 МЛН
AMD slayed the dragon - AMD Ryzen 9 9900X & 9950X
8:39
ShortCircuit
Рет қаралды 209 М.
i didn't know these Svelte tips
18:56
Nev the Dev
Рет қаралды 4,7 М.
try {} fail (A Spicy Take On Try/Catch In JS)
11:47
Theo - t3․gg
Рет қаралды 29 М.
The Truth About Bun
13:35
Theo - t3․gg
Рет қаралды 198 М.
Svelte 5 runes: what's the deal with getters and setters?
11:22
Rich Harris
Рет қаралды 42 М.
The US has planned their move to Rust (it's wild)
16:31
Theo - t3․gg
Рет қаралды 91 М.
Svelte Hot Takes - Reacting To Web Hot Takes from Rich Harris
1:01:07
Theo - t3․gg
Рет қаралды 53 М.
Svelte 5 is a beast, but is it worth switching?
37:55
Syntax
Рет қаралды 21 М.
Svelte 5 is Bigger Than You Think
9:35
Ben Davis
Рет қаралды 19 М.
I'm Excited To see If Kelly Can Meet This Challenge!
00:16
Mini Katana
Рет қаралды 33 МЛН