gothinkster / react-redux-realworld-example-app

Exemplary real world application built with React + Redux
https://react-redux.realworld.io
MIT License
5.57k stars 2.51k forks source link

No pagination for My Articles and Favorited Articles of a user #198

Open cirosantilli opened 3 years ago

cirosantilli commented 3 years ago

This repo at 9186292054dc37567e707602a15a0884d6bdae35

Create a user with more than 5 articles and more than 5 favorites, then visit the user's profile page e.g.:

API does a correct limit=5 call, but no pagination shows at all even though there are more items to be shown.

Not solved by https://github.com/gothinkster/react-redux-realworld-example-app/pull/161

Easy local repro at https://github.com/cirosantilli/node-express-sequelize-realworld-example-app/tree/74401f159c9aa2a417bb4e0911afbab162f29082 with test data generation ./bin/generate-demo-data.