- Build an Event Driven TodoMVC App with 8 lightweight VanillaJS Web Components
- DOM and the event driven architecture - Introduction
- Web Components and now what?
Frontend Event Driven Architecture works basically like the DOM itself. There are loosely coupled components (nodes), which emit events and those get captured by other components. They may also emit events on their behalf, which can be consumed.
Created by スィルヴァン aka. Weedshaker