I just started work on a simple state management tool based on SQLite [0], utilising SQL.js under the hood. Just wrote it last week too! It intends to be much easier to learn than redux and mobx, but more powerful than a react's context.
In theory, it should support most of redux's ecosystem too, such as reselect, though I have yet to create examples for it.
In theory, it should support most of redux's ecosystem too, such as reselect, though I have yet to create examples for it.
[0]: https://github.com/ziinc/memlite