1 مستودع
APIs designed with minimal surface area and memory footprint for functional event management.
Distinct from Functional Programming Interfaces: Distinct from general functional programming interfaces: focuses on minimalist API design for event emitters specifically.
Explore 1 awesome GitHub repository matching software engineering & architecture · Minimalist Interfaces. Refine with filters or upvote what's useful.
Mitt is a lightweight event emitter and publish-subscribe messaging library designed for managing communication between decoupled components. It provides a minimal utility for registering, dispatching, and removing event listeners within browser and Node.js environments. The library distinguishes itself through a functional interface that maintains a small memory footprint by using function references for listener management. It supports wildcard pattern matching, allowing a single handler to respond to all emitted events, and executes callbacks synchronously to ensure predictable state updat
Exposes a minimal set of pure functions to maintain a tiny memory footprint.