Skip to content

How do we keep data from being fetched twice?  #7

@hampelm

Description

@hampelm

If we request a tile + a grid, the data will be fetched twice.

We could:

  • Cache the data
  • Render the grid at the same time as the tile, and keep track if we're doing that so simultaneous requests will still get a response (albeit late)

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions