Rationale- renderers should be late-bound to the types they send out.. They're better off delivering payloads.. Handlers' jobs is to bundle payloads into actions, and thus handlers accept a type as an argument, and return a renderer bound over that type..
Via an
on
alias toaddRenderer
..instead of below.
Rationale- renderers should be late-bound to the types they send out.. They're better off delivering payloads.. Handlers' jobs is to bundle payloads into actions, and thus handlers accept a type as an argument, and return a renderer bound over that type..