Persistent Stores in Svelte 5

แชร์
ฝัง
  • เผยแพร่เมื่อ 17 ม.ค. 2025

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

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

    You always pop us around the holidays with really concise useful things for Svelte. Thank you for all your videos.

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

      Happy holidays! That’s when I’m mostly free :)

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

    Very nice and clear explanation, thanks

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

    Thank you

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

    really helpful, thanks!!

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

    Great video. Keep it up!!

  • @prashlovessamosa
    @prashlovessamosa 27 วันที่ผ่านมา +1

    Can you please make a revamp or updated sveltekit course.

    • @WebJeda
      @WebJeda  27 วันที่ผ่านมา +1

      Absolutely! You will get an update.

    • @prashlovessamosa
      @prashlovessamosa 27 วันที่ผ่านมา +1

      @@WebJeda thanks for considering can't wait

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

    Cool, would have liked it if you actually covered what is happening in Rich's script! I'll figure it out, though.

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

      I'm treating it as a package at this point. Explaining that would make the video pretty lengthy.
      I did go though it to see how he has solved the SSR issue and also why weakMap is used. I had to use an AI to explain it to me.

  • @dei8bit
    @dei8bit 14 วันที่ผ่านมา +1

    o nice icons, what extension are you using?

    • @WebJeda
      @WebJeda  8 วันที่ผ่านมา +1

      Material icons

  • @teamtmc7384
    @teamtmc7384 23 วันที่ผ่านมา

    please ,make a video about supabase real time + sveltekit , but using SSR client to prevent showing the API key

    • @WebJeda
      @WebJeda  4 วันที่ผ่านมา +1

      I think I’ve covered the second part of preventing API key from showing on client side on the SvelteKit tutorial series. Let me find the exact video and get back to you.

    • @teamtmc7384
      @teamtmc7384 2 วันที่ผ่านมา

      @@WebJeda i mean using supabase SSR you have to return the client from the server side to the client side by +layout.ts , so you can use the realtime in the client , but like this the supabase anon key will be available in public (I know its a public key and that's why they made RLS easy to use but it's much better if users can't get this key)