Skip to content
Beothorn edited this page May 11, 2021 · 4 revisions

Welcome to the react-plugs wiki!

Debugger connection

This will print some debugging:

hub.plug({
  name: "Debugger",
  inputs: [{
    source: "Hub:debug",
    inputSubscriber: (a: string) => console.log(a)
  }]
})
Clone this wiki locally