React Bar Chart Tutorial
3:39
Жыл бұрын
Пікірлер
@alebachewberhe9623
@alebachewberhe9623 Күн бұрын
dramatic
@mazbaturza4035
@mazbaturza4035 2 күн бұрын
Please upload the next parts
@alimortazavi8787
@alimortazavi8787 3 күн бұрын
Wonderful
@mazbaturza4035
@mazbaturza4035 4 күн бұрын
How many parts will this project have?
@user-ln9zk2ju8e
@user-ln9zk2ju8e 4 күн бұрын
Thanks sir , its amazing
@learningwithsahil-it3523
@learningwithsahil-it3523 4 күн бұрын
wooow
@PrabinPanday-jl8wv
@PrabinPanday-jl8wv 5 күн бұрын
where is other complete course video sir?
@JavascriptForEverything
@JavascriptForEverything 6 күн бұрын
this is very good explanation
@sharoonhoney1054
@sharoonhoney1054 6 күн бұрын
Great 👍
@andres8ab
@andres8ab 6 күн бұрын
Thanks for your content. How many parts will this project have?
@sammbende2
@sammbende2 8 күн бұрын
Wonderful Instructor
@smartdriver2990
@smartdriver2990 8 күн бұрын
Thanks sir, i always waiting you for your great tutorial🎉
@CodingwithBasir
@CodingwithBasir 8 күн бұрын
So nice of you
@ramonmolina16
@ramonmolina16 8 күн бұрын
Thank you for this valuable content. I have a question. Will this course be available in full here on KZbin for free? I say this because it can be only a part and then have to pay to continue.
@danphilrealestates
@danphilrealestates 8 күн бұрын
hello im getting an error at 1:40:31 about db.connect and local host not able to load...what could be the issue and how to solve it?
@abhi-3161
@abhi-3161 9 күн бұрын
Please upload more full-stack applications. Just one request, please don't use any paid libraries or services. I've learnt so much from you. Thank you so much. I recently completed mern blog app and real estate app. Please keep them coming especially with admin panel
@therealdevopsintern
@therealdevopsintern 9 күн бұрын
Basir is not slowing anything time soon Edit: anytime soon
@CodingwithBasir
@CodingwithBasir 9 күн бұрын
thanks follow this course and your ecommerce project. ask question on github page. link in the description.
@adarshsingh3012
@adarshsingh3012 9 күн бұрын
1st view
@CodingwithBasir
@CodingwithBasir 9 күн бұрын
Super follow this course and your ecommerce project. ask question on github page. link in the description.
@fatihcals5468
@fatihcals5468 9 күн бұрын
Hello, I can not see the demo. Could you check demo url please? @codingwithbasir
@alexandrebolle3074
@alexandrebolle3074 9 күн бұрын
how to deploy this docker please ?
@user-sg9it7lt4w
@user-sg9it7lt4w 13 күн бұрын
Your content is straight forward that makes the whole picture totally different from the available content out there lecturing half hours to hours beyond main concept that your have shown in 2 m. I really support your work sir. thanks for your content. I am gonna like your video and subscribe to your channel. You deserve it.
@Vacbid
@Vacbid 14 күн бұрын
It won't work in real projects, don't try it!
@atscub
@atscub 15 күн бұрын
Kudos for the effort, but this is only the tip of the iceberg, what about dependencies? I don't think everything will work out of the box either in real projects. And since a lot of manual work needs to be done, how do you ensure no regresions? Also, would not be better to migrate to Next (a best supported framework) since we have to do all this anyway?
@vijayshankarkattamuri5104
@vijayshankarkattamuri5104 15 күн бұрын
hello sir, products are not showing on homescreen
@Dexter_2503
@Dexter_2503 16 күн бұрын
can i add a qr code to it so that whenever a customer scans a qr code on there table this application opens??
@Muzum-wx2ze
@Muzum-wx2ze 21 күн бұрын
Can this be connected with raspberry pi in any way?
@tahanamdar9322
@tahanamdar9322 25 күн бұрын
that's awesome sir
@streamersclips343
@streamersclips343 Ай бұрын
I would like to buy the rest of the course on Udemy but it doesn't appear.
@th0bse_
@th0bse_ Ай бұрын
" type esnippets, kilikanet and..."
@francogaliotti3837
@francogaliotti3837 Ай бұрын
Dear Basir, I believe that I am speaking on behalf of most of your students who purchased your \"MERN Amazona Course\". We spent $15 on this course but unfortunately, we have not been able to access the content. Despite our attempts to contact you, we have not received any response from your end. We kindly request you to let us know if you are planning to update this course or not, so that we can stop checking it every day. Thank you.
@philosophia5577
@philosophia5577 Ай бұрын
Its so funny when you use Edge to download Chrome 😂😂😂😂😂
@darathai1974
@darathai1974 Ай бұрын
Thanks for sharing. I have found issue on decrease Qty function. when i try to decrease item qty all different items changed to the same item (Cart Page). Thanks.
@arikxl
@arikxl Ай бұрын
Solve it like that:
@arikxl
@arikxl Ай бұрын
decrease: (item: OrderItem) => { const updatedCartItems = items.map((x: OrderItem) => { if (x.slug === item.slug) { if (x.qty === 1) { return null; // Removing the item from the array } else { return { ...x, qty: x.qty - 1 }; // Decreasing quantity } } return x; }).filter((x: OrderItem | null) => x !== null); // Filtering out null values const { itemsPrice, shippingPrice, taxPrice, totalPrice } = calcPrice(updatedCartItems); cartStore.setState({ items: updatedCartItems, itemsPrice, shippingPrice, taxPrice, totalPrice, }); }
@darathai1974
@darathai1974 Ай бұрын
@@arikxl I found it!. Thanks.
@faouzimissaoui5776
@faouzimissaoui5776 Ай бұрын
Hi basir, hi everyone i need this project for college if anyone can help me to buy or gift me this course ill be so happy, some help please
@yablonskii
@yablonskii Ай бұрын
Absolutely useless
@DW-kv4wv
@DW-kv4wv Ай бұрын
not a good idea to choose such a screen layout.
@MuhammedOparemi-yc4dh
@MuhammedOparemi-yc4dh Ай бұрын
Can I use this to deploy a multiple page web app?
@switchlyrics.
@switchlyrics. Ай бұрын
but it gives me error when deploying on cpanel
@sdawdwadaufyuaiudi2148
@sdawdwadaufyuaiudi2148 Ай бұрын
some code dont work for me (I even compare on githud Source) ,I have to search on gg (may be this help level up my skill on google search) ,it kinda of funny
@lethihongnga2361
@lethihongnga2361 Ай бұрын
This is amazing. Thanks bro
@dorothyhopkins5828
@dorothyhopkins5828 Ай бұрын
'Promo SM'
@user-le8kh8cr4n
@user-le8kh8cr4n Ай бұрын
i am going to buy the full course , will i be able to redesign and deploy for business ?
@venieli5716
@venieli5716 2 ай бұрын
Hello Basir, many people are enquiring whether you have an e-commerce project where customers can customize a suit and then order it?
@francogaliotti3837
@francogaliotti3837 2 ай бұрын
Where are the advanced features? I paid for the course and is the same as this
@gulasznikoff
@gulasznikoff 2 ай бұрын
'next/router' in SSR nowaying
@user-le8kh8cr4n
@user-le8kh8cr4n 2 ай бұрын
well done good teacher , can i re-design and deploy for business?
@slavinskasdj
@slavinskasdj 2 ай бұрын
What is this accent, triggers me
@user-du8lr2wl1x
@user-du8lr2wl1x 2 ай бұрын
Hello Brother. I tried to enroll to this course on Udemy but it says it is no longer exist on Udemy. Where can I enroll to this course. I guess this course is not full in this playlist right?
@learningwithsahil-it3523
@learningwithsahil-it3523 2 ай бұрын
need second part
@vuanhkhoa9715
@vuanhkhoa9715 2 ай бұрын
Straight to the point !
@assiakhateeb8475
@assiakhateeb8475 2 ай бұрын
why hiding the screen