UNPKG

use-action-cable

Version:

A React hook for using ActionCable within components.

6 lines (4 loc) 229 B
import { ActionCableContext } from './context.jsx'; import { ActionCableProvider } from './provider.jsx'; import { useActionCable } from './useActionCable.js'; export { ActionCableContext, ActionCableProvider, useActionCable };