Next.js 13 revalidatePath is dead. Use this instead...

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


#nextjs13 #nextjs
Рекомендации по теме
Комментарии
Автор

The level of detail you go into in your videos is making this channel my go to for debugging my apps. loving it! Keep it up. Also - I love that not only are the videos short and precise - I can listen then them just fine at 1.5x speed :)

rig-xfor
Автор

Just for clarification, where did you get revalidate = true, if only options are: false | 'force-cache' | 0 | number?

GabrielMartinez-ezue
Автор

yes "export const revalidate = true" working, Thank you

SSakibHossain
Автор

does you know how can i show the data fetched from a server component (i mean the page.tsx) on a client component? i have a table from material ui and i it show the data but i can't refresh the rows using revalidatePath or any other type of dynamic fetching

juanbovier
Автор

do I still have to do the other things of the other videos or just what you show here is enough?

luczztem
Автор

I'm working on a blog and I'm using res.revalidate (pages dir) to revalidate the posts pages anytime there is a change because i couldn't get revalidePaths to work. Is there a way to regenerate the sitemap after revalidating page?

taiwoadewale
Автор

Indie notifications are not working. This is the response from indie post request: 504 Gateway Time-out

zenobiusztasak