amenzai / myDiary

Record what you do every day
4 stars 0 forks source link

react + redux 课程笔记 #63

Open amenzai opened 6 years ago

amenzai commented 6 years ago

React + Redux

React基础知识

参考地址

React开发环境

  1. create-react-app

需求分析

页面架构、用户交互流程

项目骨架和页面骨架

项目目录设计、router划分页面,tabbar页面

Mongodb字段设计、axios发送异步请求、redux管理应用数据、组件尽量用antd-mobile

前后端联调

axios发送异步请求:

Redux

参考地址

amenzai commented 5 years ago

Socket.io

基于事件的实时双向通信库

use

npm i socket.io
amenzai commented 5 years ago

性能优化

image