apache / apache/burr

Handle large state objects in the UI

Open
#101 2 comments 0 reactions 0 assignees View on GitHub
area/ui kind/improvement priority/low
Dominant language
Python
Stars
2.5k
Forks
195
Avg merge
6d 10h
Merged PRs (30d)
17

Description

# Problem

Large state objects will (a) kill the UI, and (b) make looking at data difficult.

# Context
I have a large list of objects 1K+, that I am processing and iterating through. The UI needs to handle this case.

# Possible Solutions

1) limit what is returned from the backend. Allow people to dig in, and open up a specific modal if the object is of a certain type or size.
2) do some smart caching on the UI? or only store "deltas" between steps?
3) do something else?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.