lukebarnard1 / matrix-redux-wrap

A library that exposes matrix-js-sdk state via Redux
Apache License 2.0
3 stars 1 forks source link

When initially syncing, dispatching per event is a huge perf problem #8

Closed lukebarnard1 closed 6 years ago

lukebarnard1 commented 6 years ago

For the default setup, we cause a rendering of the view (whatever it is) for every event that we receive from the js-sdk.

lukebarnard1 commented 6 years ago

https://github.com/lukebarnard1/matrix-redux-wrap/commit/2c82e548e33f80b14c57182d1bfa69d7b5d98b94 fixes this