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
Let's say you have 50.000 lessons. One personne visit the /lessons url, do we really want to return MULTIPLE mo of data ? Our request might even timeout. So let's paginate results.
Must have
Every index routes should return its result pagined.
Why?
Let's say you have 50.000 lessons. One personne visit the /lessons url, do we really want to return MULTIPLE mo of data ? Our request might even timeout. So let's paginate results.
Must have
The text was updated successfully, but these errors were encountered: