Understanding Effects In Svelte And When To Use Them

Поделиться
HTML-код
  • Опубликовано: 12 сен 2024

Комментарии • 27

  • @nanakojoatta-benyah7794
    @nanakojoatta-benyah7794 20 дней назад +14

    Great video 👍😁. But its been a while since we built a complete project. It would be great if we built one with all the concepts you've been teaching us

    • @JoyofCodeDev
      @JoyofCodeDev  20 дней назад +13

      yeah I think we should

    • @zliugzle4267
      @zliugzle4267 18 дней назад

      Agreed! I would love to see how you approach some simple integration with services like Pocketbase or Supabase. P.S Exceptional quality of your tutorials, keep up the amazing work that you do! Sending ❤form Lithuania!

  • @novaotp
    @novaotp 20 дней назад +2

    Great video as always ! I especially loved the explanations for the $effect rune - common mistakes and how to solve them 🔥

  • @pascaltib
    @pascaltib 18 дней назад +1

    Thanks for the informative video!! I personally haven't transitioned into Svelte 5 yet since I use Svelte for my job but I feel like I am very prepared from watching your videos

  • @zBrain0
    @zBrain0 16 дней назад

    Thank you for the deep dive. It's always helpful to know exactly how things are working and sometimes to peek under the hood a little bit so that you can optimize things. I think I already have a couple of ideas of where I can remove an effect in favor of something else.

  • @YannAriell
    @YannAriell 14 дней назад +1

    Great video, can you make a video with Shadcn? You could make for example a Dashboard etc.

  • @bryamalfaro
    @bryamalfaro 16 дней назад

    it's magical thanks

  • @mikejohneviota9293
    @mikejohneviota9293 19 дней назад +1

    🎉🎉🎉🎉 svelte 5 is coming

  • @Gabriel-ch7sx
    @Gabriel-ch7sx 19 дней назад +1

    10:04 - @JoyofCodeDev Is it possible to build a such kind of animation using Animotion?

  • @ariefnurandono9917
    @ariefnurandono9917 19 дней назад +1

    easy peasy lemon squeezy : 5
    boom : 7
    no lemon as many as before

  • @wyndmill
    @wyndmill 20 дней назад

    super cool

  • @jazza231
    @jazza231 19 дней назад

    I love when you make a video all about something and then say "don't use it" 😂😂Great video tho

  • @naldiojoaquim8920
    @naldiojoaquim8920 19 дней назад +1

    Please update your vscode config, fonts and more…

  • @fabiogiolito
    @fabiogiolito 19 дней назад +2

    Effect is totally confusing.. the worst part of svelte 5. Replaces half of svelte ($:, mount, etc) while not doing the same things, and has even more pitfalls $: had… every explanation says “you should never use it”, and suggests workarounds like “use a callback” well, that’s not reactive, it’s imperative. It’s a mess and so easy to break.

    • @forno_nicolas
      @forno_nicolas 19 дней назад +5

      Yes man its confusing... But it is extremely powerful too...
      I know once we understand the idea behind effect, we will notice why Rich decided to put it on the framework, he is one of the smartest persons on Web Dev, by far.
      Keep pushing 🎯

    • @JoyofCodeDev
      @JoyofCodeDev  14 дней назад

      reactive blocks work the same except they're more confusing since they run once per tick and had an open issue for years that was solved by runes 😄

  • @ooyey
    @ooyey 18 дней назад

    its not that easy joy 🥲