leiyanting

导航

 
上一页 1 2 3 4 5 6 ··· 48 下一页

2022年2月21日

摘要: https://segmentfault.com/a/1190000003810652 阅读全文
posted @ 2022-02-21 08:24 leiyanting 阅读(26) 评论(0) 推荐(0) 编辑
 
摘要: 详情见 https://blog.csdn.net/weixin_43424325/article/details/121684101 阅读全文
posted @ 2022-02-21 08:22 leiyanting 阅读(135) 评论(0) 推荐(0) 编辑
 

2022年2月20日

摘要: 详情见 https://24kcs.github.io/vue3_study/ 阅读全文
posted @ 2022-02-20 17:31 leiyanting 阅读(21) 评论(0) 推荐(0) 编辑
 

2022年1月14日

摘要: 阅读全文
posted @ 2022-01-14 09:14 leiyanting 阅读(64) 评论(0) 推荐(0) 编辑
 

2022年1月12日

摘要: 1.安装依赖:yarn add react-app-rewired customize-cra babel-plugin-import less less-loader 2.修改package.json .... "scripts": { "start": "react-app-rewired st 阅读全文
posted @ 2022-01-12 13:28 leiyanting 阅读(69) 评论(0) 推荐(0) 编辑
 
摘要: 1.底层原理不一样: BrowserRouter使用的是H5的history API,不兼容IE9及以下版本。 HashRouter使用的是URL的哈希值。 2.path表现形式不一样 BrowserRouter的路径中没有#,例如:localhost:3000/demo/test HashRout 阅读全文
posted @ 2022-01-12 08:33 leiyanting 阅读(120) 评论(0) 推荐(0) 编辑
 
摘要: withRouter可以加工一般组件,让一般组件具备路由组件所特有的API import React, { Component } from 'react' // 引入withRouter import {withRouter} from 'react-router-dom' class Heade 阅读全文
posted @ 2022-01-12 08:28 leiyanting 阅读(593) 评论(0) 推荐(0) 编辑
 
摘要: 借助this.prosp.history对象上的API对操作路由跳转、前进、后退 -this.prosp.history.push() -this.prosp.history.replace() -this.prosp.history.goBack() -this.prosp.history.goF 阅读全文
posted @ 2022-01-12 08:20 leiyanting 阅读(212) 评论(0) 推荐(0) 编辑
 

2022年1月11日

摘要: import React, { Component } from 'react' import MyNavLink from '../../components/MyNavLink' import {Route,Switch,Redirect} from 'react-router-dom' imp 阅读全文
posted @ 2022-01-11 09:37 leiyanting 阅读(493) 评论(0) 推荐(0) 编辑
 
摘要: 通过state参数传递的特点 通过state参数传递不会显示在地址栏中。 Link形式 路由形式 接收形式 备注:刷新也可以保留住参数 阅读全文
posted @ 2022-01-11 09:30 leiyanting 阅读(95) 评论(0) 推荐(0) 编辑
 
上一页 1 2 3 4 5 6 ··· 48 下一页