Conversation
* perf: sendMessage memoization from top level ctx * fix: properly memoize onChange * perf: propagate channel from memoized ctx * perf: exit early when setting typing state * perf: critical str performance issue messagelist scrolling * fix: update snapshot * perf: remove ref clearing * chore: remove console.logs * fix: ignore own typing events * perf: memoize the suggestions context value * fix: autocomplete input re-render on received message * perf: input buttons on text render issue * fix: useeffect re-render when text change in useMessageDetailsForState --------- Co-authored-by: Khushal Agarwal <khushal.agarwal987@gmail.com>
Contributor
SDK Size
|
* perf: throttle message copying updates * fix: throttle all other msg copies * perf: use throttled message copying everywhere * perf: handle setting read state separately * fix: channel watching in offline state * fix: failing faulty test
* perf: cut MessageList rerenders in half * fix: improper conflicts merging * fix: make change android specific * perf: make sure keyboard ctx does not recreate on every render * perf: optimize prop for messagelist * perf: skip reacting to own ws events if optimistic update happened * perf: optimize FlatList props * fix: message reactivity regression and stabilize renderItem * chore: extract stable cb * chore: add jsdoc * perf: optimize message list creation * chore: cleanup * fix: change set to useMemo * fix: add static value for default case too and revert testing change
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.