Define custom outputs outlet
Opened this issue · 1 comments
bear-in-a-box commented
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.
bear-in-a-box commented
Initial work starts here. This includes helper methods for stores and standarized atomic output factory methods for loadables.