this.refs.regular.style.color="#000"; this.refs.picWord.style.color="#94979c"; this.refs.interact.style.color="#94979c";this.refs.regular.style.borderBottom = "solid 2px #373F42"; this.refs.picWord.style.borderBottom="none"; this.refs.interac优艾设计网_平面设计t.style.borderBottom="none";
这段代码如何优雅点写?实在受不了这样一个一个style写下来。。
qkoufu107 2022-06-09 19:04 优艾设计网_设计LOGO
首先,不要通过refs给child赋值
丹姐2012 2022-06-09 19:04 优艾设计网_在线设计
其次,你根本连官方教程都没看完吧,baidu搜索reactjs第一个就是,看完docs里面的quick start再说
llgl8399 优艾设计网_电脑技术 2022-06-09 19:11
react中尽量避免获取dom 来操作 这种思维是不对的 要基于数据驱动
精彩评论