API Routes with Next.js 14 - Course part 10

แชร์
ฝัง
  • เผยแพร่เมื่อ 22 ม.ค. 2025

ความคิดเห็น • 90

  • @AmodeusR
    @AmodeusR 9 หลายเดือนก่อน +14

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

  • @codewithguillaume
    @codewithguillaume  ปีที่แล้ว +8

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

  • @briancooper1789
    @briancooper1789 2 หลายเดือนก่อน +1

    Excellent tutorial! I've watched several videos about both Next JS APIs, and server requests in general. This one is by far the best I've seen for both topics.

  • @codewithguillaume
    @codewithguillaume  ปีที่แล้ว +13

    For QUERIES:
    async function GET(req:NextRequest){
    console.log(req.nextUrl.serachParams.get("keyword"))
    }

  • @clickbaitpolice9792
    @clickbaitpolice9792 2 หลายเดือนก่อน +1

    you've earned a sub mate. I've been so scared of all this postman and api stuff. you made it super simple

  • @yipmong
    @yipmong หลายเดือนก่อน

    Thank you so much, you saved me from alot of stress after goin through the documentations, copilot and chatgpt couldnt solve the issue until i stomped on your channel

  • @shadow_patel
    @shadow_patel ปีที่แล้ว +21

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

  • @LyleLundy
    @LyleLundy 9 หลายเดือนก่อน +5

    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!

    • @codewithguillaume
      @codewithguillaume  9 หลายเดือนก่อน

      Thanks my friend ! I’ll keep improving

  • @ansarqazi4377
    @ansarqazi4377 8 หลายเดือนก่อน +2

    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!

  • @Devin-tf1es
    @Devin-tf1es 7 หลายเดือนก่อน +1

    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

  • @NickTub3
    @NickTub3 8 หลายเดือนก่อน +1

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

    • @codewithguillaume
      @codewithguillaume  8 หลายเดือนก่อน

      Thanks my friend ! Checkout my masterclass coming soon

  • @PetriikVx
    @PetriikVx ปีที่แล้ว +2

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

  • @WinchesterD
    @WinchesterD 8 หลายเดือนก่อน +2

    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.

  • @jeremy0x
    @jeremy0x 5 หลายเดือนก่อน

    This was super helpful. Thanks Guillaume! Great video ✨

  • @clasicalsingingfans8808
    @clasicalsingingfans8808 9 หลายเดือนก่อน

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

  • @lrnngman2942
    @lrnngman2942 ปีที่แล้ว +4

    Bro your teaching skill is amazing even I don't understand English

    • @codewithguillaume
      @codewithguillaume  ปีที่แล้ว

      Thanks bro! See you soon and subscribe if you didn’t yet !

    • @DynamicCorp242
      @DynamicCorp242 10 หลายเดือนก่อน

      Vraiment

  • @MertMusaTemel
    @MertMusaTemel 6 หลายเดือนก่อน +2

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

  • @jdm4657
    @jdm4657 11 หลายเดือนก่อน +1

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

  • @georgesmaroun1406
    @georgesmaroun1406 ปีที่แล้ว +3

    Excellente video Guillaume! Merci!

  • @johnmuku1773
    @johnmuku1773 7 หลายเดือนก่อน +1

    Thanks for this. This helped more than the docs

  • @atejap
    @atejap ปีที่แล้ว +2

    Please, keep doing this great king of job. Tks

  • @badis6717
    @badis6717 ปีที่แล้ว +7

    This is extremely accurate!
    I didn't find any simple short video that explains rest api in next js, and here we are i found your video and its also new.
    I thanks you alot ❤
    I recommend creating a video or playlist where you explain how to make full rest api with crud, images, files, auth and db

    • @badis6717
      @badis6717 ปีที่แล้ว

      Or you know , don't use db or external packages, instead use json files
      So that it remain a next next tutorial xD

    • @codewithguillaume
      @codewithguillaume  ปีที่แล้ว

      Everything inside Next.js 13 or with another backend framework? 🥰 thanks for comments my friend

    • @badis6717
      @badis6717 ปีที่แล้ว

      @codewithguillaume next.js 13, in the style of this great video, but more full

  • @efratywestchester9291
    @efratywestchester9291 5 หลายเดือนก่อน

    thank you, finally someone who explains well!!!

  • @AlessiaCaraFans
    @AlessiaCaraFans 6 หลายเดือนก่อน

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

  • @JohnKimani-d6z
    @JohnKimani-d6z 5 หลายเดือนก่อน

    Very clear explanation. Had to subscribe.

  • @GamingWithLag
    @GamingWithLag 4 หลายเดือนก่อน

    Thanks for the video. I did not find the context thing anywhere else which I needed

  • @toomanyarguments
    @toomanyarguments ปีที่แล้ว +3

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

  • @unnamedcodes
    @unnamedcodes 7 หลายเดือนก่อน

    You just got yourself a new subscriber. ❤

  • @fre6090
    @fre6090 ปีที่แล้ว +1

    how would I write unit tests for a function like this?

  • @ohmegatech666
    @ohmegatech666 3 หลายเดือนก่อน

    OK but how do you call the API request in production once you build to Vercel? I just get a HTML response saying Authentication Required. How do you authenticate an API call from Postman to a Next app?

  • @AndresMartinez-se9zl
    @AndresMartinez-se9zl 6 หลายเดือนก่อน

    Hey, what is the difference between api routes and route handlers and which one might you use in next js 14?

  • @bikibalami
    @bikibalami หลายเดือนก่อน

    Took a whole next.js bootcamp. Never once was mentioned that the api folder works like this. Like its an active running server. Thats why my app was not building cause i just treated it as functions to fetch data from servers.

  • @webmandman
    @webmandman ปีที่แล้ว +1

    can you explain export const dynamic = 'force-dynamic'; and the build process. from what I found out today that route will be prerendered in the build process because its a static route. I had to use the 'force-dynamic' const to make it a dynamic rooute.
    ofcourse now I'm searching the web to figure out why my response in production is an old version. in localhost:3000 if i update my sql query to pull different data, the route response will reflect that updated data, but not in production. kinda frustrating its not working like a traditional PHP request.

  • @brandonm8385
    @brandonm8385 3 หลายเดือนก่อน

    Thanks! I wish I found this a little earlier lol. It is difficult finding good examples on v14, especially with dynamic routes.

  • @tamerahmed9860
    @tamerahmed9860 11 หลายเดือนก่อน +1

    Thank you! clear explantion as always

  • @maxkosh4839
    @maxkosh4839 3 หลายเดือนก่อน +1

    just one question: why? Why do we need this API if we can do like anything in server components?

    • @codewithguillaume
      @codewithguillaume  3 หลายเดือนก่อน +1

      Server components / API are 2 différents approaches. Depends on how you want to architecture your project !

  • @ionutcirja7121
    @ionutcirja7121 11 หลายเดือนก่อน +1

    Does next have any type for context? I'm talking about the api context. Couldn't find anything in their docs. Thanks

    • @codewithguillaume
      @codewithguillaume  11 หลายเดือนก่อน

      Good question probably ask on Twitter on Nextjs community

  • @abe6615
    @abe6615 4 หลายเดือนก่อน

    What is the site he's using to monitor the api data?

  • @zyx8463
    @zyx8463 11 หลายเดือนก่อน +2

    thanks this video helped a lot

  • @elhadi9886
    @elhadi9886 9 หลายเดือนก่อน +1

    very well explained and helpful, Thanx bro

  • @djchoodaofficial
    @djchoodaofficial ปีที่แล้ว +1

    In case when we need to get only one user by params(id), you fetch all users and then find selected user. Is this good because we can have more than 1000 users and our performance would be bad if we fetch that number of users.Maybe is better with RESP API to filter call to backend and get only that user

    • @codewithguillaume
      @codewithguillaume  ปีที่แล้ว

      Yep you can do this. This was just an example here

  • @haraldlons
    @haraldlons 11 หลายเดือนก่อน +1

    Really good video!

    • @codewithguillaume
      @codewithguillaume  11 หลายเดือนก่อน

      Thanks my friend it means a lot

  • @ssojyeti2
    @ssojyeti2 9 หลายเดือนก่อน

    Great, concise explanation thanks!

  • @arvindknit31
    @arvindknit31 6 หลายเดือนก่อน

    Hi dear, can you please tell me which AI tool you are using?

  • @dominikyszkowski7663
    @dominikyszkowski7663 11 หลายเดือนก่อน

    How to use this api route inside the nextjs app. for example im on page.tsx and i want under click button call post method ?

  • @LorraineCai
    @LorraineCai 8 หลายเดือนก่อน

    Thanks!! You saved my life!!!

  • @tandoku9133
    @tandoku9133 หลายเดือนก่อน

    Why is localhost:3000/api can access pages/api/route.ts? I thought it would be localhost:3000/api/route. Sorry Im confused.

  • @AbuBakr1
    @AbuBakr1 9 หลายเดือนก่อน

    How do i implement API authentication? Sending request from postman for protected route

  • @manassesraimundo
    @manassesraimundo 5 หลายเดือนก่อน +1

    how to create an API with JWT authentication in Nextjs

  • @edutechpty
    @edutechpty 11 หลายเดือนก่อน +1

    Thanks a lot!

  • @adammuhtarif
    @adammuhtarif 9 หลายเดือนก่อน

    When i depoloy the app it's a problem of cors

  • @감기여요
    @감기여요 ปีที่แล้ว +1

    What if I use js instead of react?

  • @anthonyfarias321
    @anthonyfarias321 ปีที่แล้ว +18

    The current docs does not explain this, they explain something that does not work. Use handlers

  • @UAng-ro9kt
    @UAng-ro9kt ปีที่แล้ว +1

    Thanks for sharing, very helpful

  • @muthupandideivamsanmugam1774
    @muthupandideivamsanmugam1774 8 หลายเดือนก่อน +1

    thankyou for teaching sir

  • @xmaxfuture
    @xmaxfuture 11 หลายเดือนก่อน +1

    great tut

  • @lorddesert
    @lorddesert ปีที่แล้ว +2

    Simple and straight to the point. Love it. Thank you so much!

  • @VishalSingh-ls4re
    @VishalSingh-ls4re 5 หลายเดือนก่อน +1

    "That's what i'm looking for. Thanks ."

  • @PandiyanM
    @PandiyanM หลายเดือนก่อน

    Well and clear.

  • @SalmanIqbal-kr8mh
    @SalmanIqbal-kr8mh 4 หลายเดือนก่อน

    Dear Sir you fetch external api can you make small video that create custom api in api folder and fetch internal api and show in browser just 3 or 4 items fetch i tried alot of videos everyone fetching external apis only 1 youtuber create custom api and fetch internal api but i donot understand can you make?

  • @itsRahul-dd4xm
    @itsRahul-dd4xm 6 หลายเดือนก่อน +1

    Thankyou bro

  • @TahaECHCHOUAL
    @TahaECHCHOUAL 9 หลายเดือนก่อน +2

    thanks

  • @techjdx
    @techjdx 4 หลายเดือนก่อน

    Thanks you .

  • @PeriklesPeriklesoglu
    @PeriklesPeriklesoglu 10 หลายเดือนก่อน

    thank you

  • @sergiohidalgorobles8351
    @sergiohidalgorobles8351 ปีที่แล้ว +1

    just that I was looking

  • @alisalami1644
    @alisalami1644 11 หลายเดือนก่อน

    i love you u save me

  • @patrikmeijer7437
    @patrikmeijer7437 5 หลายเดือนก่อน +1

    Thanks for mentioning that the file has to be named route.ts...