leocode/RxStores

Define custom outputs outlet

Opened this issue · 1 comments

A single store emits data through one main output observable. Data can be manipulated (sorted, filtered etc.), though. It needs some standarized way to define custom outputs, even parametrized, so that one can subscribe to an output that fits their needs best.

Initial work starts here. This includes helper methods for stores and standarized atomic output factory methods for loadables.