API Routes with Next.js 14 — Course part 10

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
Рекомендации по теме
Комментарии
Автор

Quick note: I've made a mistake, method is not in header but over header in fetch call 🚀

codewithguillaume
Автор

Hey, thanks mate. I've been finding the solution to some error related to API routes & your video literally solved it for me. Thanks a lot. Stay blessed! Highly appreciate your work!

ansarqazi
Автор

For QUERIES:

async function GET(req:NextRequest){

}

codewithguillaume
Автор

Thanks, this video helped me a lot. Not even the official NextJS focumentation had a proper explanation of how to make routes and such.

AmodeusR
Автор

Explained more in 9 minutes than 4 hours big project video,
thanks a lot guillaume

sarhan_
Автор

Very helpful, thanks! The official Next docs are a lot to read through. So this is very helpful to have it in quick video format. Very knowledge packed video!

LyleLundy
Автор

Thanks so much Guillaume, after hours of searching, this video solved my problem!

PetriikVx
Автор

This was super helpful. Thanks Guillaume! Great video ✨

jeremyx
Автор

that one video talks no BS straight to the point. Thanks, Subscribed you!

clasicalsingingfans
Автор

Please, keep doing this great king of job. Tks

atejap
Автор

Thanks a lot mate, very informative and you get a new subscriber

MertMusaTemel
Автор

EXCELLENT video. It finally is starting to make sense to me. Next time do a video with Prisma so I can follow

jdm
Автор

Very clear explanation. Had to subscribe.

cykhwid
Автор

Thank you so much!! A few minutes of my time watching this solved hours worth of troubleshooting.

NickTub
Автор

Thank you so much, I felt like I was going insane trying trying to figure out nextjs' api routes.

The first main problem was realizing that you have to name each file for folder-based routes, as route.ts | js

Devin-tfes
Автор

very well explained and helpful, Thanx bro

elhadi
Автор

Thanks for the explanation. It's strange that right now, in official documentation API routes are covered only for "pages router", nothing said about App router, but however, you did well showing good use cases.

WinchesterD
Автор

With server-actions, do we still need api routes?

toomanyarguments
Автор

You just got yourself a new subscriber. ❤

unnamedcodes
Автор

how do you call async await inside client compoenent i thought it s not possible, only if it s a server component ?

AlessiaCaraFans