11. React useContext With useReducer In E-Commerce || Learn React Through Mini Projects

Поділитися
Вставка
  • Опубліковано 23 гру 2024

КОМЕНТАРІ • 21

  • @daviddwq4513
    @daviddwq4513 Місяць тому

    What a good material, it's a pity you stop uploading videos. Hope you comeback!

  • @MrEmanuel888
    @MrEmanuel888 Рік тому +2

    You are amazing! I love the way you are explaining!!! Keep up the good work that you do! Thank you!

  • @capK29
    @capK29 9 місяців тому

    worth watching ! feel lucky to found instructor like u

  • @SimonEdmund
    @SimonEdmund Рік тому +1

    Spoken like a professional announcer 💞

  • @Poiint.Blankk
    @Poiint.Blankk Рік тому +2

    Such a great Teacher. Thank you!

  • @gatjuatwicteatriek4590
    @gatjuatwicteatriek4590 Рік тому +1

    You have my subscription already. Thank you so much

  • @byronloarte
    @byronloarte Рік тому +1

    Great my dear friend 🙏 your videos are the best 😇 and very very useful

  • @oncoding4520
    @oncoding4520 Рік тому +1

    amaaaaaaaaaaaaaaaaaaaazing mini project. love you

  • @harag9
    @harag9 Рік тому +2

    Great video, first one I've seen combining the two. Question though, the reducer, for the add & remove switches it's the same code. why wouldn't you simply just pass in the single product details and let the reduce add or remove to the array, the logic of adding / removing should be in the reducer not the context.

  • @vladprodan2379
    @vladprodan2379 Рік тому +1

    Thanks for your work!

  • @ryanbrown9102
    @ryanbrown9102 Рік тому +1

    Thank you very much for the video...
    What is this css class syntax that you 're using..?

    • @mind-boggling
      @mind-boggling  Рік тому

      The CSS is done using the framework Tailwind CSS - very versatile, highly recommend. As another viewer suggested, I'll do a video on Tailwind CSS!

  • @prsanjeetpanwar3689
    @prsanjeetpanwar3689 Рік тому +1

    from where i can get the data because there are no repo for this project

  • @praveen_javali
    @praveen_javali 11 місяців тому

    Well explained!! thanks

  • @baazigar5
    @baazigar5 7 місяців тому

    You are amazing! Thank you so much! It is very helpful! 😍😍
    can i please get the source code?

  • @Rty-j2u
    @Rty-j2u Рік тому +1

    If someone click 2 times at same product what happen?
    This should show number of product that we want to buy

  • @kasivishva3183
    @kasivishva3183 4 місяці тому

    Well problems in this Component was When we add multiple products it will added Again, not showing the count of the product in Home page and Basket Page.These types of things you have to do To improve your skills,.And About the vedio.Can you Please Explain Slowely and code Slow..

  • @godismyway7305
    @godismyway7305 Рік тому

    Subscribed.

  • @kaushikDevCodes
    @kaushikDevCodes Рік тому

    thank you.

  • @harshbhatty1238
    @harshbhatty1238 Рік тому +2

    are you going to make any videos with typescript? honestly feel like typescript is much better than javascript as you can see your errors pretty clearly

    • @mind-boggling
      @mind-boggling  Рік тому

      It's definitely on my list. Redux first, then a MERN project, then I'll move on to Next.js with TypeScript. I'm still working on the structure of it but it's looking like slightly bigger projects with much more features built in, almost like an extension of this React series