react+redux+react-router+node.js 开发实时聊天App 学习记录

一、课程导学

1.React 主要解决的是UI层的问题,应用的状态需要借助Redux等状态管理。

2.前端React  +  antd-mobile UI组件库 + Redux 状态管理库 + React-router 路由 + MongoDB + Socket.io(即时通信) + Node (express) + Axios 异步请求。

3.前端工程化:webpack4.0 + git

二、知识储备(React + Node + MongoDB + ES6)

1.

上一篇:prufer序列


下一篇:js 设计模式-接口