Skip to content

Latest commit

 

History

History
35 lines (16 loc) · 1.15 KB

File metadata and controls

35 lines (16 loc) · 1.15 KB

Event Driven Web Components Prototypes

Easy to inherit by other web components and solving common problems.

Installation

  • extend the prototypes to inherit it's functionality.

TODO

Adding Examples to this repo. In the meantime look for examples here

Articles

Support

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.

Credit

Created by スィルヴァン aka. Weedshaker