Mastodon Icon GitHub Icon LinkedIn Icon RSS Icon

Tag Events

A simple Event System in TypeScript

Header image for A simple Event System in TypeScript

Events are an intuitive way to model the execution flows of applications when several modules, each one with complex lifecycles, need to synchronize with each other. In this article, I go over a very simple and minimal Event System for Typescript so that you can use it too, or understand the basic principles of existing event system packages.