Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/prikhi/paginate
Fetch, Cache, & Render Paginated API Responses in Elm
https://github.com/prikhi/paginate
elm frontend pagination
Last synced: about 1 month ago
JSON representation
Fetch, Cache, & Render Paginated API Responses in Elm
- Host: GitHub
- URL: https://github.com/prikhi/paginate
- Owner: prikhi
- License: bsd-3-clause
- Created: 2017-08-30T23:00:19.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2020-10-07T20:26:07.000Z (about 4 years ago)
- Last Synced: 2024-08-05T20:31:15.609Z (3 months ago)
- Topics: elm, frontend, pagination
- Language: Elm
- Homepage: http://package.elm-lang.org/packages/prikhi/paginate/latest
- Size: 24.4 KB
- Stars: 8
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Paginate
[![Build Status](https://travis-ci.org/prikhi/paginate.svg?branch=master)](https://travis-ci.org/prikhi/paginate)
`Paginate` is an Elm library for fetching & caching paginated responses
from an API.**TODO:**
* Add Example, Link to Use in Real Apps
* Add a per-args cache? I.e., run toString on the fetch arguments to get a
`Dict String (Dict PageNumber Chunk)`.Eventually, an example project will be added to the repository, but for now you
can check out the following applications, which use this package for
pagination:* https://github.com/Southern-Exposure-Seed-Exchange/southernexposure.com
* https://github.com/Fellowship-Of-Intentional-Community/Wordpress-Theme## LICENSE
BSD3