CDN Caching, Static Site Generation, and Server Side Rendering
Video Statistics and Information
Channel: Remix
Views: 14,560
Rating: 4.9695587 out of 5
Keywords: JavaScript, Web Development, React.js, Node.js, Gatsby.js, Next.js
Id: bfLFHp7Sbkg
Channel Id: undefined
Length: 43min 49sec (2629 seconds)
Published: Mon Nov 23 2020
Please note that this website is currently a work in progress! Lots of interesting data and statistics to come.
I think it's basically two different approach to achieve a similar thing. Remix gives you more control. But it comes with a cost imho—you need to decide what caching strategy to choose for every page and you need to know more "low level" API. +there is a risk that you can accidentally set the cache-control header to cache your page on a browser level for too long and make it impossible for the user to ever get a fresh version of that page.