pub type EventEmitter = UnboundedSender<Vec<DomEvent>>;
Emit events to the VirtualDOM
struct EventEmitter { /* private fields */ }