element-hq / element-hq/element-web
File uploads should use Observables instead of the dispatcher bus
Open
A-Performance
P3
T-Enhancement
Z-TravisR
- Dominant language
- TypeScript
- Stars
- 13.5k
- Forks
- 2.8k
- PR merge metrics
- PR metrics pending
Description
Progress updates are sent over the dispatcher, which wakes up a ton of components with each increment. We should be using a dedicated dispatch bus, like an observable provides, to feed updates to the relevant components
Contributor guide
Assessment
This issue has not been assessed yet.