New:Socket for Asana Is Now Available.Learn more
Get Started

@tanstack/devtools-event-bus

Package Overview
Dependencies
Maintainers
3
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tanstack/devtools-event-bus

TanStack Event Bus is a lightweight event bus for TanStack Devtools.

latest
Source
npmnpm
Version
0.4.3
Version published
Weekly downloads
13M
-13.29%
Maintainers
3
Weekly downloads
 
Created
Source

@tanstack/devtools-event-bus

This package is still under active development and might have breaking changes in the future. Please use it with caution.

General Usage

Server Event Bus

import { ServerEventBus } from '@tanstack/devtools-event-bus/server'
// Start the server event bus
const devtoolsServer = new ServerEventBus()

devtoolsServer.start()

export { devtoolsServer }

Client Event Bus

import { ClientEventBus } from '@tanstack/devtools-event-bus/client'
// Start the client event bus
const devtoolsClient = new ClientEventBus()

devtoolsClient.start()

export { devtoolsClient }

Plugins

Check out @tanstack/devtools-event-client for more information on how to create plugins for the event bus.

Keywords

devtools

FAQs

Package last updated on 19 Aug 2026

Related posts