摘要:
回顾React回顾React style-components的基本使用 官方文档:https://www.styled-components.com/docs/basics 安装:npm install --save styled-components || yarn add styled-com 阅读全文
摘要:
阅读全文
摘要:
长时间不用React,希望自己不要忘记了使用React的日子 1、创建脚手架: create-react-app 项目名 2、删除无用文件 3、src目录下搭配文件 4、项目需要安装的技术站 yarn add react-router-dom prop-types redux redux-thunk 阅读全文