An open API service indexing awesome lists of open source software.

https://github.com/fajarwz/blog-react-paginate

Simple example of how to use react-paginate in React
https://github.com/fajarwz/blog-react-paginate

example-project javascript pagination react react-paginate tutorial

Last synced: about 2 months ago
JSON representation

Simple example of how to use react-paginate in React

Awesome Lists containing this project

README

          

# Navigating Data in React Made Simple with react-paginate
This is an implementation of pagination in React with [react-paginate](https://github.com/AdeleD/react-paginate). A blog about this can be found here: [Pagination in React Made Simple with react-paginate | Fajarwz](https://fajarwz.com/blog/pagination-in-react-made-simple-with-react-paginate/).

## Installation

### Node Packages
```
npm install
```

## Run App
```
npm run dev
```