Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redux vs State in Reviews #37

Open
trentgoing opened this issue Jul 10, 2020 · 0 comments
Open

Redux vs State in Reviews #37

trentgoing opened this issue Jul 10, 2020 · 0 comments

Comments

@trentgoing
Copy link

this.props.getData(`http://18.224.200.47/reviews/13/list?count=30`);

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant