skele
skele copied to clipboard
Introduce Effects & Side Effects
The 'read' acton (and accompanying saga) is an example of a generic (in the sense that it can be triggered for every element) action.
Provide a mechanism to declare updates for such generic actions.
Initially, this registration can be done indiscriminately (for all elements); later we can add actions applying to just some elements.
Effects are implemented with #61