-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
148 changed files
with
24,580 additions
and
20,448 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
<!-- | ||
* @Description: weekly-18 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2024-01-01 18:20:35 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-05-06 15:37:58 | ||
* @FilePath: \nuofe-weekly1\2024\weekly-18.md | ||
--> | ||
|
||
# 2024-18 期 | ||
|
||
Add:2024-05-03 | ||
|
||
Update:2024-05-03 | ||
|
||
![202418](../images/2024/202418.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [为什么 Lighthouse 10.0 取消了 TTI 作为观测指标](https://juejin.cn/post/7363607004349464615) | ||
|
||
> `Lighthouse` 是一款网站审核工具,自 `V10.0` 发布之后,`Lighthouse` 移除了 可交互时间 (`TTI`) 指标。 | ||
- [React Playground 实现原理揭秘](https://mp.weixin.qq.com/s/FGNpK2fZAcov7Pyq_oLp4w) | ||
|
||
> 大家应该都用过在线写代码的工具,比如 `vue` 的 `playground`。 | ||
- [说一下大文件分片下载](https://mp.weixin.qq.com/s/MRyTFyv2hxAzy7Kivmf6TA) | ||
|
||
> 文件上传、文件下载都是常见的需求,大文件上传我们会通过分片上传来优化。 | ||
## 技术解析 | ||
|
||
- [前端实战项目之:滚动动画](https://mp.weixin.qq.com/s/twb8SzVdbgdDOjBOO1LBBw) | ||
|
||
> 本项目演示了利用滚动条位置触发元素显现的动画效果。向下滚动页面时,一个个预先隐藏的元素会依次出现并平滑移动到既定位置。 | ||
- [禁止调试,阻止浏览器F12开发者工具](https://juejin.cn/post/7337188759055663119) | ||
|
||
> 这两天突然想看看文心一言的`http`通信请求接口,于是想着用`F12`看看。 | ||
- [浅谈 Canvas 渲染引擎设计](https://mp.weixin.qq.com/s/sMKr0_mjpMX8weiSVa5PsQ) | ||
|
||
> 用过 `Canvas` 的都知道它的 `API` 比较多,使用起来也很麻烦,比如我想绘制一个圆形就要调一堆 `API`,对开发算不上友好。 | ||
## 其他 | ||
|
||
- [极速轻量的 Web 框架,比 Express 小 40 倍!](https://mp.weixin.qq.com/s/XCL-mLkpLt2GGg3L778ESg) | ||
|
||
> `Hono` 是一个极速、轻量且简单的 `Web` 框架!!! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
* @Email: [email protected] | ||
* @Date: 2021-09-03 09:55:53 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-04-26 17:02:32 | ||
* @LastEditTime: 2024-05-06 15:27:49 | ||
* @FilePath: \nuofe-weekly1\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2024 | ||
- [第 18 期](2024/weekly-18.md) | ||
- [第 17 期](2024/weekly-17.md) | ||
- [第 16 期](2024/weekly-16.md) | ||
- [第 15 期](2024/weekly-15.md) | ||
|
Oops, something went wrong.