microsoft / BotFramework-WebChat

A highly-customizable web-based client for Azure Bot Services.
https://www.botframework.com/
MIT License
1.56k stars 1.51k forks source link

Perf: Transcript and Activity render speed #5183

Closed OEvgeny closed 1 month ago

OEvgeny commented 1 month ago

Fixes #4587.

Changelog Entry

Description

Improve performance by more carefully memoizing activity-related components. Rework the useMemoAll hook into the new useMemoized hook exposing the memoized function to be used during render phase.

Design

The main changes driving the performance boost are:

Specific Changes

-

-

Review Checklist

This section is for contributors to review your work.