react-pusher-hoc:轻松处理React中的websocket事件(pusher.com)tear

时间:2024-05-22 10:18:55
【文件属性】:

文件名称:react-pusher-hoc:轻松处理React中的websocket事件(pusher.com)tear

文件大小:62KB

文件格式:ZIP

更新时间:2024-05-22 10:18:55

react pusher react-component higher-order-component react-pusher

安装 npm install react-pusher-hoc --save # or yarn add react-pusher-hoc 用法 要使用react-pusher,您需要将实例传递给PusherProvider ,如下所示: import { PusherProvider } from 'react-pusher-hoc' ; import Pusher from 'pusher-js' ; const pusherClient = new Pusher ( { < your> ... } ) ; < PusherProvider xss=removed> < App> < / PusherProvider > 然后,您可以使用HOC包装组件(其中itemChannel是通道名称, add是事件名称,以.分隔):


【文件预览】:
react-pusher-hoc-master
----.gitignore(897B)
----package.json(2KB)
----.npmrc(51B)
----package-lock.json(199KB)
----SECURITY.md(619B)
----.travis.yml(124B)
----jest.config.js(262B)
----LICENSE(1KB)
----tsconfig.json(5KB)
----scripts()
--------setupEnzyme.ts(128B)
----README.md(2KB)
----tests()
--------index.test.tsx(2KB)
----lib()
--------index.tsx(2KB)
----.npmignore(58B)
----.editorconfig(283B)

网友评论