react (2)

jsx的原理
利用react.createElement创建元素进行渲染
行内样式
{{}}:第一层js模板,第二层是对象
className:引入样式
refs
利用ref访问dom元素
做到类似于输入框清除

this.inputDom=react.createRef
<input ref={this.inputDom}>
hand=()=>{ this.inputDom.current.focus() }

posted @ 2020-05-08 10:27  木头小屋  阅读(78)  评论(0编辑  收藏  举报