how to do this when I am using 'use client'. Because my code also has useEffect inside page.tsx under [slug]
@70f99 Жыл бұрын
very detailed , thank you very much, keep going
@ProgrammingwithUmair321 Жыл бұрын
Thank you ❤️
@Website-Content-Creator11 ай бұрын
do you video link catch all route segments i want learn more about that one
@mahdiidrissi9712 Жыл бұрын
thank you for this tutorial, I just want to know if we changed data in the API how can we trigger revalidate in generateStaticParams and regenerate the new page paths?
@ankitmakwana31418 ай бұрын
so do i need to pass always /1 as arguement or i can pass any value /56 /90?
@chrtravels11 ай бұрын
Very nice, thank you. I am wondering about the generateStaticParams. You mention it runs at build time. How about if the params change? So for example if you have page profiles and the dynamic route using something like [username], then the user changes their username. So the static param list would no longer contain their old username. If the static params only contains a list generated at build time, wouldn't they be out of luck and that new username path would no longer work? Not sure if I am understand this correctly. I suppose I don't need to use staticParams but if I user route doesn't exist, I want it to display a 404 page.
@dev_front Жыл бұрын
keep going 😍😍😍😍👍👍
@tanmaypatra4896 Жыл бұрын
Hello Bro. Your "generateStaticParams()" is useful. I was searching for if it's available in 13.5 or not. Can you make a video with Next API instead of using External APIs with Links??
@ProgrammingwithUmair321 Жыл бұрын
Hi, I have already created video on creating api routes directly in nextjs on my nextjs 13 playlist.