序列文章
从项目中由浅入深的学习vue,微信小程序和快应用(1)
前言
从pc(dva+umi)和mobile(原生react)两个项目来介绍react的使用
搞懂这两个项目,上手撸react代码so-easy...+iconfont
react-router-v4:路由4.x版本
redux:状态管理
ant-design-mobile:UI组件
iconfont:字体icon
1.3 适配方案
rem适配
1.4..., history(push和replace方法) , indexRedirect(默认加载) , indexRedirect(默认重定向) , link(跳转) , 路由钩子(onEnter进入,onLeave....mapStateToProps:外部state对象和UI组件的props映射关系,5.mapDispatchToProps:是connect第二个参数, UI 组件的参数到store.dispatch...方法的映射
react-loadable 代码分割,相当于vue-router中的路由懒加载
classNames 动态css的类
2.react-pc-template篇
2.1效果图
react-pc-template