Remix Run - Introduction to HTTP Caching

Поделиться
HTML-код
  • Опубликовано: 12 окт 2020
  • HTTP Caching is a web fundamental every web developer should eventually learn. The quickest way to a slow website is to not understand caching and ofc, the best way to make your website fast is to take advantage of it.
    In this video we'll explain the basics of HTTP caching, how web browsers respond to it, and how CDNs take advantage of it, by building a bare-bones Node.js server and then quickly see how to specify caching headers in a Remix App.

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

  • @swyxTV
    @swyxTV 3 года назад +27

    you are an S-tier teacher

  • @28bits20
    @28bits20 2 года назад +5

    This guy is good at teaching, he should start a training company.

  • @user-kt1iz4vc3x

    I've been playing with remix for a couple of days now, I think this cache strategy could work for me. So far the worst thing about remix is not having a clear story about hosting, which adds a lot of friction compared to the triangle company.

  • @ciaomare91
    @ciaomare91 3 года назад

    What is the font.

  • @kxmode

    WITCHCRAFT :o

  • @technikhil314
    @technikhil314 3 года назад +1

    Hey ryan. Can I please request you to enable keycastr on screen. I am used to vim. But would like to see what commands you are using. I am sure I might learn something there too.

  • @markpalfreeman
    @markpalfreeman 3 года назад +2

    allDayWinston 😆

  • @exactzero
    @exactzero 3 года назад +1

    Awesome vid. Learned a lot! Btw, when do we have to put the 'must-revalidate' header? Also, will we be able to configure a global headers that will apply for every page with Remix? Thanks!

  • @andersinperson
    @andersinperson 3 года назад

    Does the Etag / if-none-match also come included with Remix headers() function?

  • @JamesQQuick
    @JamesQQuick 2 года назад

    All day Winston 🤣

  • @TheMagnificientMan
    @TheMagnificientMan 3 года назад

    I'm so stoked for the release!

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

    It is that type of video which you download and save to playlist and watch every month. It's gold

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

    Love this. Thanks for the explanation as well as the demo

  • @DEV_XO

    This was just great to watch. Amazing video Ryan!

  • @harshitjoshi3082
    @harshitjoshi3082 3 года назад

    great explanation ! loved it !

  • @jim.....
    @jim..... 3 года назад

    Important info well presented, nice!

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

    Amazing explanation and demo

  • @AnthonyCandaele
    @AnthonyCandaele 3 года назад

    I'm learning a ton here about Web essentials

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

    This was really good thanks !

  • @WilliamShrek
    @WilliamShrek 2 года назад

    OK. I finally learned how these work today. :)