Answer the question
In order to leave comments, you need to log in
How to make pagination in reactjs? (no third party libraries for components)?
There is an apiha with users It is
necessary to make pagination on the site but without third-party libraries
As I understand it, you first need to parse everything in the repository and then work with it?
Answer the question
In order to leave comments, you need to log in
As I understand it, you first need to parse everything in the repository and then work with it?
{
users: [ ... ],
page: 3,
limit: 20,
quantity: 450,
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question