0.0.10 • Published 8 years ago

wtrd v0.0.10

Weekly downloads
11
License
MIT
Repository
github
Last release
8 years ago

Window to Remote Datasource

  • a middle layer between a data source and frontend - a disposable infinite-scroll handler

Handles the boilerplate of

  • left and right data scrolls using only .next() and .previous() functions
  • scaling buffer and demands according to scaled dataset (start with 10 wide and go to 100 wide)
  • in-browser buffer of data
  • demanding only data not already available
  • handling edge cases - start of data/end of data

Use cases:

  • Quickly changing underlying datasource without changing mid and front(e.g. searches)
  • Same data, multiple representations(e.g. one WtRD for view finder, one for a chart)

API: See tests.js

0.0.10

8 years ago

0.0.9

8 years ago

0.0.7

8 years ago

0.0.5

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago