flexyford / impagination

A lazy data layer for your paged records
102 stars 7 forks source link

Remove Initial State #8

Closed flexyford closed 8 years ago

flexyford commented 8 years ago

Force the client to set the read head, which will do the initial fetch

Immediately fetching an initial state forces an immediate observation, potentially before the client is ready to accept. Therefore, force the client to set the fetch into action. This decouples the declaration of the dataset from its usage