mauricioromagnollo / proffy

👨‍🏫🧑‍🎓 Projeto Open Source desenvolvido utilizando React, Node e React Native, de uma plataforma de estudos online, onde conseguimos conectar alunos e professores para ter aulas online.
MIT License
9 stars 5 forks source link

#Feat: Pagination in the listing of proffys #19

Open mauricioromagnollo opened 4 years ago

mauricioromagnollo commented 4 years ago

The user connected to the application can view all available teachers on the platform, but displaying all teachers at once can be quite detrimental to the performance of your application.

To solve this problem, implement a pagination in the list of available teachers. This pagination must be done when searching for items in your api, and you can send information through the body of the request, for example "page": 1 so that you know which items to return from the database.

https://blog.rocketseat.com.br/scroll-infinito-no-react-native/