Re-renders were occuring because of prop and state updates that created new object references, despite being of identical value. A key culprit was `postListHeight` in `PostList` which goes through a few calls to `handleContentSizeChange` when loading posts. Also, "New Messages" divider line is a pure component now (via `memo`) to reduce unnecessary re-renders here too. |
||
|---|---|---|
| .. | ||
| actions | ||
| components | ||
| constants | ||
| i18n | ||
| init | ||
| mattermost_bucket | ||
| mattermost_managed | ||
| notification_preferences | ||
| push_notifications | ||
| reducers | ||
| screens | ||
| selectors | ||
| store | ||
| styles | ||
| telemetry | ||
| utils | ||
| initial_state.js | ||
| mattermost.js | ||