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

23 lines
726 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`这类开箱即用的,隐藏了太多细节,也不考虑。
<!-- more -->
在学习过程中产生了如下的笔记:
- [1.react 环境搭建](https://www.tapme.top/blog/detail/20190626)