摘要: import React, { PureComponent } from 'react' // yarn add classnames import classNames from 'classnames' export default class app extends PureComponent 阅读全文
posted @ 2021-08-13 17:05 13522679763-任国强 阅读(2150) 评论(0) 推荐(0)
摘要: yarn add styled-components 1 import styled from 'styled-components' export const HomeWrapper = styled.div ` font-size:20px; color:red; .banner{ backgr 阅读全文
posted @ 2021-08-13 15:01 13522679763-任国强 阅读(151) 评论(0) 推荐(0)
摘要: import React, { PureComponent } from 'react' function withRenderTime(WrappedComponent){ return class extends PureComponent{ componentWillMount() { thi 阅读全文
posted @ 2021-08-13 09:41 13522679763-任国强 阅读(153) 评论(0) 推荐(0)