摘要: React性能优化记录(不定期更新)1. 使用PureComponent代替Component在新建组件的时候需要继承Component会用到以下代码import React,{Component} from 'react';import {connect} from... 阅读全文
posted @ 2018-07-20 19:43 YooHoeh 阅读(201) 评论(0) 推荐(0)
摘要: JSX设置CSS样式详解1. 使用className设置样式(CSS的其他选择器也是同理)(1)定义一个CSS文件style.css,和普通CSS一样定义class选择器.sty1{//和普通CSS一样定义class选择器 background-color: r... 阅读全文
posted @ 2018-07-20 17:11 YooHoeh 阅读(9353) 评论(0) 推荐(0)
被你发现了?