Name
matrix-redux-wrap
Description
A library that exposes matrix-js-sdk state via Redux
Author
Luke Barnard
Maturity
Not actively maintained
Language
JavaScript
License
Apache-2.0
Matrix Redux Wrap was motivated by the need to expose the Matrix protocol via a Redux store. The matrix-js-sdk API does not expose a Redux-like pattern through which data flows but rather a number of asynchronous HTTP-request wrappers and a number of models that encapsulate the objects within the Matrix protocol. These models are updated by a mixture of server responses and API calls and do not necessarily lend themselves to simple mental models or the ability to be incorporated into frameworks such as Flux and Redux.