Cache explained with Next.js 14 — Course part 16

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

Thanks for watching! Please subscribe ❤️

Guillaume

👇

Read my adventures

Join my Discord

Book a coaching

Looking for a repository?

Visit my website

Install my package UserItem

💥 TOP VIDEOS

Learn Nuxt

Learn Nextjs

Learn Supabase

⚙️

• Theme that I use: VSCode Dark
• Snippets: my own, coming soon :)

Thank you :)

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

I really like the way to explain things it can grasp easily.. like your explaining things to a five year old kid and that's works 🤗

blackbeans
Автор

Awesome video. Really simple and straightforward.

Regards from Mexico!

emmanuelfloresmedina
Автор

Thanks for your demonstration . and it will be so helpfull if you can explain how to use revalidate tag with route handler .

samehrefaay
Автор

This is a very simple explanation and I like it

artefilexxx
Автор

i used { cache : 'no-store'} but i have to refrash twice then data is problem i am fecing

anik
Автор

Thanks for your explanation, I have a question about revalidation, if I have a function that fetch data from api with revalidation of 5 minutes, at first time it fetched data, after 5 minutes the fetch catch an error, my question is what data were returned second time? the first one fetched or an error displayed to user (if available)?

AhmadAbughazaleh
Автор

My code is weird. I can't get the same symptoms as Client Component 7:33. "force-cache", The value keeps changing.

toochoi
Автор

If I use server action then by default cache value is no-store according to nextjs documentation but actually it is force cahe

Please explain

pankajYIT
Автор

from one french to another. can you help me w my next js sometime. great video explanations

frenchmike
Автор

Why when I have connected to db in the API route for example to Mongo, this caching doesn't work? Every time the data is the new data.

yojdtbw
Автор

How can I invalidate the cache manually, let's say I received socket message that data has changed.

oussamasethoum