Skip to content

Update TimeSlider outside of React #108

Open
@mmontag

Description

@mmontag

The TimeSlider updates about 20 times per second.
Since it uses React setState, this means a constant churn of React objects, on the order of 850 KB per second or 40 KB per update.

This also could mean some overhead from unnecessary DOM listeners, layout, and rendering events, as compared to doing this with raw DOM manipulation.

image

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions