SvelteKit Stores Using Local Storage With Skeleton UI (Persistent Store)

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

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

  • @Salah-lv3oj
    @Salah-lv3oj Год назад

    Amazing video Cooper you are by far My Fav Teacher on the web

  • @needlesandpins1701
    @needlesandpins1701 Год назад

    Can you still use Skeleton UI in svelte. Or I need to use it directly with Svelekit?

  • @deucebigs9860
    @deucebigs9860 Год назад

    Is there a reason you don't use html form markup for your input forms?

    • @CooperCodes
      @CooperCodes  Год назад +2

      Good question, its mainly because the forms in Skeleton UI (The UI library I'm using) have some predefined styling when you structure the forms like the way I did in the video. Check out more with the forms here: www.skeleton.dev/elements/forms . I have seen the tag used generally when you want a GET or POST request to be fired on submit (Example: developer.mozilla.org/en-US/docs/Web/HTML/Element/form#examples ), and since we aren't communicating with any APIs here I opted not to use them for that reason as well. Hopefully this helps answer your question, and thank you for the comment / watching :)

  • @RobertBolgar
    @RobertBolgar Год назад +1

    Your videos are awesome! Thank you for explaining everything in the code too

    • @CooperCodes
      @CooperCodes  Год назад

      Thanks so much Robert! You are very welcome and thank you for watching / appreciating the explanation :)

  • @ThePrincesInTheTower
    @ThePrincesInTheTower Год назад

    Really enjoying the svelte/kit tutorials Cooper (having done all of them so far), must be tough as a creator having to choose between the plethora of frameworks and tools available for development (in terms of deciding what tutorial to do next). My personal situation allows me to have complete freedom of platform and after having tried a few, svelte/kit are in my mind the 'easiest' so that is where i have landed. There are comparably low amounts of svelte/kit content so your efforts are much appreciated and i am looking forward to the next one!

  • @TerrisLinenbach
    @TerrisLinenbach Год назад

    Did you cover what happens when someone logs out or otherwise protecting private data?

  • @paulthomas1052
    @paulthomas1052 Год назад

    Hi, another interesting and informative video - thanks so much !

  • @rekaiadraoui4060
    @rekaiadraoui4060 10 месяцев назад

    I've done all of your svelte/kit tuts so far and im loving it thanks a lot

  • @nickstaresinic9933
    @nickstaresinic9933 Год назад

    Another nice & concise tutorial, Cooper, smoothly delivered. And very useful for me, too: After considerable work implementing localstorage in earlier apps, it looks like skeleton has made adding that essential feature painless.

    • @CooperCodes
      @CooperCodes  Год назад

      Yup they make it super easy to work with local storage, and it works great with TypeScript which is a huge bonus. Thanks for watching Nick!

  • @0xpako
    @0xpako Год назад

    I just discovered this channel and going through the videos, you added a new one! Exactly the one I was looking for :D
    Coincidence for sure, but I'll take that! And you'll take my sub for these vids

    • @CooperCodes
      @CooperCodes  Год назад +1

      What a coincidence, hopefully this video helped you out! Thanks for commenting here :)

    • @0xpako
      @0xpako Год назад

      @@CooperCodes Already building man, thanks again!