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
- Host: GitHub
- URL: https://github.com/fajarwz/blog-react-paginate
- Owner: fajarwz
- Created: 2024-01-21T05:12:53.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-01-21T07:06:08.000Z (over 2 years ago)
- Last Synced: 2025-06-13T17:07:47.163Z (about 1 year ago)
- Topics: example-project, javascript, pagination, react, react-paginate, tutorial
- Language: JavaScript
- Homepage: https://fajarwz.com/blog/navigating-data-in-react-made-simple-with-react-paginate/
- Size: 40 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```