Skip to content

Commit

Permalink
docs: update zhoubao title and link
Browse files Browse the repository at this point in the history
  • Loading branch information
FengShangWuQi committed Aug 7, 2021
1 parent 43e3054 commit c5cdd18
Show file tree
Hide file tree
Showing 29 changed files with 37 additions and 43 deletions.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
4 changes: 2 additions & 2 deletions zhoubao/2019-11-10-of-01.md → zhoubao/issue-01.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#01 @ 2019.11.10
title: 周报#01 @ TypeScript 3.7、响应式编程、Svelte
tags:
- Front-End
date: 2019-11-10
cover: images/zhoubao-01.png
cover: images/issue-01.png
---

## 前端动态
Expand Down
6 changes: 3 additions & 3 deletions zhoubao/2019-11-17-of-02.md → zhoubao/issue-02.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#02 @ 2019.11.17
title: 周报#02 @ React 数据请求、Portals、react-adaptive-hooks
tags:
- Front-End
date: 2019-11-17
cover: images/zhoubao-02.jpg
cover: images/issue-02.jpg
---

## 前端动态
Expand Down Expand Up @@ -44,7 +44,7 @@ Chrome 的目标是让用户告别加载延迟,未来,Chrome 可能会在在

### 1、[react-interactive-paycard](https://github.com/jasminmif/react-interactive-paycard)

![react-interactive-paycard](images/zhoubao-02-react-interactive-paycard.jpg)
![react-interactive-paycard](images/issue-02-react-interactive-paycard.jpg)

有人看到 [JavaScript Weekly](https://javascriptweekly.com/issues/461) 最近展示的 [vue-interactive-paycard](https://github.com/muhammederdem/vue-interactive-paycard),认为我们也需要 React 版本。

Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2019-11-24-of-03.md → zhoubao/issue-03.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#03 @ 2019.11.24
title: 周报#03 @ React Conf 2019、函数式组件优化、cssdb
tags:
- Front-End
date: 2019-11-24
cover: images/zhoubao-03.jpg
cover: images/issue-03.jpg
---

## 前端动态
Expand Down
22 changes: 9 additions & 13 deletions zhoubao/2019-12-01-of-04.md → zhoubao/issue-04.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#04 @ 2019.12.01
title: 周报#04 @ 框架设计、业务中台、Serverless 前后端一体化
tags:
- Front-End
date: 2019-12-01
cover: images/zhoubao-04.jpg
cover: images/issue-04.jpg
---

## 前端动态
Expand All @@ -16,35 +16,31 @@ cover: images/zhoubao-04.jpg

流行的 **JavaScript 状态调查** 又开始了,今年是该项调查的第四年,将一如既往地通过整理收集反馈的方式来帮助开发者决策接下来的 JavaScript 学习方向和技术选型。

### 3、[九大模块,逐行剖析 Vue.js 源码](https://nlrx-wjc.github.io/Learn-Vue-Source-Code/)

作者利用工作之余时间逐行剖析 Vue.js 源码,将 Vue.js 源码分为 **变化侦测****虚拟 DOM****模板编译****实例方法****全局 API****生命周期****指令****过滤器****内置组件** 九大模块,逐个击破,希望能帮助到更多的 Vue 初学者。目前已完成了前三部分,后续持续更新中。

### 4、[尤雨溪:在框架设计中寻求平衡](https://juejin.im/post/5d45be46f265da03cf7a70d7)
### 3、[尤雨溪:在框架设计中寻求平衡](https://juejin.im/post/5d45be46f265da03cf7a70d7)

通过本文,我们可以了解在当前框架三足鼎立的局势下,如何直接透过框架本身了解到更多有关框架设计中的的权衡,以及 **Vue** 是如何进行取舍的。

### 5[深入浅出 SWR 原理](https://zhuanlan.zhihu.com/p/93824106)
### 4[深入浅出 SWR 原理](https://zhuanlan.zhihu.com/p/93824106)

本文主要是基于 **SWR** 源码对其原理进行分析,但并没有直接从源码开始,而是从实际需求场景一步一步推导进而实现 **SWR** 的功能。最终结论是 **useSWR** 除了提供常见的请求功能外,间接的还提供了一种 **状态管理** 的方案。

### 6[为什么 Vue3.0 不再使用 defineProperty 实现数据监听](https://www.infoq.cn/article/sPCMAcrdAZQfmLbGJeGr)
### 5[为什么 Vue3.0 不再使用 defineProperty 实现数据监听](https://www.infoq.cn/article/sPCMAcrdAZQfmLbGJeGr)

Vue 3.0 中,响应式数据部分弃用了 **Object.defineProperty**,使用 **Proxy** 来代替它。本文将主要通过以下方面来分析为什么 Vue 选择弃用 Object.defineProperty。

### 7[前端领域的 Docker 与 Kubernetes](https://juejin.im/post/5dddd15b6fb9a071576dbd7a)
### 6[前端领域的 Docker 与 Kubernetes](https://juejin.im/post/5dddd15b6fb9a071576dbd7a)

**Docker** 和传统部署方式最大的不同在于,它将不会限制我们使用任何工具,任何语言,任何版本的 runtime,Docker 将我们的应用看成一个只提供网络服务的盒子(也即容器),**Kubernetes** 则是对这些盒子进行更多自动化的操作,自动创建,自动重启,自动扩容,自动调度,这个过程称之为容器编排。通过本文,读者可以了解到 Docker 的基本原理,Kubernetes 是怎么工作的, 对于前端 Kubernetes 有哪些优势与玩法。

### 8[阿里巴巴架构师:十问业务中台和我的答案](https://www.infoq.cn/article/PpmvT3eDLxzhHVEVqbmO)
### 7[阿里巴巴架构师:十问业务中台和我的答案](https://www.infoq.cn/article/PpmvT3eDLxzhHVEVqbmO)

**中台** 概念这几年非常火,特别是阿里、腾讯、百度、京东等互联网公司最近频繁的基于中台调整组织架构,把中台的热度又上升到另一个高度,甚至有这样的声音,90 年代不做 ERP 会死,现在不做中台也会定企业生死。本文是“阿里巴巴业务中台”专题的第一篇,作者希望通过自己在阿里业务中台方法体系建设及项目中的一些经验,为企业在业务中台建设过程提供一些帮助。

### 9[解读 2019 之架构领域全年盘点](https://www.infoq.cn/article/U3Lr4dtChbximocaSqK5)
### 8[解读 2019 之架构领域全年盘点](https://www.infoq.cn/article/U3Lr4dtChbximocaSqK5)

2019 年,整个 IT 领域发生了许多深刻而又复杂的变化,InfoQ 策划了 **解读 2019** 年终技术盘点系列文章,希望能够给读者清晰地梳理出 IT 领域技术这一年的发展变化,回顾过去,继续前行。本文是 **架构篇** 年终盘点。

### 10[浅析基于 Serverless 的前后端一体化框架](https://segmentfault.com/a/1190000019639519)
### 9[浅析基于 Serverless 的前后端一体化框架](https://segmentfault.com/a/1190000019639519)

Serverless 是一种 **无服务器架构** 模式,它无需关心程序运行环境、资源及数量,只需要将精力聚焦到业务逻辑上的技术。基于 Serverless 开发 web 应用,架构师总是试图把传统的解决方案移植到 Serverless 上,虽然可以做到既拥有 Serverless 新技术带来的红利,又能维持住传统开发模式的开发体验。但是,Serverless 技术带来的改变可能不止这些,可能是颠覆整个传统 web 应用开发模式的革命性技术。

Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2019-12-08-of-05.md → zhoubao/issue-05.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#05 @ 2019.12.08
title: 周报#05 @ 微前端、热更新、creepyface
tags:
- Front-End
date: 2019-12-08
cover: images/zhoubao-05.jpg
cover: images/issue-05.jpg
---

## 前端动态
Expand Down
6 changes: 3 additions & 3 deletions zhoubao/2019-12-15-of-06.md → zhoubao/issue-06.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#06 @ 2019.12.15
title: 周报#06 @ 防御性编程、部署史、javascript-algorithms
tags:
- Front-End
date: 2019-12-15
cover: images/zhoubao-06.jpg
cover: images/issue-06.jpg
---

## 前端动态
Expand Down Expand Up @@ -36,7 +36,7 @@ Node.js 生态目前已很成熟,在每个领域都提供了较多具有吸引

回顾 **2019** 年前端和 Web 开发的主要事件,新闻和趋势。

### 8、[前端部署发展史](https://juejin.im/post/5dc4ae67f265da4cfa7bbb9a)
### 8、[前端部署的发展历程](https://shanyue.tech/frontend-engineering/deploy.html)

前端以前是刀耕火种,那前端应用部署在以前也是刀耕火种。那前端应用部署的发展得益于什么,随前端工程化带来的副产品?这只是一部分,而更重要的原因是 **devops** 的崛起。

Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2019-12-22-of-07.md → zhoubao/issue-07.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#07 @ 2019.12.22
title: 周报#07 @ state of css and js 2019、WebAssembly、wenyan-lang
tags:
- Front-End
date: 2019-12-22
cover: images/zhoubao-07.jpg
cover: images/issue-07.jpg
---

## 前端动态
Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2019-12-29-of-08.md → zhoubao/issue-08.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#08 @ 2019.12.29
title: 周报#08 @ 前端权限控制、GitHub Action、browser detector
tags:
- Front-End
date: 2019-12-29
cover: images/zhoubao-08.jpg
cover: images/issue-08.jpg
---

## 前端动态
Expand Down
6 changes: 2 additions & 4 deletions zhoubao/2020-01-05-of-09.md → zhoubao/issue-09.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#09 @ 2020.01.05
title: 周报#09 @ llhttp、prefers-color-scheme、figlet.js
tags:
- Front-End
date: 2020-01-05
cover: images/zhoubao-09.jpg
cover: images/issue-09.jpg
---

## 前端动态
Expand Down Expand Up @@ -75,5 +75,3 @@ cover: images/zhoubao-09.jpg
## 最后一提

1、[1Password](https://1password.com/zh-cn/) 是个好东西。

2、**年会抽奖** 要开始了,突然不知道咋写 **bug** 了。
4 changes: 2 additions & 2 deletions zhoubao/2020-01-12-of-10.md → zhoubao/issue-10.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#10 @ 2020.01.12
title: 周报#10 @ Flutter、CSS 架构、wakatime
tags:
- Front-End
date: 2020-01-12
cover: images/zhoubao-10.jpg
cover: images/issue-10.jpg
---

## 前端动态
Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2020-03-15-of-11.md → zhoubao/issue-11.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#11 @ 2020.03.15
title: 周报#11 @ ES2020、Ant Design 4.0、esbuild
tags:
- Front-End
date: 2020-03-15
cover: images/zhoubao-11.jpg
cover: images/issue-11.jpg
---

## 前端动态
Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2020-04-19-of-12.md → zhoubao/issue-12.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#12 @ 2020.04.19
title: 周报#12 @ webpack 治理、GitHub 核心功能免费、browser-2020
tags:
- Front-End
date: 2020-04-19
cover: images/zhoubao-12.jpg
cover: images/issue-12.jpg
---

## 前端动态
Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2021-07-25-of-13.md → zhoubao/issue-13.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#13 @ 2021.07.25
title: 周报#13 @ ES12、petite-vue、nativefier
tags:
- Front-End
date: 2021-07-25
cover: images/zhoubao-13.jpg
cover: images/issue-13.jpg
---

## 前端动态
Expand Down
4 changes: 2 additions & 2 deletions zhoubao/2021-08-01-of-14.md → zhoubao/issue-14.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: 周报#14 @ 2021.08.01
title: 周报#14 @ 手写 React、Web NFC、zustand
tags:
- Front-End
date: 2021-08-01
cover: images/zhoubao-14.jpg
cover: images/issue-14.jpg
---

## 前端动态
Expand Down

2 comments on commit c5cdd18

@vercel
Copy link

@vercel vercel bot commented on c5cdd18 Aug 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on c5cdd18 Aug 7, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.