SSG vs SSR Explained in 10 Minutes (For Beginners)

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

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

  • @Escko
    @Escko 8 месяцев назад +1

    Just finished watching the podcast about Astro and headless WP so I had to come here to better understand static sites vs server rendered. Thanks man.

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

    Incrementally static regenerated pages looks like an interesting topic 😍!!!

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

      It's a pretty cool. Might do a follow up on that!

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

    James I love your work. Thanks for this!

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

    I've been diving into Vercel and Next.js lately and this video was great!

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

    this video helped a lot ! thanks james!

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

    As someone who is learning Gatsby(and Next.Js); this video is really helpful. Thank you very much. To make sure, I understand Build request vs Request time, is build request like building a house where you have architects, interior designs etc. working on the physical construction of the house and getting it ready and Request time is just allowing individuals access into the house?

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

      Glad it's helpful! So build time in this case is specifically what happens on the build server, typically during deployment. With Netlify/Vercel, you can connect to your Github project. Whenever you push new code to that project, Netlify/Vercel will trigger a new build. After the build is done, it will deploy the new files.
      Request time specifically refers to when the user navigates to a given page. The browser then sends the request to get that html page back.
      Does that help?

  • @nitesh.unique
    @nitesh.unique Год назад +1

    Loved the way things are explained...would also love to know all type of rendering ❤

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

      So glad to hear it! Thanks for watching. :)

    • @Olga-id1qy
      @Olga-id1qy Год назад

      Me as well, plus can you expand on the comment mentioned in the video about ssg limitations and example for hybrid approach to use ssg and SSR. Huge thanks

  • @onyekastephen2250
    @onyekastephen2250 5 месяцев назад

    Of course we're interested; Actually don't understand how caching works with the web talk more of applying it to SSR.
    I'd love to be taken on that. Moreover, I enjoyed this topic.

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

    I've got a static Astro site up and working and I love it. I now need to add ssr functionality using nodejs and express. I can't find any good documentation on how the the basic routing works. I know how to do routing in an express app but how do I get all the static routes and how do I integrate the static routing with the dynamic routing?

  • @lets.walk.around.gothenburg
    @lets.walk.around.gothenburg Год назад

    Good day, dear friend, I really enjoyed watching this excellent video.😍🙃🙃 Keep doing great things. Have a nice day.🔥

  • @thengakola6217
    @thengakola6217 5 месяцев назад

    Bro looks tired af.

  • @genechristiansomoza4931
    @genechristiansomoza4931 5 месяцев назад

    They somehow made a scripting language to a compiled language. 😅

    • @thengakola6217
      @thengakola6217 5 месяцев назад +2

      It aint compilation... its transpilation

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

    masterful explanation James, keep up the great work 🫡