Skip to content

Commit

Permalink
🍼 weekly 202052
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeblow committed Dec 25, 2020
1 parent e76c8d3 commit 85790a1
Show file tree
Hide file tree
Showing 81 changed files with 7,824 additions and 5,479 deletions.
53 changes: 53 additions & 0 deletions 2020/weekly-52.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<!--
* @Description: 2020-52
* @Author: zoeblow
* @Email: [email protected]
* @Date: 2020-07-17 19:10:52
* @LastEditors: wangfuyuan
* @LastEditTime: 2020-12-25 17:17:44
* @FilePath: \nuofe-weekly\2020\weekly-52.md
-->

# 诺诺前端周刊:2020-52 期

Add:2020-12-25

Update:2020-12-25

![202052](../images/2020/202052.jpg)

> `2020` 最后一期,我们 `2021` 再见.
## 前端消息

- [Math.random() 还能这样玩?](https://mp.weixin.qq.com/s/waQiMqu944K9Ep4qkNu0og)

> 原来 `Math.random()` 对于游戏,动画,随机数据,生成艺术,随机文本生成等非常有用!
- [都 2021 年了,Serverless 能取代微服务吗?](https://mp.weixin.qq.com/s/G7tE6o-02j37RRgAeWp9OQ)

> 有人说微服务与 `Serverless` 是相背离的,虽然我们可以基于 `Serverless` 后端来构建微服务,但在微服务和 `Serverless` 之间并不存在直接的路径。
- [闲庭信步聊前端 - 漫谈 XSS](https://mp.weixin.qq.com/s/kDXOntazDDIQWs0p1YMkOg)

> 众所周知 `XSS``Cross-Site Scripting`(跨站脚本攻击)的简称,所以为啥不是`CSS`
## 技术解析

- [14 款 web 前端常用的富文本编辑器插件](https://mp.weixin.qq.com/s/bczBeylxFV7XYUGSLupWqw)

> 富文本编辑器是一种可内嵌于浏览器,所见即所得的文本编辑器。
- [为什么 React 源码不用 TypeScript 来写?](https://www.zhihu.com/question/378470381/answer/1079675543)

> `Facebook` 内部的角度告诉你为什么现在 `React` 的源代码用了 `Flow` 但没有用 `TypeScript`
- [聊聊知乎小程序引擎](https://mp.weixin.qq.com/s/wjG7fYsN0FmtxnoJ2CvAng)

> 本上囊括了非端侧小程序引擎实现的方方面面,其中还涵盖了大量的微信小程序开发文档里不会告诉你的特性细节。
## 其他

- [Element UI for Vue 3.0 来了!](https://zhuanlan.zhihu.com/p/321311020)

> `Element UI for Vue 3.0` 来了!
3 changes: 2 additions & 1 deletion SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* @Email: [email protected]
* @Date: 2019-08-14 14:06:51
* @LastEditors: wangfuyuan
* @LastEditTime: 2020-12-18 15:34:10
* @LastEditTime: 2020-12-25 16:43:12
* @FilePath: \nuofe-weekly\SUMMARY.md
-->

Expand All @@ -13,6 +13,7 @@
- [诺诺前端周刊](README.md)

- 2020
- [第 52 期](2020/weekly-52.md)
- [第 51 期](2020/weekly-51.md)
- [第 50 期](2020/weekly-50.md)
- [第 49 期](2020/weekly-49.md)
Expand Down
Loading

0 comments on commit 85790a1

Please sign in to comment.