摘要:
https://blog.openreplay.com/integrating-axios-with-react-hooks/ 阅读全文
摘要:
type interface 泛型,因为它可以适用于多个类型 类型变量 添加类型变量T 函数 函数类型包含两部分:参数类型和返回值类型 <> 参数 [] 转换类型 https://cankaoshouce.com/typescript/typescript-casting.html 使用 as 转换 阅读全文
摘要:
版本 打包工具版本 框架版本 node版本 兼容行支持 ie 使用 @babel/preset-env 来解决浏览器兼容 依赖包:按需加载 tree shaking 是否支持ts 阅读全文
摘要:
1、重定向redirect https://stackoverflow.com/questions/69868956/how-can-i-redirect-in-react-router-v6 2、监听location变化 useEffect(() => { console.log(location 阅读全文