-
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
157 changed files
with
27,469 additions
and
23,103 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-27 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2024-01-01 20:20:35 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2024-07-05 17:21:40 | ||
* @FilePath: \nuofe-weekly1\2024\weekly-27.md | ||
--> | ||
|
||
# 2024-27 期 | ||
|
||
Add:2024-07-05 | ||
|
||
Update:2024-07-05 | ||
|
||
![202427](../images/2024/202427.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [你不知道的 async、await 魔鬼细节](https://juejin.cn/post/7194744938276323384) | ||
|
||
> 关于promise、async/await的使用相信很多小伙伴都比较熟悉了,但是提到事件循环机制输出结果类似的题目,你敢说都会? | ||
- [我为展开收起功能做了动画,被老板称赞!](https://mp.weixin.qq.com/s/-ncEZw-1ZUzsrKOBCpn8eQ) | ||
|
||
> 这几天接了个新项目,需要实现下图中左侧边栏的菜单切换。这种功能其实就是一个折叠面板,实现方式多种多样。 | ||
- [阿里低代码框架 lowcode-engine 低代码表单实战](https://juejin.cn/post/7346865556328808463) | ||
|
||
> lowcode-engine功能比较强大,最近这段时间做了个低代码表单的实战,在过程中遇到一些问题,在这里做下介绍和总结。 | ||
## 技术解析 | ||
|
||
- [既然有需求,那么就手撸一个JSON可视化组件吧](https://juejin.cn/post/7357698682744143911) | ||
|
||
> 最近在公司的一个项目中遇到了一个需求,就是将读取到的JSON数据,展示成一个树形结构。 | ||
- [今天来研究一下m3u8视频](https://juejin.cn/post/7368156123990540339) | ||
|
||
> 我们在浏览视频网站的时候,会发现一些地址并不是真实的视频地址,而是一些Blob链接。 | ||
- [十分钟时间没有在系统进行操作,则锁定电脑](https://juejin.cn/post/7373831659470880806) | ||
|
||
> 领导让前端实习生在网页上添加一个长时间不操作锁定电脑的功能 | ||
## 其他 | ||
|
||
- [不得不安利的富文本编辑器,太赞了!](https://juejin.cn/post/7377662459921006629) | ||
|
||
> 接下来就和大家分享一款由facebook开源的强大的富文本编辑器——Lexical。目前在github上已有 17.7k star。 |
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-06-21 14:19:15 | ||
* @LastEditTime: 2024-07-05 17:15:14 | ||
* @FilePath: \nuofe-weekly1\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2024 | ||
- [第 27 期](2024/weekly-27.md) | ||
- [第 26 期](2024/weekly-26.md) | ||
- [第 25 期](2024/weekly-25.md) | ||
- [第 24 期](2024/weekly-24.md) | ||
|
Oops, something went wrong.