React Bar Chart Tutorial
3:39
2 жыл бұрын
Пікірлер
@subhodeepsarkar4141
@subhodeepsarkar4141 Күн бұрын
Is this Fullstack
@mDHARYL
@mDHARYL 4 күн бұрын
@2:04:00 i heard baby crying heheh
@codingwithbasir
@codingwithbasir 2 күн бұрын
haha, My son always cries when I'm recording videos
@afzalhamdulay
@afzalhamdulay 4 күн бұрын
a non admin user is able to access the admin panel routes. dont you think this shouldnt happen? i accessed the /admin/web-pages route. also added a new web page in it and i was able to to do as a non admin user. RBAC needs to be implemented. in react i know how to do it. But in nextjs i am trying to search for that specific thing a lot
@codingwithbasir
@codingwithbasir 2 күн бұрын
You can fix this issue simply in the middleware.ts where we checked the protected route. You can add admin protected route and check if user.role is admin return true, otherwise prevents user from accessing that page.
@NoImgPng
@NoImgPng 5 күн бұрын
in AddTOCart I am getting the error that NextRouter was not mounted. I thought it was something wrong with my code so I copy and pasted yours from github. I continue with the same issue. I am using version "next": "14.0.2", which is the same as yours specifed in the package.json. Could you please advise ?
@codingwithbasir
@codingwithbasir 2 күн бұрын
Please send a screenshot of this error in my GitHub repository. Just go to my repo, create a new issue and Attach the screenshot of that error with all details in the console and your terminal. So I check them and try to find an answer for you.
@syednoohu8692
@syednoohu8692 6 күн бұрын
Can you pls update the latest way of doing the same with the same npm package? with useGoogleLogin hook and sending the 'code; with options flow: "auth-code", to Backend server? thanks
@Jguruofficial
@Jguruofficial 7 күн бұрын
Can this be deployed to shared hosting hostinger
@codingwithbasir
@codingwithbasir 2 күн бұрын
Node.js application cannot be deployed on shared hosting care like what we did with WordPress and PHP applications. So you need to have a VPS server, a Linux Ubuntu server, specifically if you want to deploy it out of Versal.
@bijooop7955
@bijooop7955 7 күн бұрын
Hey Basir, you used to utilize redux toolkit, now it's been a while you are not using it, any reason?
@lokatorist
@lokatorist 8 күн бұрын
Can someone help me with stripe webhooks? Cause i followed from tutorial and i have always status UnPaid and if i go to stripe dashboard will be failed Please, Im stucked with this issue already almost for a month i really dont understand whats wrong
@Jayvadhvani
@Jayvadhvani 12 күн бұрын
lovely video, Is this is front end only or it also has backend.
@codingwithbasir
@codingwithbasir 12 күн бұрын
It's next day so it has both back in up front and in one single platform
@ishi6452
@ishi6452 12 күн бұрын
hello sir.. I have a problem when I'm trying to log into the dashboard. when I give the username and password you say popup message appear to change password, and when I put another mail and password it say invalid credentials. please can you tell me what should I do. Is there any code related to change this username and password. please reply...
@NameNobody-d4b
@NameNobody-d4b 12 күн бұрын
Hey Basir , I'm using react 18 and i get errors regarding reducer-logger. Any solution? BTW Thank you for this tutorial.
@codingwithbasir
@codingwithbasir 12 күн бұрын
There is no need to reduce lager just uninstall it and it should work
@HeadlessAgent010
@HeadlessAgent010 13 күн бұрын
Hey Mr.Basir I honestly love the tutorial and it's going pretty well for me, though at 1:45:42 My Select variant is not working as expected, Even though I was following exactly what you're doing, Your variants were outlined once clicked on, mine weren't even though the code is matching, Based on your experience, what could be the reason and how Do I fix it?
@codingwithbasir
@codingwithbasir 12 күн бұрын
create issue on GH repo and share screenshot there.
@HeadlessAgent010
@HeadlessAgent010 12 күн бұрын
@@codingwithbasir Done, What kind of Screenshot should I upload though? My code can be accessed through repo and I'm not receiving any Errors, but still the Select variant isn't working and it is not displaying an outline around the variants.
@TheOwl-zg6si
@TheOwl-zg6si 17 күн бұрын
Is it all free?
@Adrian-m4d4q
@Adrian-m4d4q 17 күн бұрын
I have added thumbnail images changes with color selection, product skus for non variant products and variant products. Everything seems to be working well. Just need some minor tweeks. Quick question: maintenance mode is not connect in the code correct? Thanks
@codingwithbasir
@codingwithbasir 15 күн бұрын
@@Adrian-m4d4q yes. It is not connected. But just check it’s in layout and redirect to maintenance mode
@olawunitemitope2738
@olawunitemitope2738 18 күн бұрын
Nice video
@aarongutierrezturner9093
@aarongutierrezturner9093 19 күн бұрын
Hello Basir. Thanks for the course. When I seed the content in the mongodb database (Lesson 5)I get several errors which are difficult to figure out. Will appreciate your comments
@michaelsolomon6033
@michaelsolomon6033 3 күн бұрын
I am having same issue here
@rng_epic2634
@rng_epic2634 25 күн бұрын
you are a good man. I am a teen at the moment, and i want to study IT in university. I want to start off with learning basics such as learning how to create UI's and how to design them well. im looking forward to this. thank you
@codingwithbasir
@codingwithbasir 20 күн бұрын
thanks
@Suresh-iu2tx
@Suresh-iu2tx 25 күн бұрын
What if I'm using zustand
@codingwithbasir
@codingwithbasir 25 күн бұрын
it is hard to handle using this package. implement it with next.js like what I did in my last course.
@webstoryboy
@webstoryboy 25 күн бұрын
Are there any videos from number 28 onwards?
@codingwithbasir
@codingwithbasir 25 күн бұрын
yes it is. join pro membership to get access kzbin.info/www/bejne/aV6UkouIfr-IpdU
@krythnx24
@krythnx24 26 күн бұрын
Hi, I have a question regarding the product... how does it print automatically on the receipt printer? Beause we plan to do this project but that's the only missing thing we have to do.
@codingwithbasir
@codingwithbasir 25 күн бұрын
I answered it in last comment.
@krythnx24
@krythnx24 11 күн бұрын
@@codingwithbasir Hi is it in this video comment section? I tried to search for it
@QPT-i8i
@QPT-i8i 27 күн бұрын
Hi! In this project, as Pro mode, the product selection function with colors and sizes options is just an interface, right? I need the exact answer? Thanks!
@codingwithbasir
@codingwithbasir 25 күн бұрын
Yes, correct. to handle it we need to created ProductVariant model. I can help you with that. send email to me to schedule a class for it.
@QPT-i8i
@QPT-i8i 25 күн бұрын
@@codingwithbasir Join the pro membership to get access to videos 28 through 37 that feature the ProductVariant model or is it a different class? Thanks!
@abdulragib6004
@abdulragib6004 27 күн бұрын
Good ❤
@codingwithbasir
@codingwithbasir 25 күн бұрын
Glad you enjoyed it!
@officialcallege
@officialcallege 29 күн бұрын
Kindly make advance level multivendor website with backend, admin panel, including payment getaway
@codingwithbasir
@codingwithbasir 25 күн бұрын
Thanks for the suggestion, I'll consider it for future projects!
@officialcallege
@officialcallege 29 күн бұрын
Sir, is there any video have you made multivendor e commerce website with admin panel and backend. Can create invoice, quotation, fully functional advanced version
@codingwithbasir
@codingwithbasir 25 күн бұрын
no, it is not. I'll consider it for future projects!
@missegg1
@missegg1 Ай бұрын
Kindly Make it Multi Vendor🙏
@codingwithbasir
@codingwithbasir 25 күн бұрын
I'm thinking about making a multi-vendor version! Thanks for the idea!
@AhmadHassan-o6f
@AhmadHassan-o6f Ай бұрын
Bro ap ke project bhot Kamal ha but kindly you use supabase instead of mongo do
@codingwithbasir
@codingwithbasir 25 күн бұрын
Thanks for the suggestion! It's a great idea for a future update.
@MehrnazHaddadi
@MehrnazHaddadi Ай бұрын
Great Course, thanks
@codingwithbasir
@codingwithbasir 25 күн бұрын
Let's build something amazing together!
@KhaliqKarimy
@KhaliqKarimy Ай бұрын
Thanks for this work , if I use mongodb local no problome in future
@auxinnepaul8203
@auxinnepaul8203 Ай бұрын
Great work that has made me desire to code for ecommerce, I'll be your student and try to follow along
@codingwithbasir
@codingwithbasir 25 күн бұрын
Welcome to the community, let's build some awesome projects!
@yassirehamdane7382
@yassirehamdane7382 Ай бұрын
Thank you, Sir greatest tutorials
@codingwithbasir
@codingwithbasir 25 күн бұрын
You're welcome, let's build some amazing things together!
@shakil-the-coding-monster
@shakil-the-coding-monster Ай бұрын
what about state management? which state management strategy you used here?
@codingwithbasir
@codingwithbasir 25 күн бұрын
zustand.
@frenchmike
@frenchmike Ай бұрын
Hey Basir, while I love the code, the pace of your video, I found that you describe the code but it's not explained. I am wondering if joining would only add more features or would explanation of how nextjs work be included
@codingwithbasir
@codingwithbasir Ай бұрын
hey there, this is a project based course with few explanation. teaching style is the same, you'll get more features.
@kalikamanga5576
@kalikamanga5576 Ай бұрын
amazing project Basir
@codingwithbasir
@codingwithbasir Ай бұрын
thanks
@online-computer-dokan
@online-computer-dokan Ай бұрын
I love your your channel ❤. You are the best teacher. Thank you very much. You help me very much.
@codingwithbasir
@codingwithbasir Ай бұрын
Thanks for the kind words! Let's keep building amazing things together.
@mariwafa219
@mariwafa219 Ай бұрын
How can I solve this problem? Next.js 15.1.3 .next/types/app/(front)/order/[id]/page.ts:34:29 Type error: Type 'OrderPageParams' does not satisfy the constraint 'PageProps'. Types of property 'params' are incompatible. Type '{ id: string; }' is missing the following properties from type 'Promise<any>': then, catch, finally, [Symbol.toStringTag] 32 | 33 | // Check the prop type of the entry function > 34 | checkFields<Diff<PageProps, FirstArg<TEntry['default']>, 'default'>>() | ^ 35 | 36 | // Check the arguments and return type of the generateMetadata function 37 | if ('generateMetadata' in entry) { Static worker exited with code: 1 and signal: null
@codingwithbasir
@codingwithbasir Ай бұрын
check new version of this course. it's made by next 15 and fixed this issue. kzbin.info/www/bejne/jX2rdIOtpq2tsLM
@IrfanHassan-u5l
@IrfanHassan-u5l Ай бұрын
next part?
@codingwithbasir
@codingwithbasir Ай бұрын
full course link is in the video description
@AsharaNazeer
@AsharaNazeer Ай бұрын
Is this page routing or app routing?
@codingwithbasir
@codingwithbasir Ай бұрын
app router
@josephmyalla3611
@josephmyalla3611 Ай бұрын
Basir has given away a complete project for Deploying an e-commerce site quickly, very amazing
@codingwithbasir
@codingwithbasir Ай бұрын
I'm glad you enjoyed the project, it's all about making e-commerce development fast and easy!
@frenchmike
@frenchmike Ай бұрын
38:09
@codingwithbasir
@codingwithbasir Ай бұрын
what issue do you get at 38:09?
@frenchmike
@frenchmike Ай бұрын
@@codingwithbasir no issues at all, i use timestamps to know where i left off in the tutorial. i follow along.
@Loko-q7n
@Loko-q7n Ай бұрын
sir thanks alot u made it for free
@codingwithbasir
@codingwithbasir Ай бұрын
Glad it helped! Let's build something amazing together.