react-ecommerce
react-ecommerce copied to clipboard
fix infinite loop in useEffect and add empty cart
Pass an empty array to useEffect() so it only cleans up once (mount and unmount). Addresses #4 Also add "empty cart" to address #5. Should've created a new branch to separate these, still learning git :)