Aurélien Bedouet

Results 3 comments of Aurélien Bedouet

I used this : https://www.npmjs.com/package/react-paginate The code i used: ``` function Posts({currentPosts}) { return ( {currentPosts && currentPosts.map((post, index) => ( ))} ); } function PaginatedPosts({itemsPerPage}) { // We start...

You will have to do some css to customize it (use the classnames of the ReactPaginate component)

Create a component and reuse it for the categorie page aswell