文件名称:React hook 在浏览器上下文(选项卡、窗口、iframe)之间进行通信
文件大小:1.63MB
文件格式:ZIP
更新时间:2024-06-28 08:38:15
Awesome React Hooks
react-window-communication-hook React 钩子以在浏览器上下文(窗口、选项卡、iframe)之间进行通信。 用例示例:当用户在一个选项卡中按下注销时,从其他所有选项卡中注销如何使用它导入 import useBrowserContextCommunication from 'react-window-communication-hook'; 传递频道名称 const [communicationState, postMessage] = useBrowserContextCommunication("myGreatChannel"); 通信状态包含 lastMessage 和消息,这是从其他选项卡/窗口发送到当前选项卡/窗口的消息数组。 使用 postMessage 将消息发送到其他浏览器上下文(窗口、选项卡、iframe) 示例 import useBrowserContextCommunication from 'react-window-communication-hook'; function App() { // 来自其他浏览器上下文的状态
【文件预览】:
react-window-communication-hook-master
----.gitignore(26B)
----.babelrc(28B)
----package.json(2KB)
----package-lock.json(1.14MB)
----src()
--------index.js(2KB)
----demo_gif.gif(1.34MB)
----CHANGELOG.md(2KB)
----.eslintrc.js(235B)
----README.md(2KB)
----.npmignore(61B)
----yarn.lock(533KB)