You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nice job integrating with Redux. Here, it is working well to initialize the page and make that data available via the store. The current build only requires the store to be updated on first load. In order to level up with Redux use, try to consider how additional actions could be moved to redux. How would selecting a style be dispatched and reduced?
Same for Reviews, how would adding a review be integrated into Redux?
project-greenfield/src/components/overviewComponents/productInfo.js
Lines 201 to 207 in 834c22b
Nice job integrating with Redux. Here, it is working well to initialize the page and make that data available via the store. The current build only requires the store to be updated on first load. In order to level up with Redux use, try to consider how additional actions could be moved to redux. How would selecting a style be dispatched and reduced?
Same for Reviews, how would adding a review be integrated into Redux?
project-greenfield/src/components/Reviews/RatingsAndReviews.js
Lines 124 to 126 in 834c22b
The text was updated successfully, but these errors were encountered: