-
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
113 changed files
with
14,528 additions
and
11,345 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-32 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2021-5-27 17:20:32 | ||
* @LastEditors: wangfuyuan | ||
* @LastEditTime: 2021-08-06 15:48:14 | ||
* @FilePath: \nuofe-weekly\2021\weekly-32.md | ||
--> | ||
|
||
# 诺诺前端周刊:2021-32 期 | ||
|
||
Add:2021-08-06 | ||
|
||
Update:2021-08-06 | ||
|
||
![202132](../images/2021/202132.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [React,优雅的捕获异常进阶篇, 含 Hooks 方案](https://juejin.cn/post/6976414994107727909) | ||
|
||
> 在 React 项目中,因为事件处理程序总是需要写 try/catch,不胜其烦。 | ||
- [一文帮你搞定 90% 的 JS 手写题!](https://juejin.cn/post/6963167124881670152) | ||
|
||
> 还在害怕手写题吗,本文可以帮你扩展并巩固自己的 JS 基础,顺便搞定 90%的手写题。 | ||
- [缩短箭头函数的小窍门](https://mp.weixin.qq.com/s/_ZxSKy-jCKVXoA2l9cXYRg) | ||
|
||
> 可以使用箭头语法,你可以定义比函数表达式短的函数。在某些情况下,你可以完全省略。 | ||
## 技术解析 | ||
|
||
- [JavaScript 如何检测文件的类型?](https://mp.weixin.qq.com/s/ZK-IQXNkB10JxwVj1NTclw) | ||
|
||
> 除了通过 input 元素的 accept 属性,其实我们可以通过读取文件的二进制数据来识别正确的文件类型。 | ||
- [使用 TypeScript 中的 any 类型前,你需要了解的一切](https://mp.weixin.qq.com/s/rHsgUSX8AqSS7u_BAmej_g) | ||
|
||
> 在 TypeScript 中,任何类型的值都可以赋值给 any , any 也可以赋值给任意类型,因此,any 类型通常也被称为 top type | ||
- [伪类与伪元素是怎么回事儿](https://mp.weixin.qq.com/s/DxPfdzU-G0OHCxDqFIUrOQ) | ||
|
||
> 想要了解伪类与伪元素,我们不得不提到 CSS 选择器。 | ||
## 其他 | ||
|
||
- [实现水波涟漪效果的点击反馈指令](https://juejin.cn/post/6968343900742221861) | ||
|
||
> 不知道小伙伴们有没有注意过这样一个细节,有的应用按钮,链接,可交互的卡片点击起来十分有感觉,而有的却像是点在白纸上了一样。 |
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-07-30 17:12:20 | ||
* @LastEditTime: 2021-08-06 15:50:09 | ||
* @FilePath: \nuofe-weekly\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2021 | ||
- [第 32 期](2021/weekly-32.md) | ||
- [第 31 期](2021/weekly-31.md) | ||
- [第 30 期](2021/weekly-30.md) | ||
- [第 29 期](2021/weekly-29.md) | ||
|
Oops, something went wrong.