Mastering SvelteKit with Geoff Rich | JS Drops

Поделиться
HTML-код
  • Опубликовано: 2 фев 2025
  • НаукаНаука

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

  • @justmrmendez
    @justmrmendez Год назад +19

    Great content, svelte/kit should be the way to build the modern way

  • @attentiondeficitdisorder
    @attentiondeficitdisorder Год назад +3

    Literally covered all the main points without making it confusing. Great stuff.

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

    Absolutely fantastic intro to SvelteKit. Thank you much Geoff and This Dot Media

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

    This was clear and effective in a whole new level. Thanks!

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

    Sveltekit is an awesome way to build web apps, the only big pain point so far is the route naming convention when the app grows. Really wish I could just go for a route config file and map my screen to files. I much prefer the Rails and Laravel approach, use defaults to map to files but make it easy to switch to whatever works best for the project.

  • @bingers_tv
    @bingers_tv 11 месяцев назад

    Great run through. Exactly what I was looking for

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

    Good overview, very clear explanation, thank u guys

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

    So good! Very well explained. Thank you so much.

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

    Thank you! That preload thing got to me and now I wanna try SvelteKit even more

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

    I don't know exactly what it is, but Geoff is a fascinating person to me.

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

    Very helpful, thanks. Just to understand better, where does server rendering happens? If I build a static site and have a load function on server page what sveltekit is using as "server"?
    Thanks!

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

      at build time (prerendering) if you're using the static adapter.

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

      Thanks, but then the content is static as it is prerendered in build time.
      So I guess for true server app with real time content I ill need to build with node adapter.
      Elad

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

    Thanks, very helpful!

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

    can we save components on lib folder ?
    lib/compoenets/any compoenet.svelte

    • @geoffrich5528
      @geoffrich5528 Год назад +6

      Yes, you can put whatever you want in the lib folder and it will be available to import via $lib. So if you create `lib/components/Banner.svelte` you can import that component anywhere in your app with `import $lib/components/Banner.svelte`

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

    HI, guys have you got any idea how to do real time validation for inputs example email or password?

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

      You could do some validation client side with on:change on your inputs and do stuff from there, but don't forget to also do validation server side.

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

      see 57:55 for server side validation example

  • @boot-strapper
    @boot-strapper Год назад

    this dude looks so young. Talk about a way to make me feel old.

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

    may i ask of how nuch rich rich is?

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

    Nice video, learnt new things but where is the git link

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

    Rich Harris, then Jeff Rich! I think I need to change my name....