Let’s Create a Lightweight Native Event Bus in JavaScript

An event bus is a design pattern (and while we’ll be talking about JavaScript here, it’s a design pattern in any language) that can be used to simplify communications between different components. It can also be thought of as publish/subscribe or pubsub. The idea is that components can listen to the event bus to know when to do the things they do. For example, a “tab panel” component might listen for events telling it to change the active tab. … Read article “Let’s Create a Lightweight Native Event Bus in JavaScript”

The post Let’s Create a Lightweight Native Event Bus in JavaScript appeared first on CSS-Tricks. You can support CSS-Tricks by being an MVP Supporter.

https://css-tricks.com/lets-create-a-lightweight-native-event-bus-in-javascript/

Utworzony 4y | 11 gru 2020, 16:21:15


Zaloguj się, aby dodać komentarz

Inne posty w tej grupie

Toe Dipping Into View Transitions

The View Transitions API is more a set of features than it is about any one particular thing. And it gets complex fast. But in this post, we’ll cover a couple ways to dip your toes into the waters

21 lut 2025, 14:50:22 | CSS tricks
Working With Multiple CSS Anchors and Popovers Inside the WordPress Loop

I know, super niche, but it could be any loop, really. The challenge is having multiple tooltips on the same page that make use of the Popover API for toggling goodness and CSS Anchor Positioning f

19 lut 2025, 14:10:26 | CSS tricks
The What If Machine: Bringing the “Iffy” Future of CSS into the Present

My thesis for today's article offers further reassurance that inline conditionals are probably not the harbinger of the end of civilization: I reckon we can achieve the same functionality right now

17 lut 2025, 15:40:33 | CSS tricks
Handwriting an SVG Heart, With Our Hearts

A while back on CSS-Tricks, we shared several ways to draw hearts, and the response was dreamy. Now, to show my love, I wanted to do something personal, something crafty, something with a mild amou

14 lut 2025, 13:40:05 | CSS tricks
Scroll Driven Animations Notebook

Adam’s such a mad scientist with CSS. He’s been putting together a series of “notebooks” that make it easy

13 lut 2025, 14:30:05 | CSS tricks
Make Any File a Template Using This Hidden macOS Tool

Stationery Pad is a handy way to nix a step in your workflow if you regularly use document templates on your Mac. The long-standing Finder feature essentially tells a file’s parent application to o

10 lut 2025, 19:20:06 | CSS tricks