You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/event-bus-plugin/README.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,11 +34,10 @@ class QueryDevtoolsPlugin extends TanstackDevtoolsEventSubscription<
34
34
}
35
35
36
36
exportconst queryPlugin =newQueryDevtoolsPlugin()
37
-
38
37
```
39
-
38
+
40
39
## Understanding the implementation
41
40
42
41
The `TanstackDevtoolsEventSubscription` class is a base class for creating plugins that can subscribe to events in the Tanstack Devtools event bus. It allows you to define a set of events and their corresponding data schemas using a standard-schema based schemas.
43
42
44
-
It will work on both the client/server side and all you have to worry about is emitting/listening to events.
43
+
It will work on both the client/server side and all you have to worry about is emitting/listening to events.
0 commit comments