This project was bootstrapped with Create React App.
I built this take on TodoMVC to learn RxJS. I specifically set out to develop a single state solution and to experiment with serializable, time-travelable state by composing observables.
I ended up with a few nice architectural solutions that I would like to talk about:
BehaviourSubject
Throughout the process I also experimented with point-free style and other functional programming concepts.
Documentation generatoed using (typedoc)[https://typedoc.org/] can be found here
TODO
TODO
TODO
TODO
TODO
Generated using TypeDoc