lukebarnard1 / matrix-redux-wrap

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

Version 0.1.0 #2

Closed lukebarnard1 closed 6 years ago

lukebarnard1 commented 6 years ago

This version will be a MVP to provide the minimal functionality required to make Redux-based app.

Requirements for this are:

lukebarnard1 commented 6 years ago

Once all of this is finished, most (if not all) of the state management in journal can be replaced with matrix-redux-wrap, see https://github.com/lukebarnard1/journal/issues/62

lukebarnard1 commented 6 years ago

With registration and login examples now committed, I think it could be quite tractable now to go and move journal onto the new storage.

It's true that it might be worth moving some of the more generic doLoginAndSync-style functions in the examples into the library itself, but this can be done later. Copying them into journal will be a good way of finding out whether they are suited to being library functions.

lukebarnard1 commented 6 years ago

Oh I guess I should release this now :)