i didn't know these Svelte tips

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น •

  • @alexanderleschanz9991
    @alexanderleschanz9991 5 หลายเดือนก่อน +5

    The output of the twMerge() function is always the same string, so it's VERY inefficient to run it, every time time the page reloads.

  • @Danielo515
    @Danielo515 2 หลายเดือนก่อน +2

    Post to API logout to delete a todo ? What wn interesting naming convention

    • @nevillebrem
      @nevillebrem  2 หลายเดือนก่อน

      Whoops 😅 DELETE

  • @nathnaelgetachew7379
    @nathnaelgetachew7379 3 หลายเดือนก่อน +1

    Just learnt alot from this.👌
    If you'd just increase the font size and zoom a bit

    • @nevillebrem
      @nevillebrem  3 หลายเดือนก่อน +1

      Yo, will do that. Thanks for the advice

  • @AmxCsifier
    @AmxCsifier 4 หลายเดือนก่อน +1

    It's better to named form actions with the enhance helper instead of using fetch. Form actions can have any name and you can have any number of actions. Or better yet, use superforms if the app is quite complex. I wrote a large app without using fetch at all.

    • @AmxCsifier
      @AmxCsifier 4 หลายเดือนก่อน

      You don't need to turn every button into a form. You can use only one form with id=myform for example. Then set form=myform and formaction=?/delete for example on the button. Thus you can have one form and any number of form buttons.

    • @nevillebrem
      @nevillebrem  4 หลายเดือนก่อน

      i know about that... not a bad idea but i am used to doing it with fetch. i am also a big fan of superforms. but somehow the action of creating a form for every button didn't really click to me. but thanks!

    • @AmxCsifier
      @AmxCsifier 4 หลายเดือนก่อน

      @@nevillebrem "the action of creating a form for every button" You don't need to do that.

    • @nevillebrem
      @nevillebrem  4 หลายเดือนก่อน

      how would i pass down data with superforms?

    • @AmxCsifier
      @AmxCsifier 4 หลายเดือนก่อน

      @@nevillebrem Same principle. By using formaction. Although, I prefer to use dataType: json because my forms are quite complex. If you'd like, create svelte lab repl and if you get stuck, I can help you.

  • @ocin3752
    @ocin3752 7 หลายเดือนก่อน +1

    Very useful. Can you do a video on shallow routing?

    • @nevillebrem
      @nevillebrem  7 หลายเดือนก่อน +1

      eventually, yes!

  • @RafaelSouza-l6i
    @RafaelSouza-l6i 5 หลายเดือนก่อน +1

    There is a way to enhance images with url coming from API response? or only local images? Nice video btw

    • @nevillebrem
      @nevillebrem  5 หลายเดือนก่อน +1

      thanks for the feedback! i am not sure, sorry...

  • @noname_160
    @noname_160 6 หลายเดือนก่อน +1

    About the first one: it wont work if js is disabled in browser

    • @nevillebrem
      @nevillebrem  6 หลายเดือนก่อน

      a pitty but makes sense ig

  • @imagineabout4153
    @imagineabout4153 5 หลายเดือนก่อน +1

    Very nice brother, just as a tip, increase the font size and browser zoom

    • @nevillebrem
      @nevillebrem  5 หลายเดือนก่อน

      i'll do! thanks for the feedback

    • @midewestmond9442
      @midewestmond9442 3 หลายเดือนก่อน

      Very important most of us are watching from phone

  • @TheOnlyJura
    @TheOnlyJura 7 หลายเดือนก่อน +1

    Very good video. You should have however targeted svelte 5 probably (or provide both).

    • @nevillebrem
      @nevillebrem  7 หลายเดือนก่อน +1

      i also thought about that. i will make a dedicated svelte 5 video soon though

  • @tensiondriven
    @tensiondriven 4 หลายเดือนก่อน +2

    On your way to 1,000 subs! Have another!

    • @nevillebrem
      @nevillebrem  4 หลายเดือนก่อน

      thanks a lot!

  • @TheSysmat
    @TheSysmat 6 หลายเดือนก่อน +3

    Http delete not post

    • @nevillebrem
      @nevillebrem  6 หลายเดือนก่อน

      yeah true