文件名称:react-irc:您应该保留在工具带中的一些实用程序来处理 React 中的 IRC 连接
文件大小:25KB
文件格式:ZIP
更新时间:2024-06-19 22:19:13
JavaScript
React-irc 您应该在工具带中保留一些实用程序来处理 React 中的 IRC 连接。 :construction: react-irc 正在开发中 :construction: 例子 内容 特征 可用状态: 频道 连接 服务器 用户 错误 (很快)消息 可用操作: 连接 断开 加入 离开 (很快)发送消息 安装 $ npm i react-irc 设置 // src/store/index.js import { createStore , combineReducers } from 'redux' import { reducer as irc } from 'react-irc' ; const rootReducer = combineReducers ( { // ... your other reducers here ... irc , } ) ; const store = createStore
【文件预览】:
react-irc-main
----rollup.config.js(476B)
----src()
--------redux()
--------utils()
--------index.js(282B)
----babel.config.js(76B)
----CONTRIBUTING.md(221B)
----example()
--------index.js(4KB)
----LICENSE(1KB)
----jest.config.js(618B)
----README.md(1KB)
----.gitignore(103B)
----package-lock.json(49KB)
----package.json(1KB)