Skip to content

Commit

Permalink
🍼 weekly-202120
Browse files Browse the repository at this point in the history
  • Loading branch information
zoeblow committed May 14, 2021
1 parent 3241947 commit 59bc24a
Show file tree
Hide file tree
Showing 101 changed files with 11,804 additions and 8,933 deletions.
51 changes: 51 additions & 0 deletions 2021/weekly-20.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<!--
* @Description: weekly-20
* @Author: zoeblow
* @Email: [email protected]
* @Date: 2021-4-2 17:20:24
* @LastEditors: wangfuyuan
* @LastEditTime: 2021-05-14 15:45:16
* @FilePath: \nuofe-weekly\2021\weekly-20.md
-->

# 诺诺前端周刊:2021-20 期

Add:2021-05-14

Update:2021-05-14

![202120](../images/2021/202120.jpg)

## 前端消息

- [从 0 到 1 开发一个简单的 eslint 插件](https://mp.weixin.qq.com/s/fmesJ-YivVyWe2470lmTHg)

> 通过设定的 `eslint` 的语法规则,来对代码进行检查,通过规则来约束代码的风格,以此来提高代码的健壮性,避免因为代码不规范导致应用出现 `bug` 的可能。
- [Vue 中避免滥用 this 去读取 data 中数据](https://juejin.cn/post/6934911314871451685)

> `Vue` 中,`data` 选项是个好东西,把数据往里一丢,在一个 Vue 组件中任何一个地方都可以通过 `this` 来读取 `data` 中数据。
- [小程序静默登录方案设计](https://mp.weixin.qq.com/s/CI5PhMz1pxgAd0-tCyxsug)

> 首先谈谈在小程序的开发中,如何借助微信的能力标识一个用户?
## 技术解析

- [深入浅出 Vue Mixin](https://mp.weixin.qq.com/s/1JSzXO9mkT3phFsPcBJh0w)

> 什么 `mixin`--`mixin`, 意为混入。。
- [前端音视频的那些名词](https://mp.weixin.qq.com/s/DRS_sdd_PQeRTr_k6FRWNA)

> 前端音视频的那些名词。
- [二维码扫码登录是什么原理](https://mp.weixin.qq.com/s/GueVIO54A1iPz_Y7I0oNtQ)

> 在扫码的过程中,大家可能会有疑问:这二维码安全吗?会不会泄漏我的个人信息?
## 其他

- [程序员版孔乙己](https://mp.weixin.qq.com/s/cg6FRNOQ0NQ5Nyumt9iXHQ)

> 穿格子衫的孔乙己。
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: 2021-05-08 16:24:44
* @LastEditTime: 2021-05-14 15:46:10
* @FilePath: \nuofe-weekly\SUMMARY.md
-->

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

- 2021
- [第 20 期](2021/weekly-20.md)
- [第 19 期](2021/weekly-19.md)
- [第 18 期](2021/weekly-18.md)
- [第 17 期](2021/weekly-17.md)
Expand Down
Loading

0 comments on commit 59bc24a

Please sign in to comment.