react
qq_35438952
这个作者很懒,什么都没留下…
展开
-
react 链式跳转
class组件 // 在使用的组件中引入 import { withRouter } from 'react-router-dom' //输出组件时这样 export default withRouter(DjradioBanner) 使用 this.props.history.push('') function 组件 import { useHistory } from "react-router-dom"; //使用 let history = useHistory(); history.push(原创 2021-08-19 17:27:24 · 132 阅读 · 0 评论 -
react引入公共scss
第一步 cnpm i sass-resources-loader --save-dev 第二步找到 webpack.config.js 路径在:node_modules\react-scripts\config\webpack.config.js 第三步 原始样子 { test: sassRegex, exclude: sassModuleRegex, use: getStyleLoaders(原创 2021-07-30 15:08:18 · 359 阅读 · 0 评论