
ReactNative
reactnative 相关知识
马可流名
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
React基础知识
React生命周期:参考资料 1. 挂载卸载过程 1.1.constructor() 1.2.componentWillMount() 1.3.componentDidMount() 1.4.componentWillUnmount () 2. 更新过程 2.1. componentWillReceiveProps (nextProps) 2.2.shouldComponentUp...原创 2020-02-13 18:46:44 · 159 阅读 · 0 评论 -
网络请求api封装(api.js)
基于axios封装 axios文档:https://www.kancloud.cn/yunye/axios/234845 源代码 import axios from 'axios' import { getAuthToken } from './session' import { Notification } from 'element-ui' import router from '../rou...原创 2019-12-10 17:11:40 · 606 阅读 · 0 评论