Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Too many popper instances make rendering slow #419

Open
@shincurry

Description

@shincurry

Reproduction demo

https://codesandbox.io/s/popperjs-issue-demo-cq40c

Steps to reproduce the problem

  1. Open CodeSandbox demo page, and Open In New Window
  2. F12 -> developer tools -> React Profiler
  3. Reload and start profiling

What is the expected behavior?

What went wrong?

Using too many poppers on the same page will cause slow rendering. The possible reason (I guess?) is that popper has made a separate render commit for each instance?

You can see there are 2000+ commits in the profiler result. (demo render 1000 tooltip components)

截屏2021-05-02 上午5 03 40

截屏2021-05-02 上午5 05 09

Is this a bug or am I using it incorrectly?

Packages versions

  • Popper.js: 2.9.2
  • react-popper: 2.2.5

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