CSSModules是为了解决 react 中 组件间样式覆盖的问题 ,在react脚手架中内置了CSSModules 在项目中使用 创建名为 [name].module.css 的样式文件 index.module.css 组件中导入该样式文件 import styles from "./index.module.css" 通过 styles 对…
优化import使用styled-components统一cssReact-router使用SVG图片 1.优化import 在tscinfig.json中添加,可以吧src当做根目录路直接import "app.tsx" "compilerOptions": { + …