@nickbottomley/react-paginate
v1.1.1
Published
A ReactJS component for static rendering that creates a pagination.
Downloads
5
Maintainers
Readme
react-paginate-functional
A ReactJS component to render a pagination.
About this fork
This package is a fork of react-paginate, however instead of using internal state and React.Component
subclasses, it uses stateless functional components. As such, there are no event handlers either. When using this package, you should treat the pagination links as just that – links. Let your router do the heavy lifting. This also makes it a good fit for other uses – specifically, server-rendered applications using React as a "templating" layer.
For details about the package, please see the source repo. Might add details specific to this fork in the future.
Installing
npm install react-paginate-functional