Josh Comeau 12/14/2020

Refreshing Server-Side Props

Read Original

This article explains a common problem in Next.js where server-rendered data becomes stale after user interactions. It provides a solution using the `useRouter` hook to refresh server-side props on demand, includes a code example, and discusses why this method works. It also notes a modern alternative using the App Router's `revalidatePath` and `revalidateTag` functions.

Refreshing Server-Side Props

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

No top articles yet