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?
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?
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?
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 [ ].
I tried to do something strange and horrible with my code. Thank you for your example. It really helped me
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?
thank you adam for this nice video. i hope you will be regular.
Thanks buddy now I understand how things working keep it bro now iam also one of your big fan
Thanks a lot man, this help me a lot right now!!! U are a true legend!!
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?
O man Thanks alot, I'm using hooks to do this. very mad. IT's so easy 👍
Finally found the solution
Nice video - enjoyed it
Do you have a course or anything? You’re the only person I’ve seen cover more advanced topics like this
Thank you, no courses, hoping to have time to make more content on UA-cam!
plenty of such videos mate
Very usuful thanks
Make full video on how to get this params in next api route thanks ❤❤❤
thank you
thanks man
i mostly didn't understand what what happening, you just read out what was typed
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?
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
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 [ ].
@@youcantimagine979 use state manager to pass data from page to another