SvelteKit & Supabase Project Build #1 - Intro & Setup

Поделиться
HTML-код
  • Опубликовано: 6 май 2024
  • In this SvelteKit & Supabase tutorial series, you'll make a Pokemon team-selection app from scratch, including authentication.
    🚀🥷🏼Get access to premium courses on Net Ninja Pro:
    netninja.dev/
    🔥🥷🏼 Check out Cooper Codes on RUclips:
    / @coopercodes
    📂🥷🏼 Access the course files on GitHub:
    github.com/coopercodes/svelte...
    💻🥷🏼 SvelteKit Crash Course:
    on RUclips - • SvelteKit Crash Course...
    on Net Ninja Pro - netninja.dev/p/sveltekit-tuto...
    💻🥷🏼 Supabase Crash Course:
    on RUclips - • Supabase Tutorial #1 -...
    on Net Ninja Pro - netninja.dev/p/supabase-crash...

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

  • @NetNinja
    @NetNinja  Месяц назад

    🔥🥷🏼 Check out Cooper Codes on his channel - ruclips.net/channel/UCY7Z7CeXXivewiMSsfPVGpQ

  • @riigel
    @riigel Месяц назад +7

    hoping this is Svelte 5 😅

  • @DavePerth
    @DavePerth Месяц назад +6

    Looking forward to this - are you going to use Svelte-5 ?

    • @ruskasielu6261
      @ruskasielu6261 Месяц назад +3

      Was wondering the same. I've been waiting to v5 to be implemented before diving into Svelte, since some of its core syntax will be changed

    • @Ruben_PX
      @Ruben_PX Месяц назад

      I think same as you... I'm not going to learn svelte 4 because in svelte 5 is changing some things

    • @DiegoBM
      @DiegoBM 28 дней назад +1

      Looking at the create-svelte version I can tell you that it is svelte 4. And the course is done already since it's fully uploaded on net ninja's pro site. So it would be very strange if he makes the switch to svelte 5 mid-way

    • @DavePerth
      @DavePerth 27 дней назад

      @@DiegoBM Yes that was apparent once I started watching the first video!

  • @Loui3Hunna
    @Loui3Hunna 28 дней назад

    Looking forward to this series!

  • @josephmgift
    @josephmgift Месяц назад +3

    Svelte my favorite

  • @paulclarke4099
    @paulclarke4099 Месяц назад +1

    Great, can you please clearly explain the correct way to use 'svelte stores with contexts' so that it uses state correctly when you have multiple users accessing the same application and you are using server side functions to retrieve data for a specific user. since just using stores alone in that case will cause corruption of data between different users. I have never seen a video that clearly explains this all correctly. Thanks for covering more SvelteKit on this channel 💯😃👍

    • @forno_nicolas
      @forno_nicolas Месяц назад +1

      Joy of code has a very good video context API
      Basically u abstract everything on a get set function

  • @forno_nicolas
    @forno_nicolas Месяц назад +3

    Please use svelte 5

  • @googoochu3923
    @googoochu3923 Месяц назад

    Pre requirements?

  • @bartekpierr6901
    @bartekpierr6901 26 дней назад +1

    error: unknown option '--tailwindcss-daisyui'

    • @bartekpierr6901
      @bartekpierr6901 26 дней назад

      macOS, bash in VSC, command - npx svelte-add@latest tailwindcss --tailwindcss-daisyui

    • @bmehder
      @bmehder 26 дней назад

      I got the same error.

    • @chaitanyakulkarni6416
      @chaitanyakulkarni6416 23 дня назад

      @@bartekpierr6901 ubuntu bash , still same error

    • @chaitanyakulkarni6416
      @chaitanyakulkarni6416 23 дня назад +1

      remove the @latest from the line it will work

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

      I had the same issue. Just went and installed Tailwind via their official SvelteKit setup and then added Daisy via their docs. Super easy (and I feel better knowing how the things are being integrated, anyways).

  • @HunterBBQ
    @HunterBBQ 17 дней назад

    Need svelte 5 tutorial with real project

  • @trantrungnghia9642
    @trantrungnghia9642 24 дня назад

    where’s the British guy?

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

    If you are getting errors with the "--tailwindcss-daiyui" parameter, you can run this instead: npx svelte-add@2024.02.16-0.0 tailwindcss --tailwindcss-daisyui

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

    Why don you make series about Rust ?