Skip to content

Latest commit

 

History

History
33 lines (16 loc) · 1.09 KB

File metadata and controls

33 lines (16 loc) · 1.09 KB

Event Driven Web Components Router

A router for an event driven architecture.

Installation and Serving

  • npm install
  • npm run serve

npm run serve is important, since for single-page style routing the web server must redirect to an entry file => index.html

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