Skip to content

Commit

Permalink
Optimisation: avoid some waseful re-renders
Browse files Browse the repository at this point in the history
This change moves data related to messages and bibliography into state,
thus shifting some logic to reducers making callback memoisation more
effective. This allows to skip re-rendering of bibliography items in
response to some user actions improving overall performance.
  • Loading branch information
tnajdek committed Jun 28, 2021
1 parent 2036f83 commit 3fd59f4
Showing 1 changed file with 210 additions and 165 deletions.

0 comments on commit 3fd59f4

Please sign in to comment.