Build a Shopping Cart with React JS, Context API, and useReducer Hook | Ecommerce Website Tutorial

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ม.ค. 2025

ความคิดเห็น • 20

  • @harshvaidya3787
    @harshvaidya3787 หลายเดือนก่อน

    36:56 printing the cart data
    42:56 summary of the cart

  • @Coder2908-d1u
    @Coder2908-d1u 2 หลายเดือนก่อน +1

    Great tutorial. However, the issue that I would like to point out is that if a user keeps clicking on 'Add To Cart' on the same product, it creates multiple of the same product inside the cart instead of just increasing the quantity.

  • @abdulwarissherzad9914
    @abdulwarissherzad9914 8 หลายเดือนก่อน +1

    Nice, I am the third person to comment, but it is a perfect video, pls provide a tutorial with TS.

  • @dogejohn5118
    @dogejohn5118 8 หลายเดือนก่อน +1

    Its good that u have started giving source code

  • @sarab_syon
    @sarab_syon 21 วันที่ผ่านมา +1

    when i am clicking the + button ,it shows 11 in the quantity box and in total items box also, can you tell me what 's problem is this ?

    • @codewithyousaf
      @codewithyousaf  20 วันที่ผ่านมา

      i think the reason is string you have added string instead convert that to number to add them

  • @smartdriver2990
    @smartdriver2990 8 หลายเดือนก่อน +1

    Thanks, i like the tutorial

  • @shubhanksharma5481
    @shubhanksharma5481 7 หลายเดือนก่อน

    Please some more projects with useReducer hook.....Thank you ❤

  • @pablofc6910
    @pablofc6910 4 หลายเดือนก่อน

    Yo´re good! more proyects please 💪🏻💪🏻

  • @sfayzer
    @sfayzer 8 หลายเดือนก่อน +1

    Good you started to provide the source code

  • @adityapratapsingh153
    @adityapratapsingh153 6 หลายเดือนก่อน

    any idea why quantity is NaN and not increasing

    • @hammadhasan5159
      @hammadhasan5159 6 หลายเดือนก่อน

      check in your api does it provide "quantity" or not

  • @NitinkumarSaini-qb6kz
    @NitinkumarSaini-qb6kz 8 หลายเดือนก่อน

    it gives all time undefined ?

    • @hammadhasan5159
      @hammadhasan5159 6 หลายเดือนก่อน +1

      check in your api does it provide "quantity" or not

    • @NitinkumarSaini-qb6kz
      @NitinkumarSaini-qb6kz 5 หลายเดือนก่อน

      @@hammadhasan5159 i found where i'm getting error , we have to pass tow argument in the context competent .

    • @juelmapereira4277
      @juelmapereira4277 5 หลายเดือนก่อน

      @@NitinkumarSaini-qb6kz can you help me?

  • @juelmapereira4277
    @juelmapereira4277 5 หลายเดือนก่อน

    My app doesnt increase neither decrease, I have a quantity in my api, but I can making these operations

    • @Coder2908-d1u
      @Coder2908-d1u 2 หลายเดือนก่อน

      Is the quantity a string or an int? I was having an error of getting the total price of NaN and it turned out that the values I had in my api were string, not int.

  • @hendoitechnologies
    @hendoitechnologies 8 หลายเดือนก่อน +1

    connect payment gateway part video also