Tuesday 6 June 2017

infinite scrolling in node.js, mongodb and reactnative

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