# react-redux-chat_1 **Repository Path**: swantb/react-redux-chat_1 ## Basic Information - **Project Name**: react-redux-chat_1 - **Description**: react+redux-chat 模仿实现PC微信聊天 - **Primary Language**: JavaScript - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-04-14 - **Last Updated**: 2022-04-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # react+redux-chat 模仿实现PC微信聊天 ### 在线示例地址 [demo](https://meibin08.github.io/react-redux-chat/index.html "在线示例") 该示例主要使用了react、redux、iscroll、fetch等组件实现模仿实现PC微信聊天, 实现了发送消息、模拟登录、暂时使用fetch定时请求更新接收消息等功能, 实时通讯功能还在持续更新实现中, 希望能对喜欢react,对于redux还处理迷茫,不知如何入手的小伙伴能起到入门指引, - 如有不足之处,欢迎拍砖指出, - 如果该项目帮助了您,请记得帮我点颗星,就是对我最大的支持, - 当然如果您在使用的过程中,有不懂的地方,或更好的建议,我们也可以一起来讨论,欢迎加入QQ群一起讨论 **** ## React\redux技术交流群 - 群:[386485473](https://shang.qq.com/wpa/qunwpa?idkey=d44baf17512787eb0e4f268849a3239d6b9675145a606e21b9a055176bd1c0e2 "React\redux技术交流群") ## 安装依赖包 - npm install ## 开发环境 - npm run dev - 访问http://localhost:8085/index.html ## 生成环境 - npm run build ## 图片预览 ![项目首页](https://meibin08.github.io/react-redux-chat/images/index.png) ![项目登录页](https://meibin08.github.io/react-redux-chat/images/login.png)