React Shopping Cart Tutorial | Context API with useReducer Hook in React JS

Sdílet
Vložit
  • čas přidán 27. 07. 2024
  • #reactshoppingcart #useContext#ReactJSProject #useReducer
    Build a Shopping Cart Project in React JS in one video. We will use Context API with useReducer Hook for State Management. Learn Hooks like createContext and useContext. We will learn add to cart functionality along with sorting and filtering products by search also.
    Source Code -
    github.com/piyush-eon/React-s...
    Live Site -
    shopping-cart-with-reactjs.ne...
    If any questions, ask here -
    / roadsidecoder
    Context API Tutorial -
    • React Context API with...
    React Router Tutorial -
    • React Router Dom [ Ful...
    00:00:00 Intro
    00:00:24 Project Overview
    00:02:53 Initialize new React App
    00:03:23 Setup React Bootstrap
    00:05:29 Header Component
    00:12:05 Creating Page Routes
    00:14:43 Setup Context API
    00:17:10 Generating Products JSON
    00:20:09 useReducer Hook
    00:23:43 useContext Hook
    00:24:19 Home Page UI
    00:28:13 Filter Component UI
    00:30:55 Rating Component UI
    00:35:27 SingleProduct Component UI
    00:40:04 Add / Remove from Cart Functionality
    00:45:20 Header Cart Dropdown
    00:50:21 Cart Page
    01:00:00 Change Cart Quantity Functionality
    01:01:53 Filters Implementation
    01:02:18 Filters useReducer
    01:12:22 Transform Products Logic
    01:16:44 Mobile Responsive Styles
    01:17:56 Outro
    Movie App in React JS and Material UI -
    • Movies and TV Series S...
    Quiz App in React JS and Material UI -
    • Quiz App in React JS w...
    Dictionary App in React JS and Material UI -
    • 12 Language Dictionary...
    Learn React From Scratch -
    • React JS Workshop Day ...

Komentáře • 439

  • @RoadsideCoder
    @RoadsideCoder  Před 2 měsíci

    My Complete Frontend Interview Prep Course - roadsidecoder.com/course-details (50% Discount for limited time)

  • @rajat4002
    @rajat4002 Před 3 lety +165

    Whoever is watching this video, let me tell you one thing. You'll be asked to make such project in your frontend interview. Make the most use of this video. Thank you for putting such an amazing content on CZcams bhai 😍❤️

    • @RoadsideCoder
      @RoadsideCoder  Před 3 lety +11

      Yes, It'll be very helpful in machine coding round.

    • @Sky-yy
      @Sky-yy Před 3 lety +4

      Thank you for your comment to let others know the importance of this video bro

    • @sudhanshumishra935
      @sudhanshumishra935 Před 2 lety +8

      Yes, i got an assignment which was exactly similar to this 3 days ago, but sadly i coudln't implement the filter functionality......anyways now i have learnt about state management through this video

    • @shujathaliirfan2662
      @shujathaliirfan2662 Před 2 lety

      I agree

    • @ssumit196
      @ssumit196 Před 2 lety +1

      thanks buddy, I was just wondering about this.

  • @vamsikrishna7957
    @vamsikrishna7957 Před 2 lety +19

    Great tutorial!!If anyone is getting a blue background in Navbar dropdown badge,set {10}..the background color gets removed.

  • @Dhivyathaya
    @Dhivyathaya Před rokem

    Thank you for uploading it, Piyush. It's really helpful for us to understand the concept. I can see the hard work and effort you put into it. Once again thank you.

  • @purangurung4559
    @purangurung4559 Před 2 lety +33

    for route we can use

    • @davidbaraiya2649
      @davidbaraiya2649 Před rokem +1

      Yes this is v6

    • @sumittimori834
      @sumittimori834 Před rokem +2

      You could've told for FAKERJS alternative faker doesn't work anymore or is it

    • @chetandhadd321
      @chetandhadd321 Před rokem

      @@sumittimori834 they bro...im getting error The above error occurred in the component any help

    • @AmitGhosh-lj3oc
      @AmitGhosh-lj3oc Před rokem

      @@sumittimori834 did you find any alternative?

    • @PeterMehr
      @PeterMehr Před 11 měsíci

      @@AmitGhosh-lj3oc You can use @faker-js/faker instead:
      --> install it with:
      npm install @faker-js/faker
      --> then import it in Context.js:
      import { faker } from '@faker-js/faker';
      --> and then use it in Context.js:
      const products = [...Array(20)].map(() => ({
      id: faker.string.uuid(),
      name: faker.commerce.productName(),
      price: faker.commerce.price(),
      image: faker.image.url(),
      inStock: faker.helpers.arrayElement([0, 3, 5, 6, 7]),
      fastDelivery: faker.datatype.boolean(),
      ratings: faker.helpers.arrayElement([1, 2, 3, 4, 5]),
      }));

  • @oncoding4520
    @oncoding4520 Před rokem

    Have been seen some of your videos and you are really a great teacher. Please keep doing some more content for us :)

  • @debasmitamallick6489
    @debasmitamallick6489 Před rokem +1

    This project is just awesome! I learned a lot from this video. Thanks a ton❤

  • @jugalsuthar9751
    @jugalsuthar9751 Před 3 lety +4

    such a great session I learn so many things from this video...thanks and make more videos like this..

  • @AshishGupta-be2yz
    @AshishGupta-be2yz Před rokem

    Very amazing project with indepth explanation. Learned many of new things related to reducer. Thanks a lot bhai.

  • @BrijeshSingh-dp1ku
    @BrijeshSingh-dp1ku Před 2 lety +7

    Please keep making such tutorials these are really great 👏

  • @anonimato1987
    @anonimato1987 Před rokem

    I am so greatful for the "!important" trick. This is the first time I'm seeing this. So useful!!! Thank you so much!

  • @Hrit
    @Hrit Před rokem

    This is actually a very clean way to write a shopping cart. Thanks for the video man!

    • @user-bk3hp4zw4l
      @user-bk3hp4zw4l Před rokem

      Bro can you forward the link of your shopping cart code bro

  • @mishka.g8462
    @mishka.g8462 Před rokem

    That's really great!! keep going!!!🤩

  • @elad3958
    @elad3958 Před 2 lety +1

    Thank you brother, I became an instant fan of your work/channel.

  • @2784raj
    @2784raj Před rokem

    you are awesome mentor, well done mate!

  • @parvathyvd
    @parvathyvd Před rokem

    Thank you so much for making such a wonderful project.

  • @Admin-up4hh
    @Admin-up4hh Před rokem +1

    Very underated Video . This is what I wanted... Thanks ..💯

  • @niranjanjathar3748
    @niranjanjathar3748 Před 2 lety

    Thanks for such a great video on context api

  • @sohadmad1823
    @sohadmad1823 Před rokem +7

    I can't express how much I am grateful to you, you really saved my life! Thank you very much, you are the best instructor I've learnt with him!

  • @IvinAustan
    @IvinAustan Před rokem

    Thanks a lot, such an great video with nice explanation. 👍

  • @sk199
    @sk199 Před rokem

    your projects are super helpful brother..⭐❤

  • @ndahayokevin7626
    @ndahayokevin7626 Před 2 lety

    Incredible I love your tutorials, you are on of the best Tech youtubers I like most

  • @BrijeshSingh-dp1ku
    @BrijeshSingh-dp1ku Před 2 lety

    Best resource for React 🔥🙌

  • @tanjimanim2391
    @tanjimanim2391 Před 2 lety +10

    This is a great tutorial. I used this in my project and I want to point out two things.
    1. the store/global state will be gone once the page refreshes. Use localstorage to store that.
    2. The reducer function used in this video are not pure functions, as you are assigning values on reducers, which is not a good practice.

    • @oussamaaitboulahna4849
      @oussamaaitboulahna4849 Před rokem +1

      Hi brother , can u tell me how did u store ur data into localstorage and fetch it again , cuz for me im only get [object,object] ??

    • @tanjimanim2391
      @tanjimanim2391 Před rokem +1

      @@oussamaaitboulahna4849 share your code brother

    • @shariqansari4056
      @shariqansari4056 Před rokem +2

      @@oussamaaitboulahna4849 Convert your data into string , then store in local storage.

    • @oussamaaitboulahna4849
      @oussamaaitboulahna4849 Před rokem

      @@shariqansari4056 Oh Thanks Man

    • @abbaskagdi1
      @abbaskagdi1 Před rokem +3

      This comment needs to be on top

  • @noobCoder26
    @noobCoder26 Před 3 lety +1

    I am learning a lot from this channel man .I dont understand why this channel is so underrated

    • @RoadsideCoder
      @RoadsideCoder  Před 3 lety +1

      You can change that by sharing it to more people 😁🙏

    • @noobCoder26
      @noobCoder26 Před 3 lety

      @@RoadsideCoder I am doing that for sure

  • @MrAndykofi
    @MrAndykofi Před 2 lety

    Great job, thanks for sharing

  • @jenso413
    @jenso413 Před rokem +8

    For anyone else curious about the Array(prod.inStock).keys(); evidently keys() is also an array method! I thought it was just an object method. What he is doing here is creating an array the length of the number of products in stock. For example, if there was 5 products in stock, there would be an array with 5 elements (all undefined initially). Then, the keys method converts an array to an iterable object with the array keys(indexes). This is then spread into an array and mapped over, essentially making each array element an index.
    I think a simpler and more understandable solution would simply be to use the index parameter from the map function, the result seems to be the same.

  • @vaibhavjadhav1702
    @vaibhavjadhav1702 Před 11 měsíci

    thank you for this amazing project🙂

  • @user-vu9dl3vn7l
    @user-vu9dl3vn7l Před měsícem

    It's a great video! Thanks a lot!

  • @mohitsaud2071
    @mohitsaud2071 Před 2 lety +2

    Thank you for this wonderful tutorial.

  • @shamaunnabi3508
    @shamaunnabi3508 Před 2 lety +1

    You are Just Amazing ....We need More Tutorial Like This....Please Upload More Beginner Projects

  • @alextalha_
    @alextalha_ Před 2 lety +1

    the best video by contextApi

  • @bardhan.abhirup
    @bardhan.abhirup Před rokem +2

    Hey, firstly, thanks a lot for your tutorials and interviews. I genuinely feel like I've learnt a lot through them Having said that, if you don't mind a bit of feedback, your naming conventions and general consistency needs some attention. I feel it's all over the place. I know during the interview demos you tend to code faster but in these expositions when you have the luxury of time, i think it's worth paying attention to since you have a lot of viewers. Just my opinion. Regardless of that, I highly appreciate the effort you put in to your content. Thanks once again!

    • @RoadsideCoder
      @RoadsideCoder  Před rokem +2

      Hey, Thanks a lot for your feedback. And I have improved this in my recent videos after realising this. ❤️

  • @chiranjeevichowdary5948

    Waited for this a long time

  • @abubakaryasin8610
    @abubakaryasin8610 Před 3 lety +2

    I learned a lot from you
    Great content

  • @mma-dost
    @mma-dost Před 2 lety +1

    Thank you Bhaiya for this tutorial. Really great video 🔥🙏👌❤️👍👍

  • @tirielross
    @tirielross Před rokem

    Thank you very much professor for this amazing project, this opens and expands my knowledge to know more about Reducer, provider state, etc.

  • @abdulrakib9906
    @abdulrakib9906 Před 3 lety

    Really great video. I am looking something like that. Thank you very much..

  • @korndev6862
    @korndev6862 Před 2 lety +1

    Great Tutorial. i would like the react + typescript + combine reducers tutorial plz.

  • @Ravikumar-wv2xq
    @Ravikumar-wv2xq Před rokem +2

    hello sir great tutorial perfect combination of useReducer and contextAPI. it's working same as like as redux.

    • @vinayakjaimini7716
      @vinayakjaimini7716 Před 6 měsíci

      hiii bro i am facing problem in running this project can u help

  • @alanouri9965
    @alanouri9965 Před rokem

    Thank you man!

  • @l.seciltuncay7921
    @l.seciltuncay7921 Před rokem

    great tutorial ⭐⭐⭐⭐⭐ thanks

  • @baridzimaximillem6743
    @baridzimaximillem6743 Před 2 lety

    You are amazing man keep it up

  • @iqbal5942
    @iqbal5942 Před 3 lety +1

    you deserve more subscribers and likes 💖

    • @RoadsideCoder
      @RoadsideCoder  Před 3 lety +1

      Thanks man. You can support me by sharing this to people who need it.

  • @namethse01
    @namethse01 Před rokem

    thanks bro, though manything outdate and alot update after time, but it still a good tutorial to start and easy to understand

  • @azizulhakim1534
    @azizulhakim1534 Před 2 lety +1

    amazing content brother.
    You deserve more subs,
    One request: if possible please use a loud microphone.

    • @RoadsideCoder
      @RoadsideCoder  Před 2 lety

      Thanks brother, I'll improve the audio quality 🤘

  • @krutidewda3152
    @krutidewda3152 Před 4 měsíci

    very useful video. Thankyou so much for this.

    • @RoadsideCoder
      @RoadsideCoder  Před 4 měsíci

      Thanks! I have created an indepth course covering all such topics - roadsidecoder.com/course-details

  • @garima6571
    @garima6571 Před rokem

    Great man

  • @souleymanecisse8644
    @souleymanecisse8644 Před 2 lety

    Great content , thanks for sharing

  • @saurabhtiwari-kg9vn
    @saurabhtiwari-kg9vn Před rokem

    Bhai kya khate ho 🤔 itna energy rahta hai 😄
    Bhokal video h 🔥🔥

  • @navinkumarsahu1159
    @navinkumarsahu1159 Před rokem

    Please bring more such contents

  • @parmaryash4406
    @parmaryash4406 Před 2 lety +1

    Amazing

  • @user-pb5dy5th3z
    @user-pb5dy5th3z Před 2 lety +4

    Thank you for your kind explanation! btw I wonder if there is a way to lose focus on the green cart button at "50:15" when moving to the cart page. I tried document.activeElement.blur() but it doesn't work. Probably it's hard to control the bootstrap component?

  • @chafikgouasmia8089
    @chafikgouasmia8089 Před 2 lety

    Thanks dear oracle : )

  • @meidadb5992
    @meidadb5992 Před 2 lety

    Thank you❤️

  • @akashawasthi9515
    @akashawasthi9515 Před 2 lety

    utub recommending this piece of work

  • @miansaqlain8360
    @miansaqlain8360 Před rokem

    Thank you Sir

  • @saichaitanyaemandi6386

    bro thanks a lot

  • @phuquang8558
    @phuquang8558 Před 2 lety

    very good

  • @huyenminh2631
    @huyenminh2631 Před 2 lety

    From VietNam thanks you so much

  • @NCS8331
    @NCS8331 Před 6 měsíci

    thank you

  • @vaibhavsharma8012
    @vaibhavsharma8012 Před 6 měsíci

    Good Project

  • @islamel7adidy898
    @islamel7adidy898 Před rokem

    بتتكلم اسرع من حياتي م براحه ي غالي

  • @mprasanth18
    @mprasanth18 Před rokem +2

    In interviews is it okay to use plain css modules instead of bootstrap?

  • @emonislam1660
    @emonislam1660 Před 2 lety

    Great

  • @shujathaliirfan2662
    @shujathaliirfan2662 Před 3 lety +1

    superrrr bro

  • @sushmitagupta
    @sushmitagupta Před 2 lety +7

    Great tutorial! It helps me a lot while adding some feature in my E-commerce project but I'm using my own database and I have not added the "inStock" in my database so can you please tell me how can I add that and use in the qty increment feature of cart cards.

  • @sushilkumar-ef7gh
    @sushilkumar-ef7gh Před rokem

    Only when components need lot of different state than , its recommended to use state hook else switch on reducer or redux

  • @iqbal5942
    @iqbal5942 Před 3 lety +1

    Amazing video bro ❤️🙌

  • @purusharma8192
    @purusharma8192 Před rokem

    Please make more react projects....thanks a lot
    btw are you in akshay saini discord voice chat on first day😁

  • @nikolozmacharashvili1212

    complicated video, took a while for me to understand the useState hook, but a good job overall...

  • @MrPeepa
    @MrPeepa Před 2 lety +1

    "A is only ever to be used as the child of element, never rendered directly. Please wrap your in a "
    what to do if i get this error?? because if i wrap with it says [home] is not a react component or react.fragment

  • @GauravPatel-kh1sq
    @GauravPatel-kh1sq Před 2 lety +1

    Very Nice explanation with real project. thank you. Can you create/share video with Backend API calling like realword application?

    • @RoadsideCoder
      @RoadsideCoder  Před 2 lety +1

      I already have a mern stack tutorial series. You can check it out!

  • @devsingal8373
    @devsingal8373 Před 2 lety

    thank you bhaiya so much this hepls a ton, i was stuck in my cart app but this helped me get a new perspective
    thank you so much
    can you also make full working ecommerce website video plzzzzzzzzzzzzzzzzzzzzzzzzzzzz

  • @kuldeepsingh-wd7pe
    @kuldeepsingh-wd7pe Před rokem

    great

  • @sahanan7117
    @sahanan7117 Před 2 lety +1

    Hi..
    In creating page router, I have written same code as yours but their is error in my output... Please help me out

  • @Insane.18_7
    @Insane.18_7 Před 9 měsíci

    Hi bro thank you so much. You helped me a lot by sharing this content ❤. Can I know one thing, is this responsive, I mean is this compatible for smaller devices like mobile applications?

  • @lle5159
    @lle5159 Před 2 lety +6

    This is too awesome, I've learned a ton by this video. Thank you very much!
    Just a little question: `alignRight` in is not working in my end. Has anyone caught the same thing?

    • @kelongFX
      @kelongFX Před 2 lety +1

      yes it says something about the dom i didnt quite get it

    • @lle5159
      @lle5159 Před 2 lety

      @@kelongFX I use CSS to align the dropdown menu, that I set position: relative for container and position: absolute for dropdown-menu

    • @cat_onthe_
      @cat_onthe_ Před 2 lety +6

      Remove 'alignRight'
      and add
      Worked for me.

    • @andress9525
      @andress9525 Před 2 lety

      You can add inline styling to the tag like so: style={{ alignRight: true }}

    • @nobodyneedstoknow128
      @nobodyneedstoknow128 Před rokem

      align={'end'}

  • @blah9960
    @blah9960 Před 2 lety +1

    Hey thanks for awesome tutorials. Please make a video on redux persist and how user are not able to see persist local storage data in production level

    • @RoadsideCoder
      @RoadsideCoder  Před 2 lety

      Hey, Have you followed my MERN Stack Tutorial with redux?

    • @blah9960
      @blah9960 Před 2 lety

      @@RoadsideCoder yes i followed but there is no redux persist implementation

    • @RoadsideCoder
      @RoadsideCoder  Před 2 lety

      @@blah9960 I have done it, in our store.js when the app loads, it takes user from localstorage

  • @priyankashingne8143
    @priyankashingne8143 Před rokem

    This is really helpful video i m trying to create a same project but i m getting problem to access faker

  • @andymarsh4643
    @andymarsh4643 Před 2 lety

    Please make a video on React Native Fingerprint/Biometric authentication

  • @simranmundada
    @simranmundada Před 2 lety +1

    I am getting module not found error which says can't resolve faker in my project

  • @user-ys1hr7iu9b
    @user-ys1hr7iu9b Před 11 měsíci +1

    I found the error while installing the faker, anyone can help me in this?
    Error- Module not found: Error: Can't resolve 'faker' in 'D:\Projects\e-commerce\src\context'

  • @alphonsesossou4283
    @alphonsesossou4283 Před rokem

    Thanks so much for this awesome course. I am making an excellent use of it. Only one minore issue. Children props is flagged with the error message "Children is missing in props validation". I am using react app created through latest vite. Any hint on what to add to the app so that error disappears? I should mention that the context provider function in jsx nor js.

  • @TajminurRahmanmeshadowscream

    Great tutorial. So much helpful. I have a question though. How to initialize state with products from API call? Because you're loading dummy products which are synchronised call. How about an async call using API? I tried but the initial state in useReducer initialized first before the products from API get loaded. What do you think?

    • @RoadsideCoder
      @RoadsideCoder  Před 2 lety +1

      You can do it the same way, that dummy data is also the result of an api call from faker

  • @ABDULLASHAIK-yp8qf
    @ABDULLASHAIK-yp8qf Před rokem +2

    bro alignRight from drop down is not working .please help me

  • @nishantbindhani9434
    @nishantbindhani9434 Před 11 měsíci

    how is ur dropdown menu position like this (end of dropdown menu container is aligned with the end of dropdown button)

  • @celticspyd5887
    @celticspyd5887 Před 4 měsíci

    sir i want to know If a customer clicks on order btn to order and the order list should received at the admins page/panel without any database or backend possible?? if yes how sir?

  • @manojsuggala4666
    @manojsuggala4666 Před rokem +1

    Good video with clear Explanation.
    I tried implementing this project, But I didn’t get the output. I got an error saying that:
    Module not found ‘Faker’ can’t resolve in src/context/context.js.
    Even I install the package by npm install faker, the error is not re-solving.
    Can any one help me in resolving the error
    Thanks in Advance.

  • @himankshu
    @himankshu Před 5 měsíci

    So what will happen if you add some items and then hard refresh the page? Does the cart items updated to its initial state? If yes, how would you fix it?

  • @anhduc97hn
    @anhduc97hn Před rokem

    can someone explain the `onClick` props in rating component for me please? why they're so different in `filter` and `rating` components? thanks!

  • @codedude8253
    @codedude8253 Před rokem

    whenever I add items to cart in Context it works fine , but when I go to Cart page the cart Context gets reset and it becomes empty.What should I do ? I thik its happening due to when I route to cart page the page gets refreshed.

  • @artemkhasin3735
    @artemkhasin3735 Před 2 lety +1

    Is it possible to specify versions of all nmp's you are using, and react version as well.
    Every time I'm installing something it is not working the propper way. I follow the code line by line and check each character but the result is different.
    I actually stoped wne you installed "faker", since it is not working at all, it just says module is not found

  • @ronyroy3587
    @ronyroy3587 Před 3 měsíci

    How I will create increment and decrement button . Alternative of select and option. Can you tell me. I created but not working properly

  • @iliyasahmedfarooqui6717

    Hey bro i am trying run your Project i am getting error
    Cannot read properties of undefined (reading 'seed')

  • @muhammadsibtain4855
    @muhammadsibtain4855 Před rokem

    (6:61388) autoprefixer: Replace color-adjust to print-color-adjust. The color-adjust shorthand is currently deprecated.
    How to Fix this ??

  • @sarthakkanungo9790
    @sarthakkanungo9790 Před rokem

    why it is throwing error in single product component ,Cannot read properties of undefined (reading 'some')

  • @mrrishiraj88
    @mrrishiraj88 Před 2 lety

    🙏

  • @ritik3700
    @ritik3700 Před rokem

    so, I am getting error on image: faker.random.image( ), it says this is not a function. Does anyone has a solution of this problem.

  • @Tanuj306
    @Tanuj306 Před rokem

    Module not found: Error: Can't resolve 'faker' in 'E:\todo\Resume\shopping-cart\src\context'