Easy to inherit by other web components and solving common problems.
- extend the prototypes to inherit it's functionality.
Adding Examples to this repo. In the meantime look for examples here
- 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