Static vs Dynamic Rendering vs ISR in Next.JS 13 App Router Explained

preview_player
Показать описание


📣 Follow Coding in Flow on social media:
Рекомендации по теме
Комментарии
Автор

This was explained really well. Other channels quickly glossed over caching, so I was always confused seeing SSG/SSR/ISR, but these concepts all make sense now. Thank you.

TheGrandChieftain
Автор

great explanation!
what about using Axios, i tried to add cache-control:no-cache but it didn't work

hamzaaymen
Автор

What if you want to fetch 2 data, one is no-store (SSR) and one is the default force-cache (SSG)?

With the old page directory you cant use getStaticProps and getServerSideProps at the same time right?

zedshockblade