bro, please provide your GitHub link or the code itself for logo and svg's
@TrueRDX10 күн бұрын
where's the GitHub link
@NIROB13015 күн бұрын
Thank you so much for your valuable information about protected route ❤. This is a awesome and informative video 💯
@jonreylumayag985617 күн бұрын
The challenge in NextJs is during build time. I find it difficult for me to build it for deployment.
@pavelisel412725 күн бұрын
this is a good example of protected routes in a middleware. There's one downside on Nextjs Middleware and is that if you need to check other things there like using next-i18n-router package to handle translations then you need to choose one or the other. Would you create a video showing how to do something like that? How to use the same response? I could not find a way to make this work to be honest
@JavaScriptUnleashed28 күн бұрын
📲 Get 10000 free mins with UKits: bit.ly/3U1kydw 📘 Learn more about ZEGOCLOUD: bit.ly/4ezbHrA 📚 How to build a voice call App: bit.ly/3XUDyvm
@saidmaroc8448Ай бұрын
good work, bravo
@hardikupadhyay21782 ай бұрын
can you provide github repo for this project?
@uPhanBa2 ай бұрын
next15 ?
@c_charlie2 ай бұрын
Awesome tutorial! I'm asking my self why don't you used TS. I'm starting as a developer and always saw people talking about TS. There's some kind of advantage not using it? Thank you!
@JavaScriptUnleashed2 ай бұрын
TS is ideal for large-scale projects, but this tutorial is for beginners, so I kept it simple by not using TS.
@yash-c7l5b2 ай бұрын
Can you provide the source code for it? A GitHub repository or a Google Drive link would work. Also, how are you applying CSS styling to the tags? From what i can see this is not module.css way as you are not even importing module.css file to components
@alexdin15652 ай бұрын
woow thats amazing please can you make a video about Auth.js login using facebook?
@hendisantika3 ай бұрын
Very informative video. Pls post the source code. Thanks
@UsmanKhan-oi8er3 ай бұрын
imagine writing css in 2024
@lixiangshiziyou3 ай бұрын
Why use javascript instead of typescript?
@atishkumarsahu60953 ай бұрын
bro code ka github link nahi hai kya? hai to please mention kijiye bro
@mohammedzakir80123 ай бұрын
Very informative video. Pls post the source code. Thanks
@JavaScriptUnleashed4 ай бұрын
📲 Get 10,000 free minutes with UIKits: bit.ly/3L4s3ey 📘 Learn more about ZEGOCLOUD: bit.ly/3XDeuKI 🔧 100% customized video call SDK: bit.ly/45Lpgkf 📚 How to build a video call App: bit.ly/3XJpZ3o
@teiteiwisdom66354 ай бұрын
Short,precise and straight to the point nice ome
@kaushalgharat35744 ай бұрын
i am encountering an error. after adding todo the ui is not getting changed. the data is getting added in the mongoDB tho. can you please help me??
@vectorxdev4 ай бұрын
Nice vid♥️
@AhmadOwais-jx2lq4 ай бұрын
Do you have a git repo of this ?
@mikhacavin5 ай бұрын
have you ever try to deploy it on vercel? cause auth.js is sucks. my page become 404
@Akas7665 ай бұрын
excellent. From Bangladesh.
@rahulvishwakarma53325 ай бұрын
Awesome best video on next auth credentials
@AyushGupta-jk1gi6 ай бұрын
Can you please provide the code?
@callmeadil9106 ай бұрын
sir kindly tell me which vscode theme you can use??
@manojbadiger23247 ай бұрын
Hi bro Can you sell me this channel ready to pay
@manojbadiger23247 ай бұрын
Hi bro Can you sell me this channel ready to pay
@deshraj-tiwari7 ай бұрын
Nice thumbnail
@matrixcoderdev7 ай бұрын
😂
@outlawzrv30537 ай бұрын
Use Js extensions not need to define use client or use server
@cas8180287 ай бұрын
You could also turn that delete into a server action
@JavaScriptUnleashed7 ай бұрын
Yeah, but the user wouldn't be able to get feedback when the button is clicked. That's why we have use server action for delete functionality and to implement react-hot-toast we have to make it client component.
@sohachauhan19117 ай бұрын
Thanks you so much. This tutorial was exactly what i wanted. Can you also provide a tutorial on authentication with google provider? Also how to implement the my profile page.