0.0.6 • Published 7 years ago

buffered-data-source v0.0.6

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

buffered-data-source

buffered-data-source is a buffering (caching) layer for pageable datasources e.g. rest endpoints.

The implementation is written in typescript but can be used in any javascript project. It targets es6.

Features:

  • Caching of fetched rows
  • Prefetching of data
  • Support for inserting and deleting rows

how to use

A datasource needs to be implemented to access the desired data end point. The BufferedDataSource then provides the buffering/caching for the provided DataSource.

Example

An example react application is provided doing infinite scrolling.

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.1

7 years ago

0.0.0

7 years ago