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)