Closed djsuperchief closed 6 months ago
I am not sure this should be a thing. Why would we want this? The whole point of a from component is to be the originating event. If this was to be implemented, what would be the literal point of the entire framework?
Not all components will be able to rely on a hook to an external event and will need a push to trigger the route. The SQL component will need a trigger to start the route going and without it is a non-starter.
MVP should be an injected singleton with events that are subscribed to in several from components.
A later stage should be more an observable pattern but not required for an initial implementation.