Weedshaker / event-driven-web-components-prototypes

Easy to inherit by other web components solving common problems.

Repository from Github https://github.comWeedshaker/event-driven-web-components-prototypesRepository from Github https://github.comWeedshaker/event-driven-web-components-prototypes

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

About

Easy to inherit by other web components solving common problems.

License:MIT License


Languages

Language:JavaScript 100.0%