Svelte 5 Is Here!

  Рет қаралды 3,457

Syntax

Syntax

Күн бұрын

Пікірлер: 42
@JoyofCodeDev
@JoyofCodeDev 17 сағат бұрын
Great episode! I have some clarifications, if you don't mind: - `$state` only uses a Proxy object when you pass an object or array for deeply nested reactivity - You don't have to return `get/set` methods if you use proxied state - The reason `$effect` doesn't use a dependency array is not because of the compiler, but how signals work since it knows the context where it was read and reruns when it updates (signals are like a dependency graph that's constantly updated) - `$effect.tracking` is used to make sure effects only run inside a tracking context because effects don't work outside the component initialization phase and require a root effect to auto-cleanup nested effects (I haven't seen this used outside library code like `createSubscriber` from Svelte) - You can export snippets
@dei8bit
@dei8bit 13 сағат бұрын
My God brother!!! How do you study to have things so clear? I really admire your understanding panorama. ♥ like a bible xD
@omomer3506
@omomer3506 12 сағат бұрын
Am simple man, i see of matia i give a like
@isaacdruin
@isaacdruin 7 сағат бұрын
Legend
@justinoneill2837
@justinoneill2837 6 сағат бұрын
missed one... at 12:55 it's 𝒅𝒆𝒓𝒊𝒗𝒆𝒅.𝒃𝒚𝑭𝒆𝒍𝒊𝒄𝒊𝒂'
@zhanezar
@zhanezar 13 сағат бұрын
Hi Scott thanks for always giving svelte a try its really important that voices like yours show how great it is, especially in a world dominated with next/react.
@dei8bit
@dei8bit 13 сағат бұрын
i never thought i would enjoy, or even be happy about a technology, but i really enjoy the syntax and development experience of svelte, in a way that i have never enjoyed before with any technology i have ever used. svelte, marry me!!! ♥
@Terr590
@Terr590 19 сағат бұрын
I love Svelte, I love Svelte 5, I love Syntax!
@AxelRock
@AxelRock 18 сағат бұрын
Svelte content gives me goosebumps. Syntax content gives me goosebumps. This thumbnail made me feel hot 🥵 Time to get cosy, prepare a coffee, a cinnamon bun, dim the lights, and watch this episode, even if I probably know everything you'll have to say, I'm happy to hear your take on it.
@gabriel_export
@gabriel_export 14 сағат бұрын
Great episode, I would love some recommendations on how managing and handling state changes with Svelte 5 like practical state patterns with classes and what not!
@joselmedrano
@joselmedrano 11 сағат бұрын
Where do I find Scott interviewing Rich Harris that they keep mentioning in the last few episodes.
@syntaxfm
@syntaxfm 11 сағат бұрын
Will be released on JSNation’s channel. Not sure when they will release but we’ll post them.
@OhDevBeard
@OhDevBeard 17 сағат бұрын
Tanstack start vs Sveltekit. Guys I’ve been fighting this for weeks. I have so many projects that I need/want to build but I just can’t decide which one of these to move forward with in this season.. Bruh halp
@adrianjdelgado
@adrianjdelgado 16 сағат бұрын
Tanner has said he plans to port Tanstack Start to Svelte (!!) In the future you wouldn't have to choose.
@vitorguidorizzzi7538
@vitorguidorizzzi7538 16 сағат бұрын
Dont torture yourself using react
@paulvickers8059
@paulvickers8059 14 сағат бұрын
@@adrianjdelgado that would be cool
@luka1790
@luka1790 11 сағат бұрын
Solidstart, it is jsx with signals. Tanstack start will also be ported to solidjs :)
@martixy2
@martixy2 5 сағат бұрын
If you don't care about people's preconceptions/biases, "effect" is simply a nod to "side effect", which has a clear meaning in the broader field of Computer Science.
@SeanJMay
@SeanJMay 17 сағат бұрын
"No one is coding in a serif font" It hurts to remember that I was teaching myself C and C++ and HTML in Notepad (for those wondering, that's (Notepad++) - 1).
@omomer3506
@omomer3506 11 сағат бұрын
Wes : No one codes in Serif Me : is that challenge?
@omomer3506
@omomer3506 11 сағат бұрын
Seeing how people feel giddy about Svelte makes me feel normal of how i felt when it came out
@mibaatwork
@mibaatwork 8 сағат бұрын
Because I use different frameworks and I don’t want to change my experience on reactive variables, so I changed to nanostores. I don’t like the new rune implementation a lot for store. But I like most off the other runes, and I love the new snippet stuff.
@SilvestreVivo
@SilvestreVivo 20 сағат бұрын
Svelte 5 > Vue 3 > React 19 > Angular
@Almighty_Flat_Earth
@Almighty_Flat_Earth 18 сағат бұрын
React is the worst of all. Angular is a professional framework with signal and linkedSignal. So Angular gives great developer experience as Svelte.
@JLarky
@JLarky 9 сағат бұрын
Forgot Solid >
@SilvestreVivo
@SilvestreVivo 9 сағат бұрын
@@JLarky I did it on purpose. No chance for Solid to be on the top.
@JLarky
@JLarky 9 сағат бұрын
@@SilvestreVivo tell that to state of JS survey 🙃
@SilvestreVivo
@SilvestreVivo 18 минут бұрын
@@JLarky oh, thanks for the reference of JS survey, that means I am wright with Svelte :)
@prashlovessamosa
@prashlovessamosa 43 минут бұрын
Hey Scott now zero announced alpha are you going to make some local first stuff please whenever you have time please consider my request.
@imnabeelkhan
@imnabeelkhan 20 сағат бұрын
My first, first comment lol
@greendsnow
@greendsnow 18 сағат бұрын
Good luck with newest latest aceternity UI components... You see.. things lack behind with svelte. Everything is doable but you have to work! Whereas React has it already. Astro for the win, I say
@Michael_moa
@Michael_moa 15 сағат бұрын
This isn't a viable reason to stay with a broken library.
@syntaxfm
@syntaxfm 14 сағат бұрын
Never heard of Aceternity before but S5 is backwards compat with svelte 4 so most Svelte libs will work without issue.
@Michael_moa
@Michael_moa 14 сағат бұрын
​@@syntaxfm Aceternity is a collection of js + tailwind components and was made by someone using React so the JavaScript is done with React. Svelte has a clone of this, cause it's just JavaScript and can be migrated to any framework basically.
@Michael_moa
@Michael_moa 14 сағат бұрын
​@@syntaxfm so the person maintaining the svelte clone of Aceternity hasn't done every new thing on the original Aceternity. So his comment was him saying React is better cause Aceternity is already done in React other than having to migrate to a different framework like Svelte
@techinsider3611
@techinsider3611 19 сағат бұрын
$derived.by not buy 😂 in description
@syntaxfm
@syntaxfm 19 сағат бұрын
Fixed, thanks!
@jamesmoynihan948
@jamesmoynihan948 16 сағат бұрын
​@syntaxfm it's still in the 12:55 title card
@justinoneill2837
@justinoneill2837 6 сағат бұрын
@@jamesmoynihan948 cant edit the graphic out
The SQLite Rewrite In Rust
22:15
ThePrimeTime
Рет қаралды 100 М.
This new Tailwind feature is scarier than I thought
29:13
Theo - t3․gg
Рет қаралды 41 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН
Support each other🤝
00:31
ISSEI / いっせい
Рет қаралды 79 МЛН
The evil clown plays a prank on the angel
00:39
超人夫妇
Рет қаралды 52 МЛН
Une nouvelle voiture pour Noël 🥹
00:28
Nicocapone
Рет қаралды 8 МЛН
DF Direct Special: PS5 Pro Deep Dive Reaction - Tomorrow's Tech Today?
40:16
Svelte 5 Is Like React, But Better
19:33
Theo - t3․gg
Рет қаралды 81 М.
Tech Trends and Web Development | Lydia Hallie | Beyond Coding #180
35:31
How to Go Deeper With Your Learning
24:31
Syntax
Рет қаралды 5 М.
Quando eu quero Sushi (sem desperdiçar) 🍣
00:26
Los Wagners
Рет қаралды 15 МЛН