国际化插件工具vue + vue-i18nangular + angular-translatereact + react-intljquery + jquery.i18n.pro... 【前端】国际化插件工具 3年前 (2022-01-14) 252 0
原始写法:onClick={this.某方法(某参数)}正确写法:onClick={() => this.某方法(某参数)}// 或者onC... 【React】页面渲染后自动执行onClick事件问题解决 3年前 (2021-11-17) 371 0
创建需要共享的contextinterface IThemeProps { [key: string]: {color: string; background: string;}... 【React】useContexts使用 4年前 (2020-10-08) 687 0
1、安装依赖npm install sass-loader node-sass --save-dev2、编写scss文件直接引入即可(高版本create-... 【React】create-react-app使用scss 4年前 (2020-09-23) 705 0
1、安装依赖yarn add react-router-dom2、创建路由文件router.jsimport React, { Component } from 'rea... 【React】react配置路由 4年前 (2020-09-23) 647 0
设置login为默认路由<Router> {/* 配置首页 */} <Route path="/" exact component={login} /... 【React】设置默认路由 4年前 (2020-09-23) 656 0
高版本create-react-app版本index.js引入了<React.StrictMode>标签加入了严格模式关闭严格模式,... 【React】antd组件 react 警告 index.js:1 Warning: findDOMNode is deprecated in StrictMode. findDOMNode was passed an 4年前 (2020-09-23) 639 0
v4以上写法:import { BrowserRouter as Router, Route,} from "react-router-dom"; 【React】Router的问题Cannot read property ‘location’ of undefined 4年前 (2020-09-23) 822 0
1、安装依赖npm i eslint eslint-config-airbnb eslint-plugin-import eslint-plugin-react eslint-plug... 【React】create-react-app配置ESlint 4年前 (2020-09-23) 666 0
1、配置到淘宝服务器# 配置到淘宝服务器npm config set registry https://registry.npm.taobao.org# 查... 【npm】npm设置淘宝镜像 4年前 (2020-09-03) 754 0
使用webpack配置npm run eject重新安装依赖npm i 或者yarn install修改端口文件路径:scripts/start.js ... 【React】create-react-app 修改端口号 4年前 (2020-08-24) 645 0
添加跳转的父级组件AdminIndex,注意父级组件不能写exact,不然匹配不到子路由import AdminIndex from '... 【React】react子路由嵌套问题 5年前 (2020-01-08) 821 0