Creating a Type-Safe Event Bus in React with Effect Typescript

Hi, which data type should I use to create an event-bus in react? Is there any existing example that demonstrates how to use effect to create typesafe event bus for frontend like react?
Was this page helpful?