yousufhassan / instagram-time-capsule

Relive your Instagram memories
0 stars 0 forks source link

Improve chat list updating when adding or deleting chats #41

Open yousufhassan opened 10 months ago

yousufhassan commented 10 months ago

Problem Currently, the chat list rendering is wonky and done in several different ways:

There are too many lambda calls happening. Also, we should not rely on reloading the window to see changes.

In this ticket Change the way that the chat list is rendered by reducing the number of lambda calls and window reloads.

Some ideas: