react-actioncable-provider

时间:2024-06-06 02:16:38
【文件属性】:

文件名称:react-actioncable-provider

文件大小:42KB

文件格式:ZIP

更新时间:2024-06-06 02:16:38

JavaScript

适用于React的ActionCable Provider 这个包提供了一个ActionCable上下文提供者和使用者,以允许您在React组件中订阅ActionCable频道。 要求 由于此包使用React的新Context API,因此需要React 16.3+ 。 安装 npm install --save react-actioncable-provider # OR yarn add react-actioncable-provider 用法 公共API导出您将使用的两个组件: 该提供程序用在外部容器中,并包装可能使用或可能不使用上下文的所有组件。 它接受以下两个道具之一: url和cable 。 传递url将导致提供程序使用该U


【文件预览】:
react-actioncable-provider-master
----.gitignore(578B)
----README.md(3KB)
----LICENSE(1KB)
----package.json(1KB)
----.babelrc(34B)
----config()
--------setup.js(719B)
----.npmignore(50B)
----.travis.yml(47B)
----yarn.lock(132KB)
----lib()
--------__tests__()
--------index.js(5KB)

网友评论