Skip to content

Really slow React performance with category + nested array with many items #1641

@georgiosd

Description

@georgiosd

The object itself is not that complex, but it has a nested array with about 100 short string:

{
 prop1: ...,
 prop2: ...,
 dict: {
  A: [...array of strings],
  B: [...array of strings],
  C: [...array of strings]
 }
}

Changing one of the strings value causes a ton of re-renders in, presumably, the array editor:

Screenshot 2020-09-22 at 1 10 07 PM

This is on latest stable: 2.4.0 with material-ui renderers

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