Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Improve room list rendering performance #2629

Merged
merged 8 commits into from
Feb 13, 2019

Commits on Feb 13, 2019

  1. Configuration menu
    Copy the full SHA
    3ce2309 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0de2161 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84163be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9c37111 View commit details
    Browse the repository at this point in the history
  5. make LazyRenderList stateful for better performance

    it only rerenders when visible range it would render based on the
    props gets OVERFLOW_MARGIN(5) items from the current renderRange
    bwindels committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    60d0ed4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3963242 View commit details
    Browse the repository at this point in the history
  7. try to not trigger rerenders in LazyRenderList

    by not creating new arrays
    bwindels committed Feb 13, 2019
    Configuration menu
    Copy the full SHA
    4240969 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e51f279 View commit details
    Browse the repository at this point in the history