area1707 / grace-shopper

3 stars 0 forks source link

React Component - Single Product #45

Open erinkshaw opened 7 years ago

erinkshaw commented 7 years ago

Story: As a user, I want to be able to view the details for a single product

Implementation: Create a react component for single user, grab the accessory details from the store and then render information

erinkshaw commented 7 years ago

Story: As a user, I want to be able to view the details for a single product -- INCLUDING any relevant reviews

Implementation: backend route to 'api/reviews'; update store using react-redux to pull all reviews on load; add review component and attach to single user