p2pt for an event driven architecture.
- git submodule update --init --recursive --remote --force
- npm install
- npm run serve
- types and event interfaces
- example demo
- attribute change callback for identifier
- query parameter for identifier
- dynamic name for identifier "Math.floor(Date.now()/100000)"
- 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