useDeferredValue + memo
useDeferredValue and Memo (๐ solution)
Run locally for transcripts
๐จโ๐ผ Great work! You've managed to drastically improve this user experience by
making the UI responsive even when rerendering the cards is slow. All with a
simple
memo
and a useDeferredValue
. Great job!