Skip to content

More responsive pagination/infinite scroll #226

@elstoc

Description

@elstoc

General principles

  • Keep client rendering load as light as possible (especially for gallery)
  • Don't enforce a wait for the API at the end of the scroll

Could possibly keep a page of data in reserve (i.e. requested from the API but not rendered) while the next API call is in progress. Could also initiate the next API call earlier (before user has scrolled all the way to the end)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions