It is that type of video which you download and save to playlist and watch every month. It's gold
@DEV_XO Жыл бұрын
This was just great to watch. Amazing video Ryan! Thank you!
@andrewthomas39474 ай бұрын
is there any way to manually revalidate the response like click on a refresh button.
@Haidderispro2 жыл бұрын
Amazing explanation and demo
@JamesQQuick2 жыл бұрын
This is amazing!
@grugbrain2 жыл бұрын
OK. I finally learned how these work today. :)
@siosaiafonua92862 жыл бұрын
Love this. Thanks for the explanation as well as the demo
@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.
@AnthonyCandaele4 жыл бұрын
I'm learning a ton here about Web essentials
@jim.....4 жыл бұрын
Important info well presented, nice!
@CliffordFajardo3 жыл бұрын
Love the simple, easy to follow example. Too bad e-tags in distributed environments (using load balancers) is harder (probably still possible). If all your requests are going to a single server then it seems awesome. For static assets/content (marketing pages etc) this seems great
@Glinkis3 жыл бұрын
Well, if the response would be the same the etag will be the same. So even if every request goes to a different server, the etags will still work exactly the same
@RailGunViolin2 жыл бұрын
This was really good thanks !
@TheMagnificientMan4 жыл бұрын
I'm so stoked for the release!
@harshitjoshi30824 жыл бұрын
great explanation ! loved it !
@shreshthmohan3 жыл бұрын
13:47 Not sure if the 90 bytes was the data sent from the server to the browser or the the other way round. The size of the response headers should be 90B, no? Or is it both request and response put together? Because it says "90B transferred over the network".
@shreshthmohan3 жыл бұрын
TODO: test this and report back.
@efkang.91163 жыл бұрын
13:03 Was that a reference to "I'm Thinking of Ending Things" ? Great movie.
@TheLifelongGooner2 жыл бұрын
Hey, we all need the deep dive after the introduction to http caching! I have an idea: Expose the caching Michael wrote for unpkg!
@28bits203 жыл бұрын
This guy is good at teaching, he should start a training company.
@exactzero4 жыл бұрын
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!
@web_simplified2 жыл бұрын
♥
@technikhil3144 жыл бұрын
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.
@JamesQQuick2 жыл бұрын
All day Winston 🤣
@oiojin8312 жыл бұрын
awesome :D
@andersinperson4 жыл бұрын
Does the Etag / if-none-match also come included with Remix headers() function?
@TheMagnificientMan4 жыл бұрын
The headers function gives you the hand to include whatever http header(s) you want. I don't think Remix is designed to decide on anyone's caching strategy, and that's probably why they're coming up with this api
@cycL34 жыл бұрын
13:03 I’m thinking of ending things! Lol
@_smhmd4 жыл бұрын
Fellow Charlie Kaufman fan?
@icemelt7ful4 жыл бұрын
suicide joke :O
@davosonic603 жыл бұрын
Noticed the same thing, are you OK Ryan?
@ciaomare914 жыл бұрын
What is the font.
@johnm83584 жыл бұрын
stupid question but how does the ${Array.from} work inside the html?
@zero_cool4 жыл бұрын
He wrote the HTML string inside a template literal. Notice the backticks before and after the HTML code.