I need to implement infinite scrolling for a mobile app I am working on.
I am storing my data in MongoDb, have node.js as backend server and react native for front end.
I want to know
- Is the backend code for infinite scrolling going to be same as that for paginator?
- Should I use Mongoose or Express-paginate
Would greatly appreciate if you can share link to some tutorial that implements infinite scrolling at backend extracting data from mongodb.
via C. Parakh
No comments:
Post a Comment