can you please do a video on setting up a form and getting the users details, authenticating their details and then submitting that info to the database, i have been watching your videos for 2 days and i am still kinda confused on how that transaction works, and by the way, i think its best to do the videos in a way where you show how to do it the production way and then show other ways, that would make it a lot easier and be great way for me to learn, follow along and finally put something out for production at the same time @Codr Kai
Needed this just now. Thanks mate 😊. Woyld love for you to do a tutorial where you show getting data and allowing them be in different pages. For example. If i had a side bar with profile and dashboard. How to make the data pass to the 2 pages without having to necessarily call the API again so that its very fast navigating.
I really like the straightforward nature of this tutorial. Way to stay on task and show how to do the thing concisely.
Nice tutorial to start with NextJs
thank you very much! it was straightforward which is easy to understand. thank you.
can you please do a video on setting up a form and getting the users details, authenticating their details and then submitting that info to the database, i have been watching your videos for 2 days and i am still kinda confused on how that transaction works, and by the way, i think its best to do the videos in a way where you show how to do it the production way and then show other ways, that would make it a lot easier and be great way for me to learn, follow along and finally put something out for production at the same time @Codr Kai
some people used to set GET(req,res), if you use "res" in it you CAN NOT use {params} too, you'll probably get and error!(params is undefined)
wonderful tutorial ... plzz continue this.
Needed this just now. Thanks mate 😊.
Woyld love for you to do a tutorial where you show getting data and allowing them be in different pages. For example. If i had a side bar with profile and dashboard. How to make the data pass to the 2 pages without having to necessarily call the API again so that its very fast navigating.
Thanks for the input! Stay tuned, I'll have more out 🙌
Hey, what is the difference between router handlers and api routes, and which one can i use in a next js 14 app?
This is part of the Next JS 14 tutorial series. Check out the first video which goes through all the basics 🙌
bro can you make a todo app with next js with external api fetch , typescript would be more related if you can.
Love the intro 💪
But doesn't it mean that the slugs are open and accessible to anyone?
but it will now work after deploy
Thank you.
Thank you!
Idk why they don’t update the docs. But great tutorial
If you go to the NextJS website, make sure to select the "App Router" from the upper left dropdown to see the new docs 👊
thanks man
lol, now main issue is how to get data from db in js file :)) u used static json array
Use typescript
no
Fetching to an outside url, in your example dummy.json/products didnt work for me :(
some people used to set GET(req,res), if you use "res" in it you CAN NOT use {params} too, you'll probably get and error!(params is undefined)