05 2020 档案
摘要:jsx的原理 利用react.createElement创建元素进行渲染 行内样式 {{}}:第一层js模板,第二层是对象 className:引入样式 refs 利用ref访问dom元素 做到类似于输入框清除 `` `hand=()= { this.inputDom.current.focus()
阅读全文
摘要:知乎有对react、知识整理 生命周期: 首次实例化:getDefaultProps getInitialState componentWillMount render componentDidMount 实例化完成后的更新:getInitialState componentWillMount re
阅读全文
摘要:https://www.cnblogs.com/Angies/p/7508907.html dispatch:含有异步操作,例如向后台提交数据,写法: this.store.commit('mut
阅读全文
摘要:var arr=['momo','yanzi','ziwei'] var obj={ 'host':'www.baidu', 'port':'12345', 'node':'selector' } Mock.mock('http://www.bai.com',{ 'firstName|3':'fei
阅读全文