NextJS On-Demand ISR Revalidation Tutorial

preview_player
Показать описание
How to implement on-demand incremental static regeneration (ISR) in NextJS using an API route.

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

thanks for the content. I am relatively new regarding http request. I have a question... If the secret is in the query ... anyone can see it right? Therefore, it is not so secure right?

erickmaraz
Автор

What if my backend and frontend on different url, is the method same for that

divyanshurawat
Автор

What is the new way of doing this in the App Router?

_martinedwards