logoalt Hacker News

est04/01/20251 replyview on HN

TIL CustomEvent

https://developer.mozilla.org/en-US/docs/Web/API/CustomEvent...


Replies

bodantogat04/01/2025

Incredibly useful, especially with React, where the Context API, state lifting, and prop drilling often feel clunky. That said, it can lead to messy code if not carefully managed.

show 1 reply