美文网首页
react(实战)

react(实战)

作者: Kiki_Q | 来源:发表于2020-11-05 17:57 被阅读0次

一、dispatch的使用

image.png
image.png
image.png

2.滚动到顶部
window.scrollTo(0,0);
//监听滚动,到一定距离显示滚动到顶部按钮
window.addEventListener('scroll',this.props.changeScrool())


image.png
3.输出html
<Content dangerouslySetInnerHtml={{ __html: this.props.content }} />

4.ref


image.png
image.png

5.加载组件


image.png
6.imutable.js merge
image.png

相关文章

网友评论

      本文标题:react(实战)

      本文链接:https://www.haomeiwen.com/subject/ltjivktx.html