Page MenuHomePhabricator

[native] Lift `[threads/users]SearchResults` state to `ConnectedChatThreadList`
ClosedPublic

Authored by atul on Sep 11 2023, 1:16 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Sep 28, 10:16 PM
Unknown Object (File)
Sat, Sep 28, 10:16 PM
Unknown Object (File)
Sat, Sep 28, 10:16 PM
Unknown Object (File)
Sat, Sep 28, 10:14 PM
Unknown Object (File)
Sat, Sep 28, 9:57 PM
Unknown Object (File)
Aug 28 2024, 7:41 AM
Unknown Object (File)
Aug 25 2024, 12:16 PM
Unknown Object (File)
Jul 29 2024, 4:44 PM
Subscribers

Details

Summary

(I initially had a huge diff that converted ChatThreadList to a functional component and added various memoizations. However, I realized that diff would be pretty difficult to review so I'm breaking down the refactor into hopefully easier to review pieces.)

This diff is just one step in the process of converting ChatThreadList into a functional component. When this work is done, we will be able to avoid a lot of re-rendering and hopefully improve performance quite a bit.

In subsequent diffs will

  1. Lift up rest of state
  2. Lift up callbacks related to search
  3. Lift up Reanimated Nodes
  4. Lift up "search-related" JSX
  5. etc.. continue turning ChatThreadList into a functional component so we can more precisely memoize things, particularly ChatThreadListItems.

Depends on D9130

Test Plan

Search experience continues to work as expected. Can search for users/threads/etc.

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable