Next.js 14 Tutorial - 36 - Dynamic Route Handlers

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

📱 Follow Codevolution

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

You have really made NextJS look like counting from 1 to 10. With these videos my grand mum can learn coding...

yinonelbaz
Автор

After 1 day, and 36 videos later I can safely say I can confidently pick up the NextJS project from one of developers for my startup!

jcob_automates
Автор

In other words it's adding PATH parameters to your route handle by using the folder name convention of "[<name>] ".

AramDovlatyan
Автор

If you are getting a GET error while deploying it to vercel, you might want to wrap they type with Promise<>

eg: {params} : {params: Promise<{id: string}>

mr.forest
Автор

Awesome tutorials, waiting for Server Components one...
SSR vs Server Components.

gauravburjwal.
Автор

hello new subscriber here. how do you struncture your api's, Is it okat to create an api folder below app and put all endpoints there?

Brook-qbhp
Автор

How to get this data on the client side?

vinodjadav
Автор

In case of this url of route i.e product/:id/reviews/:id how can we get the id after the reviews in the URL? 🤔

Aerotk
Автор

Next.js 14 Tutorial - 36 - Dynamic Route Handlers 🤩🤩🤩🤩

yinonelbaz
Автор

Why use GET and not DELETE ?

@Edit Sorry, this example is for dynamic route handlers, I see in video 38 you use DELETE.

Eric-riel