You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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/
The text was updated successfully, but these errors were encountered: