Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(components): implement memoized selectors for denormalized conversations #2743

Merged

Conversation

domw30
Copy link
Collaborator

@domw30 domw30 commented Mar 5, 2025

What does this do?

  • Implementing memoized selectors for conversations data to prevent unnecessary recalculations.

Why are we making this change?

  • To improve UI responsiveness reducing redundant data processing.

How do I test this?

  • run tests as usual

Key decisions and Risk Assessment:

Things to consider:

  1. How will this affect security?
  2. How will this affect performance?
  3. Does this change any APIs?

Base automatically changed from feat/implement-memoized-selectors-to-reduce-UI-lag-when-switching-conversations to main March 5, 2025 23:39
@domw30 domw30 merged commit 03a541f into main Mar 5, 2025
5 checks passed
@domw30 domw30 deleted the refactor/implement-memoized-selectors-for-conversations branch March 5, 2025 23:49
colbr pushed a commit that referenced this pull request Mar 6, 2025
…onversations (#2743)

* refactor(components): implement memoized selectors

* refactor: remove logs

* refactor(components): implement memoized selectors for denormalized conversations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant