Should a navigation and a refresh show the same page?

20/09/2023 45 min Episodio 172
Should a navigation and a refresh show the same page?

Listen "Should a navigation and a refresh show the same page?"

Episode Synopsis

Ryan and Sam talk about how to invalidate Next.js’ client-side cache when a different session makes changes to backend data, and ultimately discuss whether clicking a link to a URL vs. hitting refresh on that same URL should render the same page if no backend data has changed.Topics include:0:00 - Intro1:00 - Suspense boundary identity and the Await component11:07 - How to refresh RSC using a Server Action27:17 - The difference between a navigation and a page refreshLinks:Ryan’s Data Fetching with RSC courseRefresh App Router code recipe