2024.1.19

  1. 9 点 26
  2. 解决了一个第三方库 require(xxxx) 导致的vite4 在 build时报错 Can't find variable: require https://github.com/vite-plugin/vite-plugin-commonjs
  3. 《代码提取》三种等级,导出提取、函数提取和闭包提取。其中可以导出提取和闭包提取很有趣。其中导出提取解释了react-router的loader机制,同时也解释了为什么能拿到服务器返回类型的同时,又不包含该代码。https://sorrycc.com/code-extraction/
  4. 20 多个自定义 hooks,覆盖常用交互逻辑,对提高代码复用性和可读性有帮助。hooks 包括使用数组、异步操作、点击检测、复制文本、暗黑模式、防抖、Geolocation、悬停检测、长按检测、媒体查询、在线状态、元素在屏幕内检测、Previous 状态、渲染计数、加载脚本、历史状态、有校验的状态、存储、定时器、切换状态等 https://habr.com/en/articles/746760/
posted @ 2024-01-19 17:46  被咯苏州  阅读(21)  评论(0编辑  收藏  举报