Files list slow to render when directory contains many files #856
Labels
exp/intermediate
Prior experience is likely helpful
kind/bug
A bug in existing code (including security flaws)
P1
High: Likely tackled by core team if no one steps up
We're need to paginate the rendering of large directories. We're using react-virtualized for the peers list and the links list in the ipld-explorer, so it'd make sense to use that here.
To deal with really large directories of things, we'd also need to be able to request paginated chunks of a dir listing from the api.
We did it good if...
The text was updated successfully, but these errors were encountered: