Using Props with Reselect
So, we got it working with the total summary, but it also needs to work for each menu item. You'll need to do the following:
- Create the appropriate selectors.
- Either use
mapStateToProps
or use hooks to get the total into the component.
You can take a peek at the solution here.