technology-note/前端/react/react实战/1.react实战_聊天室-总览.md
2019-06-27 17:48:21 +08:00

20 lines
703 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
id: "20190625"
date: 2019/06/25 10:58:00
title: "react实战之聊天室-1总览"
tags: ["react", "antd", "table"]
categories:
- "前端"
- "react"
---
一个合格的全栈开发怎么能不会react呢所以从现在开始系统的学习react开发。目标完成完成一个简易的多人聊天室包含前后台。
基于`create-react-app`进行开发,选择这个有以下两个原因:
- 从头开始配置webpack太复杂不用了解的这么细致。
- 也不使用`antd pro`,`umi.js`这类开箱即用的,隐藏了太多细节,也不考虑。
在学习过程中产生了如下的笔记:
- [1.react环境搭建](https://www.tapme.top/blog/detail/20190626)