-
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
159 changed files
with
14,870 additions
and
9,161 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: 2020-47 | ||
* @Author: zoeblow | ||
* @Email: [email protected] | ||
* @Date: 2020-07-17 19:10:47 | ||
* @LastEditors: zoeblow | ||
* @LastEditTime: 2020-11-20 16:31:33 | ||
* @FilePath: \nuofe-weekly\2020\weekly-47.md | ||
--> | ||
|
||
# 诺诺前端周刊:2020-47 期 | ||
|
||
Add:2020-11-20 | ||
|
||
Update:2020-11-20 | ||
|
||
![202047](../images/2020/202047.jpg) | ||
|
||
## 前端消息 | ||
|
||
- [不要再问我跨域的问题了](https://mp.weixin.qq.com/s/IRWfjKn9p3Y72crqrIr6Vw) | ||
|
||
> 跨域这两个字就像一块狗皮膏药一样黏在每一个前端开发者身上,无论你在工作上或者面试中无可避免会遇到这个问题。 | ||
- [前端性能优化 24 条建议(2020)](https://mp.weixin.qq.com/s/9F-GYqr_QFmkkVBttZnlRw) | ||
|
||
> 性能优化是把双刃剑,有好的一面也有坏的一面。好的一面就是能提升网站性能,坏的一面就是配置麻烦,或者要遵守的规则太多。 | ||
- [纯 CSS 实现吸附效果](https://mp.weixin.qq.com/s/UK7_tp8WDbinK2TPM5hZ8A) | ||
|
||
> 一些纯 `CSS` 实现的效果和原理 | ||
## 技术解析 | ||
|
||
- [他写出了 Vue,却做不对这十道 Vue 笔试题](https://zhuanlan.zhihu.com/p/231510566) | ||
|
||
> 有十道关于 Vue 的选择题,在群里引出了一众社区知名人士竞折腰,最后钓出了 `Evan You` 本人亲自挑战…… 然后他自己也做错了 | ||
- [JS 冒泡事件与解决冒泡事件](https://mp.weixin.qq.com/s/9fNME8VU7VFAABmVM6iBHQ) | ||
|
||
> `JS` 冒泡事件我觉的还好吧。 | ||
- [推荐几个大厂的前端代码规范,学会了,你也能写出诗一样的代码!](https://juejin.cn/post/6893891476913291278) | ||
|
||
> 看完四舍五入就等于你也会了。 | ||
## 其他 | ||
|
||
- [Angular 11 正式发布:加入 webpack 5,升级至 TS 4.0,不再支持 IE 9 和 10](https://mp.weixin.qq.com/s/wX9Ef1GieihCVVTUhoBOdQ) | ||
|
||
> 在 `Angular 10` 中,已经弃用 `IE 9、10` 和 `IE mobile` 支持,此次 `v11` 版本中将完全删除 `IE 9、10` 和 `IE mobile`支持。 |
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: zoeblow | ||
* @LastEditTime: 2020-11-13 15:54:32 | ||
* @LastEditTime: 2020-11-20 16:21:14 | ||
* @FilePath: \nuofe-weekly\SUMMARY.md | ||
--> | ||
|
||
|
@@ -13,6 +13,7 @@ | |
- [诺诺前端周刊](README.md) | ||
|
||
- 2020 | ||
- [第 47 期](2020/weekly-47.md) | ||
- [第 46 期](2020/weekly-46.md) | ||
- [第 45 期](2020/weekly-45.md) | ||
- [第 44 期](2020/weekly-44.md) | ||
|
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
.DS_Store | ||
node_modules/ | ||
npm-debug.log* | ||
.DS_Store | ||
node_modules/ | ||
npm-debug.log* | ||
_book/ |
Oops, something went wrong.