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
My understanding of this request is that your first step is requesting 30 different reviews from the API. Then you use state to display them or not at a later point.
My suspicion is that there is no way to load more than 30 in this case.
Could redux be looped into that loading process, so that there is no upper limit, and the store just continues to add another few reviews each time it can?
The text was updated successfully, but these errors were encountered:
project-greenfield/src/components/Reviews/RatingsAndReviews.js
Line 24 in 834c22b
My understanding of this request is that your first step is requesting 30 different reviews from the API. Then you use state to display them or not at a later point.
My suspicion is that there is no way to load more than 30 in this case.
Could redux be looped into that loading process, so that there is no upper limit, and the store just continues to add another few reviews each time it can?
The text was updated successfully, but these errors were encountered: