Provides access to the pusher client instance.
const { client } = usePusher(); client.current.subscribe('my-channel');
a MutableRefObject<Pusher|undefined>. The instance is held by a useRef() hook.
MutableRefObject<Pusher|undefined>
useRef()
Generated using TypeDoc
Provides access to the pusher client instance.
const { client } = usePusher(); client.current.subscribe('my-channel');