Lately, I've been struggling to wrap my head around the architecture of event-driven JavaScript applications . While I do love the idea of an evented system, I am finding it harder to see the benefit of using events for bi-directional communication. To me, it seems more natural to observe events for the purpose of explicitly invoking subsequent functio ...
Read More ยป