Search Parameters Full Guide - How to Implement with Next.js

Поділитися
Вставка
  • Опубліковано 5 лис 2024

КОМЕНТАРІ • 20

  • @artursavchuk2363
    @artursavchuk2363 7 місяців тому +1

    I tried to do something strange and horrible with my code. Thank you for your example. It really helped me

  • @able4eva
    @able4eva 4 місяці тому

    thank you for the nice video. Sometimes a little too fast (for me as a beginner), but with pausing I was getting the point ;-) Can you please tell me what kind of plugin you are using to get all these auto-suggested code snippets while typing?

  • @euhansarkar
    @euhansarkar 7 місяців тому

    thank you adam for this nice video. i hope you will be regular.

  • @tanwarritik8714
    @tanwarritik8714 5 місяців тому

    Thanks buddy now I understand how things working keep it bro now iam also one of your big fan

  • @mateuspaula_dev
    @mateuspaula_dev 9 місяців тому

    Thanks a lot man, this help me a lot right now!!! U are a true legend!!

  • @TheTommyWalker
    @TheTommyWalker 6 місяців тому

    Hi, I have problem when it comes to Suspens. I watched your video and it works great, i undestand concept but i have more than 1 button (i have more of a tab layout). I'm unable to get suspense loading screen when clicking on a different Tab. Do you maybe have some solution or better insight on that?

  • @MuhammadUmair-gy5le
    @MuhammadUmair-gy5le 5 місяців тому

    O man Thanks alot, I'm using hooks to do this. very mad. IT's so easy 👍

  • @manikantaketha6281
    @manikantaketha6281 6 місяців тому

    Finally found the solution

  • @TheInfamousAlpha
    @TheInfamousAlpha 7 місяців тому

    Nice video - enjoyed it

  • @theformulaonegp
    @theformulaonegp Рік тому

    Do you have a course or anything? You’re the only person I’ve seen cover more advanced topics like this

    • @adamrichardsondev
      @adamrichardsondev  Рік тому

      Thank you, no courses, hoping to have time to make more content on UA-cam!

    • @27sosite73
      @27sosite73 8 місяців тому

      plenty of such videos mate

  • @webdevpersion
    @webdevpersion Рік тому

    Very usuful thanks
    Make full video on how to get this params in next api route thanks ❤❤❤

  • @27sosite73
    @27sosite73 8 місяців тому

    thank you

  • @RodolfoMedinaGarcia
    @RodolfoMedinaGarcia 9 місяців тому

    thanks man

  • @sadique_x_
    @sadique_x_ Рік тому +2

    i mostly didn't understand what what happening, you just read out what was typed

  • @youcantimagine979
    @youcantimagine979 Рік тому

    Can i use searchparams for get my chat api data one page to another when i hit a query or input into the textarea and with router push it bring me to next page and show the data?

    • @adamrichardsondev
      @adamrichardsondev  Рік тому +1

      If you’re inputting a few words then sure. If this is for full prompts paragraphs long then I wouldn’t recommend using search Params

    • @youcantimagine979
      @youcantimagine979 Рік тому

      So what will be the best way to do that? I am new to nextjs and in nextjs 13 next/ router never worked and next/navigation worked. So what will be the best way to send query one page to another page and get input and output to the new page? Currently i try with pathname and query with next/ navigation and i always get empty array [ ]. Like " localhost:3000/qna/chatdata=[]. But with next Link i get my chatdata query and answer well to next page inside that areay [ ].

    • @un_defined
      @un_defined Рік тому

      @@youcantimagine979 use state manager to pass data from page to another