Skip to content

Latest commit

 

History

History
32 lines (15 loc) · 1.5 KB

File metadata and controls

32 lines (15 loc) · 1.5 KB

Event Driven Web Components • TodoMVC

Vanilla JS Web Components in an Event Driven Architecture

Resources

Articles

Support

Let us know if you discover anything worth sharing.

Browser compatibility

Implementation

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.