上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 90 下一页
摘要: 运行某一个测试文件 vitest run filepath 覆盖率配置 vitest run --coverage 阅读全文
posted @ 2022-10-28 13:42 Running00 阅读(67) 评论(0) 推荐(0) 编辑
摘要: UTC:世界时间标准,世界上调节时钟和时间的主要时间标准 ISO 8601: 如果时间在零时区,并恰好与协调世界时相同,那么(不加空格地)在时间最后加一个大写字母Z。Z是相对协调世界时时间0偏移的代号。 时区 其他时区用实际时间加时差表示,当时的UTC+8时间表示为22:30:05+08:00或22 阅读全文
posted @ 2022-10-24 20:02 Running00 阅读(245) 评论(0) 推荐(0) 编辑
摘要: 1、声明变量:声明变量的类型及初始值 var name: string = 'zhangsan' 2、类型断言 手动指定一个值的类型,允许变量从一种类型更改未另一种类型 语法: <类型>值 // react 中这种不能使用 // 或者 值 as 类型 3、类型推断; 当类型没有给出时,TypeScr 阅读全文
posted @ 2022-10-21 15:38 Running00 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1、redux,useSelector:参数 useSelector 错误 useDispatch 错误 解决办法 https://stackoverflow.com/questions/57472105/react-redux-useselector-typescript-type-for-sta 阅读全文
posted @ 2022-10-21 11:54 Running00 阅读(32) 评论(0) 推荐(0) 编辑
摘要: @reduxjs/toolkit 使用Redux Toolkit简化设置 Redux核心库被有意地取消了。它可以让您决定如何处理所有事情,比如商店设置、您的状态包含什么以及如何构建缩减器。 这在某些情况下很好,因为它给了你灵活性,但这种灵活性并不总是需要的。有时,我们只想以最简单的方式开始,使用一些 阅读全文
posted @ 2022-10-20 19:42 Running00 阅读(133) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/7113475007598034951 阅读全文
posted @ 2022-10-20 15:20 Running00 阅读(4) 评论(0) 推荐(0) 编辑
摘要: https://blog.openreplay.com/integrating-axios-with-react-hooks/ 阅读全文
posted @ 2022-10-19 20:44 Running00 阅读(13) 评论(0) 推荐(0) 编辑
摘要: type interface 泛型,因为它可以适用于多个类型 类型变量 添加类型变量T 函数 函数类型包含两部分:参数类型和返回值类型 <> 参数 [] 转换类型 https://cankaoshouce.com/typescript/typescript-casting.html 使用 as 转换 阅读全文
posted @ 2022-10-19 17:15 Running00 阅读(232) 评论(0) 推荐(0) 编辑
摘要: 版本 打包工具版本 框架版本 node版本 兼容行支持 ie 使用 @babel/preset-env 来解决浏览器兼容 依赖包:按需加载 tree shaking 是否支持ts 阅读全文
posted @ 2022-10-19 15:35 Running00 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 1、重定向redirect https://stackoverflow.com/questions/69868956/how-can-i-redirect-in-react-router-v6 2、监听location变化 useEffect(() => { console.log(location 阅读全文
posted @ 2022-10-19 15:25 Running00 阅读(22) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 ··· 90 下一页