We have our cart functionality being driven by a Redux store, but now it's time to get a little bit tricky and bring in the reviews functionality.
Challenge
Your challenge is to update the Redux store to include a reviews slice that is initialized with product reviews.
As you're working through this, watch for how the reviews change as you change product routes by clicking different t-shirts.
Also, double check the server-side rendered output of the page to make sure the reviews are coming through. Remember, this is important for SEO so they need to be there.
Revisit the Redux examples in the previous lesson if you need to!