Svelte 5: Introducing Runes... with Rich Harris

Поділитися
Вставка
  • Опубліковано 9 лис 2024

КОМЕНТАРІ • 552

  • @immaterial_vivi
    @immaterial_vivi Рік тому +123

    I liked the part where he said "It's svelting time!" and svelted all over the code base

  • @asatorftw
    @asatorftw Рік тому +236

    The fact that I can now use reactivity in normal js/ts files alone is pure gold! YES!!!!

    • @kasper_573
      @kasper_573 Рік тому +10

      In what way are svelte files normal js/ts files?

    • @Karakatiza666
      @Karakatiza666 Рік тому +17

      @@kasper_573 runes can be used in js/ts

    • @kasper_573
      @kasper_573 Рік тому +11

      @@Karakatiza666 runes can be used in svelte files. Calling svelte normal js is just plain ignorant. It’s the same whitewashing bs as with ”react is just js” all over again. I think svelte is great Because it has extended js with great features. If I wanted to use normal js, guess what I would use? Normal js!

    • @boi8240
      @boi8240 Рік тому +23

      ​​@@kasper_573What... Svelte adds a compile step to ts and js that makes runes work. All it does is offer the convenience of Svelte's reactivity outside Svelte components. It just removes the distinction between svelte stores, ie: reactivity outside components, and in-component bindings, which have a whole different logic.

    • @nothappyz
      @nothappyz Рік тому +5

      ​@@kasper_573 they are clearly talking about the compiled js

  • @DavidMulderOne
    @DavidMulderOne Рік тому +137

    It moves away from what svelte originally tried to do, because it turned out that it was impossible/harder than expected, and this totally seems like a step in the right direction 👍

  • @Daktyl198
    @Daktyl198 8 місяців тому +8

    At first I was extremely wary, and felt like it was ruining the entire purpose of Svelte. But the more I used it, the more I realized how much easier many things are, and the syntax remains minimal and elegant. Truly amazing work by the team.

  • @lintendo100
    @lintendo100 Рік тому +205

    Looks amazing! I really hope we'll get some proper official devtools with component inspector soon. That's the one thing I'm missing from Vue :)

    • @dv4able
      @dv4able Рік тому

      +

    • @MrVauxs
      @MrVauxs Рік тому +1

      Doesn't the Vite Inspector do the job?

    • @TayTayChan
      @TayTayChan Рік тому +3

      @@amirhosseinahmadi3706 The "old" behaviour hasn't actually changed, has it?

    • @VaelVictus
      @VaelVictus Рік тому +3

      ​@@amirhosseinahmadi3706Rich directly said in the video that he wants to emphasize that things are not changing. Nothing was lost. They're only adding new.

    • @jalalle1995
      @jalalle1995 Рік тому

      @@amirhosseinahmadi3706 how? isn't the goal of signals to enable fine grained reactivity?

  • @xbsidesx
    @xbsidesx Рік тому +53

    Looks like you're helping people transition from React a lot smoother. I embrace the idea. The "rune" name is... well, it's fun and it helps remembering. All in all, big props for svelte. I hope I can use it in the near future in my paid job.

    • @MagicNumberArg
      @MagicNumberArg Рік тому +7

      If you are coming from React - SolidJS is a much better fit. Signals from the very beginning and flexibility of JSX.

    • @xbsidesx
      @xbsidesx Рік тому +1

      @@MagicNumberArg Its ecosystem is not wide enough in my opinion. Also, I tried to work with a simple websocket once and it was really hard. Hopefully it's better now.

    • @MagicNumberArg
      @MagicNumberArg Рік тому

      @@xbsidesx Solid's ecosystem is very robust. The reason why it might seem smaller than React's at times is because a lot of things are already built into it. For example, you dont have a dozen state management libraries to choose from for SolidJS, but only because the optimal store solution is already built into it's core.

    • @thienhuynh7962
      @thienhuynh7962 Рік тому

      @@MagicNumberArg I think he's comparing solid's eco system to svelte's tho

    • @pickavana8056
      @pickavana8056 2 місяці тому

      did you mean big $props? Intentionally or not, it does appear that this is smoothing the way for a move from React.

  • @docmars
    @docmars Рік тому +46

    Looking awesome!
    I can't help but to point out:
    Svelte React
    1. $state = useState
    2. $derived = useMemo
    3. $effect = useEffect
    4. $props = usual props destructuring at the function args level
    I think this will attract a lot more people from the React community and benefit from Svelte's other goodness!

    • @Viviko
      @Viviko Рік тому +3

      Probably more on the lines of Solid, given it uses Signsls which Solid popularized.
      It can be argued that the choice of names is similar to React. But that’s honestly where the similarities end.

    • @ReddSpark
      @ReddSpark Рік тому

      I'm newish to all this and trying to make a bet on where front end dev might be in a few years.
      If svelte is becoming more Solid/Reactlike , why not just stick to Solid/React?

    • @Hugos68
      @Hugos68 Рік тому +2

      @@ReddSpark Because then you don't get to use svelte

    • @jnevercast
      @jnevercast 11 місяців тому +1

      @@ReddSpark Keep in mind that these runes are compiler macros, rather than functions, so they can do a lot more magic behind the scenes to keep your code minimally reactive and maximally fast.

    • @marfagerland
      @marfagerland 10 місяців тому

      Derived looked more like useEffect to me. Changing a value when a variable changes. Correct me if wrong though 😊

  • @cstrnt
    @cstrnt Рік тому +86

    Oh man, what a great job from the svelte team and also Rich is just a king at those videos. Short, informative and funny

  • @sadramohh
    @sadramohh Рік тому +10

    I really want to see Ryan Carniato's reaction to the new signals and runes

  • @ethanreker3333
    @ethanreker3333 Рік тому +5

    This is very exciting! Big thanks for all of the hard working devs who've made Svelte a reality! Several years ago when I first discovered Vue, I was blown away by how much simpler and flexible it was than other frameworks I had tried. It was my absolute favorite framework to work with and I evangelized it to every other dev I knew until... I found Sveltekit. I had the same feelings/experience towards it but maybe even stronger. I honestly cant imagine how it can get much more productive and clean that it already is, but it looks like your team is finding a way! Looking forward to the version 5!

  • @dethcx22
    @dethcx22 Рік тому +14

    This was my biggest friction when trying out Svelte; Feels a lot more Vue like now with those primitives being available, and fixes the problem with reactivity outside of a component, excellent.!

  • @AmxCsifier
    @AmxCsifier Рік тому +48

    Brilliant. It's what svelte needs exactly. You guys are just brilliant!

  • @LeonRadley
    @LeonRadley Рік тому +30

    This is going to be epic!
    All the things I found a bit weird about svelte can now be written differently.
    and the mental model being signals means jumping between angular, solid, svelte is also going to be easier.
    🚀

    • @raph151515
      @raph151515 Рік тому

      most of the use case don't require this addition and is simpler using svelte state, store are great, this addition shouldn't be overrated because you should still learn to work without for most of the cases.

  • @seijiphirao
    @seijiphirao Рік тому +22

    Awesome! Seeing how these states patterns are starting to get implemented in various frameworks I would love to see someday a native solution similar to these runes, something like:
    let state counter = 0;
    let derived doubled = counter * 2;
    effect function(mouse) { last = mouse };

    • @JrgenKalsnesHagen
      @JrgenKalsnesHagen Рік тому +6

      Agreed, but if it's gonna be native there's no reason to keep "let" and "function":
      derived doubled = counter * 2;
      effect(mouse) { last = mouse };
      looks a bit weird now, but I think it would look better with syntax highlighting

    • @Rtzoor
      @Rtzoor 10 місяців тому +1

      @@JrgenKalsnesHagen look brilliant, i sure hope this will happen some day and we will be able to shed another layer of complexity from web apps

  • @milesq
    @milesq Рік тому +60

    It looks sooo similar to what we have in react/solid/vue. In the past years all of those frameworks have become so similar that it is hard to see some true differences in DX

    • @joshua.hintze
      @joshua.hintze Рік тому +24

      Came here to say this. I’ve been a react developer for a long time and now it feels like I’m back in react. Need to digest if this is good or not.

    • @TunaCanGuzzler
      @TunaCanGuzzler Рік тому +6

      You can choose to not use it. The problem with react is the shadow Dom, not the 'reactive' feature set

    • @pozz941
      @pozz941 Рік тому +18

      ​@@TunaCanGuzzlerThat is not entirely true, I think that to many the performance are not the main reason they are using svelte. My initial interest in svelte was born because looking at the code was like looking at what html, css and js should have been all along. I really liked the magic of svelte and I wish they found a syntax that better reflected that. Maybe something like "state variable = 0" instead of "let variable = $state(0)"

    • @milesq
      @milesq Рік тому +5

      @@TunaCanGuzzler yeah, the same way I could choose to not use hooks and stay with react class components. So only theoretically

    • @raph151515
      @raph151515 Рік тому

      I wonder if these "hooks" come with the same downside as react's one have (hook hell), svelte having a component instance scope, the context is completely different, the issue with hooks is that they often don't play well with non hook code, but they say avoid hooks if possible, so you end up never knowing how much hook to use, I hope svelte is not going in this direction@@joshua.hintze

  • @chriss3404
    @chriss3404 Рік тому +5

    YES!!!!!! This is exactly what svelte needs. I love writing new Svelte components because its almost always simple and intuitive to wire up my state and be done with it, but when refactoring time comes for complex, Svelte-specific code, everything takes 2-3x longer than it should because of those exact issues. So exciting!

  • @accexp
    @accexp Рік тому +6

    I watched some videos about Svelte 5 runes in the past couple of days and came across some negative reviews about this new mechanism. Including myself, I was initially confused about what this new mechanism was primarily designed to solve. So far, many videos I've watched introduced runes using `Counter` as an example, but using `$state` in such a simple example like `Counter` seemed to complicate things unnecessarily.
    It wasn't until I watched Huntabyte's "Don't Sleep on Svelte 5" that I got a preliminary understanding of the benefits this new mechanism can bring. In my opinion, runes currently lack real-world examples to convince people to try them out, and I hope to see more practical demonstrations in the future that address real problems, especially how it can make compliated code simple, rather than just using `Counter` as an example.

  • @jakobsturm2438
    @jakobsturm2438 Рік тому +82

    Looks slightly overwhelming at first glance but I believe that these are the correct changes for the future of Svelte

    • @sherwinbangs
      @sherwinbangs Рік тому +34

      I chose Svelte for simplicity but now it's starting to look like React and I'm terrified

    • @CottidaeSEA
      @CottidaeSEA Рік тому +5

      @@sherwinbangs No dependency arrays present, so seems fine to me. I am concerned about using $effect for onMount functionality though. That does not at all seem healthy.

    • @ISKLEMMI
      @ISKLEMMI Рік тому +7

      @@sherwinbangs It's looking more like SolidJS and (thankfully) not React.

    • @vaisakh_km
      @vaisakh_km Рік тому

      ​​@@sherwinbangsikr... just $: feels soo good

    • @kylerjohnson988
      @kylerjohnson988 Рік тому +1

      @@CottidaeSEA Why doesn't it seem healthy to you? Aren't life cycle functions like `onMount` essentially effects themselves?

  • @gamerzone8876
    @gamerzone8876 Рік тому +18

    Finally, Svelte is adopting signals. 🎉
    Those reactive statements gave me a hard time debugging

  • @pjmq
    @pjmq Рік тому +51

    I haven't had the "Aha I get it!" moment yet but I'm hoping I get there. It's giving me rather nasty React vibes though so it would have been excellent to have an apples to apples comparison of how and why it's different from React's useEffects etc etc. in other to quell that uneasiness that I'm sure many people are having right now.

    • @isdeonf
      @isdeonf Рік тому +13

      It's normal to read "$state" and "$effect" and get memories from "useState" and "useEffect", but other than the word they share, they're nothing alike, not above the hood, not under the hood. And this new pattern enables Svelte to generate faster code, smaller bundle, reactivity in .js and .ts files... better derivated values than the problematic $:... it's a great tradeoff.

    • @WilsonSilva90
      @WilsonSilva90 Рік тому +10

      @@isdeonf Even if they are nothing alike, it expands the API of Svelte, making it more complicated. Simplicity is key and JavaScript libraries tend to grow in complexity until they are no longer useful. That's why they are always being rewritten and that's why there's a new JS library every other day.

    • @LongNguyen-dh3bm
      @LongNguyen-dh3bm Рік тому +1

      @@WilsonSilva90 It is a bit more complicated than current Svelte, but everything should be more consistent, with reactive variables now represented by the same thing (runes), and uses the same syntax. Also speed is much faster due to the fine grained reactivity that it brings.

    • @crab-cake
      @crab-cake Рік тому +3

      @@WilsonSilva90 it's really not that much more complicated though. i think it's actually more clear and now we can use svelte behavior outside of svelte files.

    • @derschutz4737
      @derschutz4737 Рік тому +5

      @@WilsonSilva90 it literally doesn't expand the api. the api is the same but just syntactically different. Instead of reactivity being an implicit property, it's explicit.

  • @mendodev8775
    @mendodev8775 Рік тому +27

    I'm really happy about the new `$props` rune. The current way of exposing props was not intuitive to forward implicit props with type safety (like all the html attributes for a simple button).
    Congrats to the whole team, looking forward to try this out! It looks great 🔥

    • @Pavel-wj7gy
      @Pavel-wj7gy Рік тому +2

      I'm still waiting for the $LayoutEffect rune too

    • @Dev-Siri
      @Dev-Siri Рік тому

      I agree. before I had like so many complicated hacks, type assertions and rest operations just to make a customizable button, but now it looks like it is more like React which I think is honestly for the better. I think the way JSX frameworks like React handle props with an object, are better for reusable UI components like buttons because you can destructure what you want, and spread the rest. Currently, in one of my Svelte UI components, there are so many hacks I did just to get type-safe props and use some custom props the way I want to.

    • @MrBlackhen
      @MrBlackhen Рік тому +1

      the current way is just `export let count: number` and it's type safety?

  • @mormantu8561
    @mormantu8561 Рік тому +3

    Looks pretty great at first sight. Providing a more advanced reactivity model for those who need it based on signals. Which are, as others mentioned, also used in other frameworks. Seems like a really solid choice. Props to the developers!

  • @vitiok78
    @vitiok78 Рік тому +4

    So... This is Vue 3 now? Only compiled?

  • @DEVDerr
    @DEVDerr Рік тому +24

    This video gives me strong React Hooks introduction vibes with this "rune" branding... which I'm not sure if I like. But if those "runes" will have even better DX (on top of already fantastic DX), then I will like it immediately.
    Hopefully the $effect() will not have the same pitfalls like useEffect() has

    • @gamerzone8876
      @gamerzone8876 Рік тому +5

      This effect is signal based, unlike React, which runs after render.

    • @untlsn
      @untlsn Рік тому

      No, it good old signals
      If fact only react don't use this patter now days from bigger players (vue, angular, solid, qwik, preact)
      And I'm sure you will love it!

    • @cristianosoleti489
      @cristianosoleti489 Рік тому

      Vue doesn't use signals@@untlsn

    • @danvilela
      @danvilela Рік тому

      It’s optional! But still, way better than reacts version

    • @jrmc732
      @jrmc732 Рік тому

      The effect will have the same pitfalls if you are not careful and try to set a value inside the effect which at the same time is also used in the same effect.

  • @brandonculver8911
    @brandonculver8911 Рік тому +9

    The first 3 minutes of this video is ironically the single most concise argument against Svelte I have ever seen. Runes look a lot better, but it also smells a lot more like Solid and React now tbh. Feels a little shark jumpy.

  • @chadelliott7629
    @chadelliott7629 Рік тому +22

    For me, Svelte was 100% about the magic that the compiler does behind the scenes. Needing to be explicit about reactivity ruins that. Keep Runes as a power-user feature for complex projects, but save the joy and simplicity by continuing to support the simpler syntax that made Svelte so wonderful.

    • @geeksy2278
      @geeksy2278 Рік тому +5

      This is true for small apps. For larger apps this is pure gold

    • @yestermonth
      @yestermonth Рік тому +1

      The simpler one will be deprecated sadly

    • @andybrice2711
      @andybrice2711 Рік тому +2

      Maybe. But it's only a tiny bit of extra syntax, which helpfully highlights where the magic is happening.

    • @mmadictos5356
      @mmadictos5356 Місяць тому

      Even in complex projects runes sucks

  • @semicognitive
    @semicognitive Рік тому +11

    Absolutely amazing. Loved being a part of this community for the past few years

  • @Huntabyte
    @Huntabyte Рік тому +61

    Let's goooo!

  • @jengstrm2
    @jengstrm2 Рік тому +12

    Congratulations to Rich, the team, and all the BelieVers🎉it’s great to see the framework simplify the complexity around rendering modern UI. It seems like a real step forward.

  • @sadramohh
    @sadramohh Рік тому +18

    Svelte finally embracing signals brings a smile on my face :)
    Signals for the win!

  • @bauxite13
    @bauxite13 Рік тому +1

    Playing around with it, I'm really glad that using runes in a separate file and then importing it does NOT turn the whole component into rune-mode, which is really nice!

  • @PierreLebrunAnthony
    @PierreLebrunAnthony Рік тому +1

    Nice! As a daily Vue user this feels very comfortable - similar functionality to the composition API (I especially like how computed/derived values are made explicit with a special keyword) but better ergonomics enabled by the compile time approach.

  • @peepeepoo3432
    @peepeepoo3432 Рік тому +17

    I'm so happy about $props. Also I would like to point out that you talked about the performance problems in #each blocks but you don't show how the runes model fixes it. I assume Svelte 5 will use fine-grained reactivity a-la Solid, but at least mentioning it would have been nice.

    • @daviidon
      @daviidon Рік тому +9

      It's using signals. He showed it in the generated output.

    • @shrin210
      @shrin210 Рік тому

      Like Steve Jobs, he is marketing genius 😂

  • @sadkebab
    @sadkebab Рік тому +4

    This fixes most of the issues I had with adopting Svelte on a larger scale in my projects. I really can't wait for Svelte 5 to come out.

  • @Manish___Choudhary
    @Manish___Choudhary Рік тому +8

    It's my personal opinion, Runes just ruens the developer experience.
    I love only that Props rune.

    • @untlsn
      @untlsn Рік тому +2

      In small components yes
      But for bigger components and "hooks" it's will be much better

  • @RyanMacEachern-u1w
    @RyanMacEachern-u1w 8 місяців тому +1

    As someone just learning Svelte, I'm pretty excited to see the props rune usege here. I always found it weird to wrap my head around the 'export' statement within a child component, when in my head it felt like it should have been an 'import' statement.

  • @iamnoone3588
    @iamnoone3588 Рік тому +18

    this update is giving me react vibes but weirdly enough i kinda like it 🤣

  • @vutruong4164
    @vutruong4164 Рік тому +28

    Holy cow! So Svelte is also joining the Signal party after Solid, Qwik and Angular made Signal their state management and reactivity primitive.
    At this point, Signal should just be included as a Javascript primitive already.
    And the creator of Signal should receive a Nobel Peace prize for making all the frontend frameworks AGREE on a common state mgmt and reactivity model

    • @Psy45Kai
      @Psy45Kai Рік тому +3

      *caugh * Qt *cough *

    • @thehibbi
      @thehibbi Рік тому

      Bless you, that was a loud one!

  • @JViz
    @JViz Рік тому +1

    It looks like you're replacing the "special" code and syntax with monads. This definitely feels like a good direction. Thank you for the update and I look forward to using the improvements.

  • @HeatingUpDuke
    @HeatingUpDuke Рік тому +1

    Not gonna lie, 5:41 was exactly my reaction at first but thinking about it I think it's the right decision. Can't wait to try it at home. Congrats to the team for the awesome work as always!

  • @CodyCasterline
    @CodyCasterline Рік тому +4

    The $state rune seems a bit like signals in Preact, and $effect seems like React's useEffect(). I'm interested in hearing lower-level details about how they differ. (We're not ending up w/ the React problems of having to make sure all your use*() functions are called in a reliable order, for example, right?) Also: How much of their functionality is handled by the Svelte compiler vs. just implemented in pure JS at runtime?

    • @tonystroemsnaes554
      @tonystroemsnaes554 Рік тому +1

      use*() function equivalents in svelte will not have to be called in order. I'm react, this happens as a consequence of the component lifecycle (all the code for a component is rerun on each render), but since svelte uses signals, that won't be needed. This is the same way vue works

  • @andrewcraswell4117
    @andrewcraswell4117 Рік тому +1

    The cutaway to Planet of the Apes was the laugh I needed this week xD
    I'm also loving this change. Less magic, more explicit. This will be easier to learn and grok for both novices and experienced devs alike.

  • @aldanasjuan
    @aldanasjuan Рік тому +3

    I've fixed the first problem by passing the variables to the $: statement, like so: $: doubled = doubleCount(count){...}, the compiler reruns that statement and function when count changes, no store needed and the function remains simple. You can even ignore the arguments passed into the function if all you need is to rerun the function when that 'count' changes.
    That being said, I love the idea of not losing sync with other functions and being able to use runes in .js modules.
    All the other stuff looks like sugar too.

  • @alwayzsmarter
    @alwayzsmarter Рік тому +4

    You once again solved problems before i experienced them. Ill thank u in a couple weeks once this sinks in!!

  • @_fayeznazzal
    @_fayeznazzal Рік тому +1

    Amazing! I think Runes will have great impact on Svelte the same way hooks impacted React, it helps people learn those tools way easier.

  • @Sefriol
    @Sefriol Рік тому +1

    I think these were the primary gripes why I preferred Vue over Svelte. Especially the mind games that you had to play when dealing with Svelte vs TS/JS files.
    I hope to try Svelte 5 in my next project soon!

  • @milomoisson
    @milomoisson Рік тому

    I can think of Runes kind of like references in Rust. You can either choose compile-time references (similar to Svelte compiled values) or choose to use runtime check references like `Rc` or `Arc` (similar to Runes).

  • @davidsiewert8649
    @davidsiewert8649 Рік тому +1

    Hurray, finally we have react hooks in svelte!
    People, rejoice!

  • @ulvidamirli2758
    @ulvidamirli2758 Рік тому +2

    At first glance, I was a bit worried of syntax changes. But then I saw that this is better choice for the future of Svelte. Both in terms of easier adoption and scalability of the apps.

  • @xazzzi
    @xazzzi Рік тому +4

    1. What if derive does not hit dependencies .get? Ex: it's under if branch.
    2. How do i ignore some dependencies that shoud not trigger recalc? I used $: fn() with explicit dependencies often for this exact purpose.
    3. Does it mean svelte compiler should now run in all files to detect/compile runes?
    It looks like mobx tbh.

  • @Dev-Siri
    @Dev-Siri Рік тому +4

    never have I been so excited for a JavaScript framework before.

    • @shrin210
      @shrin210 Рік тому

      🤢

    • @Dev-Siri
      @Dev-Siri Рік тому

      ​@@shrin210 what's there to be disgusted about?

    • @shrin210
      @shrin210 Рік тому

      @@Dev-Siri Javascript framework itself, even svelte couldn't get it right in first try with all the past experience of other framework.
      And cluttered even more with derived and effect.

    • @Dev-Siri
      @Dev-Siri Рік тому

      ​@@shrin210 I see nothing wrong with that. The old reactivity model will probably get deprecated and removed in future versions of Svelte just like how React is close to removing class components. but for now, I think its pretty solid. it gives us time to migrate which is simpler than ever and the new APIs make more sense in my opinion instead of implicitly guessing that _this variable is state and this is normal_

    • @shrin210
      @shrin210 Рік тому

      @@Dev-Siri Reactjs doesn't have class components for 3 years now I think.
      Aahhh ha, old reactivity model is useless that's how Reactjs introduced new features and everything is deprecated now. Now, Under 1 year after Sveltekit creation and usage, already features are getting deprecated, beating record of React Class with hooks 😂
      Hopefully, people didn't shipped any projects in old svelte. AND this should not be NORMAL.

  • @merovingen4546
    @merovingen4546 Рік тому

    looks awesome, but questioning about using state rune, looks like we won't be allowed to use more then once at the component?
    I fill I'm wrong but it is as fire as it for now

  • @baka_baca
    @baka_baca Рік тому

    Hold on, it only took me a few hours to feel comfortable with Svelte and now it's going to be even easier... sign me up! Also, calling them runes is just amazing. Cheers, Rich!

  • @coffee-is-power
    @coffee-is-power Рік тому

    This changes... EVERYTHING! I've written a lot of spaghetti code in svelte because there was no way to do better, but this will significantly improve the way i write and design code in svelte.

  • @b1ting375
    @b1ting375 Рік тому +3

    dev: shows you a beautiful, awe-inspiring new world
    also dev: you can't install it yet. we don't have a release date.

  • @artneo7
    @artneo7 Рік тому +4

    Svelte is the best, great news for the community! 😄

  • @aabluedragon
    @aabluedragon Рік тому

    Absolutely love Svelte, and SvelteKit.
    Keep it up Rich and the team!

  • @kipcrossing
    @kipcrossing Рік тому

    When can we use it? And will it come to SvelteKit? 😊

  • @annismonadjem6901
    @annismonadjem6901 Рік тому

    Can't wait to get my hands on Svelte 5! Bravo Rich and Svelte team! Great job! Thanks.

  • @dellaian
    @dellaian Рік тому +4

    Well done. My state machines will benefit from these changes

  • @tedspens
    @tedspens Рік тому +1

    Thank you and the Svelte team for making web development awesome. Looking forward to 5 and Runes! 👍

  • @PhilipAlexanderHassialis
    @PhilipAlexanderHassialis Рік тому +1

    Picked my interest? Picked my interest???? This.... this changes everything. I was always a fan of Svelte and what it does for web dev. Keep going like this and you got yourself another evangelist.
    Huge thanks to you and the rest of the dev team, hats off sir!

    • @MattHeslington
      @MattHeslington Рік тому +1

      "piqued my interest". But yes, it does look fantastic

  • @CottidaeSEA
    @CottidaeSEA Рік тому +4

    I am slightly concerned about $effect being used as onMount behavior. Exactly how does that work?

    • @xazzzi
      @xazzzi Рік тому +1

      Also concerned about it, onMount runs once, effects - whenever deps change, not the same.

    • @CottidaeSEA
      @CottidaeSEA Рік тому

      @@xazzzi Yeah, it's dangerous since it all depends on what happens inside of the effect. Since onMount isn't going anywhere, using it is not really a problem, but I've used React enough to know that the reliance on useEffect is detrimental. You can't avoid side-effects, but being able to better control when and why things happen is incredibly important and React only recently added an experimental feature for that purpose.
      In the case of React, the issue is moreso the fact that they have a dependency array though.

  • @Bobbyhiddn
    @Bobbyhiddn Рік тому

    I am now adopting svelte strictly for the wizard vibes. I already build all my tools with magic related names, so this is perfect.

  • @IAmOxidised7525
    @IAmOxidised7525 Рік тому +1

    Hmm , but runtime reactivity sounds like shipping a little bit more JS to the browser ? Will this affect bundle sizes ? Cost of JS

  • @erickmoya1401
    @erickmoya1401 Рік тому +1

    YOU BLEW IT!!!. YOU BLEW IT!!
    Now, being serious. Makes me think the react babies will be more "welcomed" into svelte. I understand the move as good marketing and a move to make the svelte code better.
    I bet on you Rich.

    • @untlsn
      @untlsn Рік тому +1

      Not only react, but solid, vue and qwik too!
      In fact I (solid mainly) am very excited about that

  • @yegorzakharov8514
    @yegorzakharov8514 Рік тому

    This has Vue 3 vibes, and im all here for it.

  • @jerrygreenest
    @jerrygreenest 10 місяців тому +2

    Now we need spells and we're officially magicians.

  • @patricknelson
    @patricknelson Рік тому

    Also can’t wait to learn more about the speed improvements too. 🚀 Excited for the future.

  • @eriknyk2k
    @eriknyk2k Рік тому

    I love it, svelte 5 makes svelte features elegant

  • @xylemutopia
    @xylemutopia Рік тому +2

    As a senior React dev, I’ve been getting really interested in svelte lately. Only just started looking into it this week! This has me even more excited! Going to build a project this weekend!

  • @brianevans4
    @brianevans4 Рік тому

    This feels like it's getting closer to react...
    Thanks for making svelte, I love using it!

  • @hoelldrio5881
    @hoelldrio5881 Рік тому +6

    'Good luck catching us now' 😂

  • @amirhosseinsoleimani5410
    @amirhosseinsoleimani5410 Рік тому

    Big W man, I kinda prefer this new syntax.
    syntax of Runes is more similar to React and VueJs features which means those devs can learn svelte and migrate to it more easily and I like that they used signal mechanism for reactive states.

  • @X85283
    @X85283 Рік тому +1

    Rich Harris and I have the same folding table? WOW.
    Honored.

  • @leopb21
    @leopb21 Рік тому

    Awesome! Much more intuitive way to create and reuse pieces of logic for different components.

  • @1eikaramba1
    @1eikaramba1 Рік тому

    i read the announcement, HN comment section and lot of other sources and felt a little bit dissapointed or rather confused. but watching this video actually convinced me that this might be a good direction and more easier in the future. i certainly would prefer the old syntax but i given the downsides the new way is certainly more powerful and easier to understand in terms of that it just works without any hassles.

  • @hamm8934
    @hamm8934 Рік тому +3

    Looks like I was right for sticking with Vue lol.

  • @oskarzoch8946
    @oskarzoch8946 Рік тому

    Oh yes! Building complex custom stores for responsive modules isn't fun, this change looks so much better!
    Can't wait for the release.

  • @bryanleebmy
    @bryanleebmy Рік тому

    This is extremely exciting! It's been the biggest pain point for me, glad that it's being addressed!

  • @ducnhatphung
    @ducnhatphung Рік тому

    1. I can see that this is a big improvement seen Svelte 3. In Svelte 3, it's true that "the compiler automatically updates the UI for you" thing simplifies the code but you can't refactor your code into smaller chunks of functions or you will have to use "store" which is quite complex and it shifts me back to React.
    In Svelte 5, the new "$state" rune is similar to the functional programming approach. If you want to make some side effects, there's a datatype for it. In Svelte 5, the side effect that you want to make is to update view, the datatype for the side effect is a "$state" rune which is actually a view model. There must be some complexity when you convert between raw data to view modal (similar to other functional programming languages) but it's much more transparent than the "magical" thing that Svelte 3 have done.
    2. The only problem that I concern about is that to make these things works, Svelte 5 will have to introduce developers with another kind of magic that the compiler does with runes. In Svelte 3, I have a lot of problem trying to explain with other people about how "export" and "let" keywords works. In Svelte 5, I suspect the same thing will go with how "$derive" and "untrack" functions work. Instead of focusing in plain JS, people have to figure out how the Svelte compiler makes "untrack" and "$derive" run behind the scene. I even doubt in how these runes works in JS and TS without Svelte compiler. It may make developers harder to work with other kind of tools and debugger for such kind of magic also.
    The same things has been done with React. The authors try to make thing simpler and attract more people by introducing people with a lot of new features and sugar syntaxes. But in reality, thing gone wrong and wild, the authors have to adjust it with many other explanations, features, videos and bug fixes which is much more complex. What developers have to do is shifting from features to features, trend to trend over and over again.
    I don't want to be pessimistic but for Svelte, five years time is a big deal. As developer, we must reflect on ourself seriously, see how the code we write affect to people to bring the best solution (maybe not the best but the sub-optimal solution).
    In the end, Svelte is a potential framework and Rich is really the thoughtful person on how the tool will move toward the developers and the community. And I really hope to see how Svelte could change developer life, many lives.
    Sincerely

  • @thanhdatvo0
    @thanhdatvo0 Рік тому

    Beautiful, beautiful. Great work. Thank you, Rich!

  • @realderek
    @realderek Рік тому +1

    I love this. I'll admit, I initially had the same reaction as Taylor from Planet of the Apes, but I warmed up to it really quickly. It was smart to start with some of the problems the current model poses. One question: does this get rid of the "myVar = myVar" pattern currently in Svelte?

    • @AlanDanielx
      @AlanDanielx Рік тому

      Lol i really hope that fixes it

  • @jooooo9572
    @jooooo9572 9 місяців тому

    THank you for providing me with this tool so I can create high end websites.!

  • @DerClaudius
    @DerClaudius Рік тому

    Sounds good... when?

  • @shapelessed
    @shapelessed 10 місяців тому

    I tried React for a week.
    Then I ran screaming back to Svelte exactly because of the philosophy behind it.
    A good framework handles everything for you so that you can focus on your job, while allowing to dive deeper only when needed.
    React is everything but...

  • @ivanjermakov
    @ivanjermakov Рік тому +1

    This is why I love SolidJS.

  • @dexter-wy5bo
    @dexter-wy5bo Рік тому

    is the release timeline (even just an alpha?) like a “i can probably wait to start this new app that would really benefit from this” or more like “write the app in v4 and refactor later” timeline?

  • @tarwin
    @tarwin Рік тому

    Looks interesting, and like the names.
    Not a svelt user here, so a bit confused. Doesnt this just make it like using react or vue?

  • @marwi_123
    @marwi_123 Рік тому

    Thank you for the video. This is probably not the right place to ask this but have you considered to allow to use the v4 syntax for these kinds of things instead since it is way easier to write and remember - and use svelteconfig to tell svelte to use v5 globally or add a call per svelte file for more fine-grained control if i just want parts of my code to use the new features?

    • @marwi_123
      @marwi_123 Рік тому

      One of the great features for svelte for me was that it did not need a lot of special syntax or method calls to get a lot done. While i understand this will continue to work it would have been great to get the same features while still using the simple syntax

  • @TheVertical92
    @TheVertical92 Рік тому +3

    I dont really like this.
    I can understand all the points that were made, but the runes take out "the thing" that made svelte so great (at least to me).
    With all the runes, there is less incentive for me to use svelte5 over vue3.
    The only thing i really love is that with $state() we will be able to have reactive variables in .js/.ts files.
    But yeah...will have to wait and see. Svelte will probably be still my favorite UI-Framework, but this kind of breaks my heart.

  • @GoldenBeholden
    @GoldenBeholden Рік тому

    Exporting functions from a component is a game changer.

  • @antonkosov
    @antonkosov 10 місяців тому

    You were like a brother to me, Svelte! I loved you! It was said that you would destroy the React/Vue, not join them!

  • @JoyofCodeDev
    @JoyofCodeDev Рік тому +5

    🔥

  • @JulioWandekoken
    @JulioWandekoken Рік тому +2

    Well, the $effect with the cb that is executed on the component unmount looks a little bit like the useEffect hook... I hope that similarities ends there... lol =P
    Either way, awesome stuff!

  • @mt1104uk
    @mt1104uk Рік тому

    Good to see KnockoutJS paradigms making a comeback.

  • @JrgenKalsnesHagen
    @JrgenKalsnesHagen Рік тому

    Love that we can use the same code in .js files as in a .svelte component.
    One question though:
    Why do we have to change *$:* to *$effect* or *$derived* when *$:* is already valid javascript? Wouldn't it be easier to keep the syntax the same?

  • @hsdev
    @hsdev Рік тому

    $props to you and the Svelte team for this fantastic update 👏

  • @RolandAyala
    @RolandAyala Рік тому

    Great stuff! Will reconsider using Svelte again when 5 releases, whenever that is. Interesting to see some the pain points addressed from critics poo-poo'd by Svelte fanboys now being celebrated. Pretty funny actually. Regardless, great work pushing the boundaries!!

  • @stema84
    @stema84 5 місяців тому

    So this derived is calculated whenever it's read? Wouldn't that mean if it is read a lot of times it is less optimal than the old method where it was calculated once then read multiple times?