Skip to content

Use .map on innerHTML of results to avoid updating the HTML incrementaly #1

@jamesgorrie

Description

@jamesgorrie

When updating the innerHTML of any DOM element, there is a performance hit as the browser updates multiple times per result.

Could we find a way to create the HTML as a large string and just append it once?

Metadata

Metadata

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions