-
Notifications
You must be signed in to change notification settings - Fork 0
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
3 changed files
with
53 additions
and
1 deletion.
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-24 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2021-5-27 17:20:24 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2021-06-11 18:57:56 | ||
* @FilePath: \nuofe-weekly\2021\weekly-24.md | ||
--> | ||
|
||
# 诺诺前端周刊:2021-24 期 | ||
|
||
Add:2021-06-11 | ||
|
||
Update:2021-06-11 | ||
|
||
![202124](../images/2021/202124.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [微信 H5 页面前端开发,大多数人都会遇到的几个兼容性坑](https://mp.weixin.qq.com/s/AfeXcggVCE9KgpysSW5eiw) | ||
|
||
> 总结分享一下前端开发过程中的几个兼容性坑。 | ||
- [我 JS 写的好好的,为什么要用那么复杂的 TS](https://juejin.cn/post/6953500339425247246) | ||
|
||
> 我 `JS` 写的好好的,为啥要用 TS 写呢? | ||
- [明明有了 promise ,为啥还需要 async await ?](https://mp.weixin.qq.com/s/9ga2gpEb6-UdlLGadGqlDw) | ||
|
||
> 明明有了 `promise` ,为啥还需要 `async await` ? | ||
## 技术解析 | ||
|
||
- [Web 性能标准知多少](https://mp.weixin.qq.com/s/eg7v7SQ_D6Vi2QTRJ5iHNA) | ||
|
||
> 很多人关注的、包括网上发布的一些文章大多都是关于性能优化手段,也有关于性能指标的以及如何做性能监控的。 | ||
- [深入理解 ReactDOM.render 是如何串联渲染链路的全过程](https://mp.weixin.qq.com/s/elJ7flUe2FL-s43bb3kguw) | ||
|
||
> 们以首次渲染为切入点,拆解 Fiber 架构下 ReactDOM.render 所触发的渲染链路,结合源码理解整个链路中所涉及的初始化、render 和 commit 等过程。 | ||
- [SameSaite 那些事](https://mp.weixin.qq.com/s/QZkOXhQIg2LqDWpi7mzCdQ) | ||
|
||
> CSRF 的本质实际上是利用了 Cookie 会自动在请求中携带的特性,诱使用户在第三方站点发起请求的行为。 | ||
## 其他 | ||
|
||
- [React18 真的来了](https://mp.weixin.qq.com/s/Zp5NlWplDrHcuW26KAeusw) | ||
|
||
> 9 日凌晨 1 点,React 官方博客放出 v18 最新进展。 |
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: 2019-08-14 14:06:51 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2021-06-04 15:36:11 | ||
* @LastEditTime: 2021-06-11 19:02:14 | ||
* @FilePath: \nuofe-weekly\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2021 | ||
- [第 24 期](2021/weekly-24.md) | ||
- [第 23 期](2021/weekly-23.md) | ||
- [第 22 期](2021/weekly-22.md) | ||
- [第 21 期](2021/weekly-21.md) | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.