From e246e4b9cd673d33565f15e8d4904a9fd7db9aa2 Mon Sep 17 00:00:00 2001 From: rookielzy Date: Fri, 17 Sep 2021 16:58:12 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=80=A7=E8=83=BD=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index fd34704..5d04028 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,7 @@ - [合成事件](#合成事件) - [Vue](#vue) - [组件库](#组件库) +- [性能优化](#性能优化) - [微前端](#微前端) - [跨端框架](#跨端框架) - [面试](#面试) @@ -404,6 +405,19 @@ Electron 是一个可以使用 Web 技术如 JavaScript、HTML 和 CSS 来创建 - [基于 lerna 和 yarn workspace 的 monorepo 工作流](https://zhuanlan.zhihu.com/p/71385053) - [FusionNext 可配置能力从 Sass 体系升级为支持 Css Variable](https://zhuanlan.zhihu.com/p/257159028) +## 性能优化 + +性能优化与用户体验密切相关,是前端进阶中必不可少的一部分。 + +推荐文章: + +- [前端性能优化之旅](https://github.com/alienzhou/fe-performance-journey) +- [前端性能优化 24 条建议(2020)](https://juejin.cn/post/6892994632968306702) +- [Web Vitals](https://web.dev/learn-web-vitals/) +- [Metrics](https://web.dev/metrics/) +- [Fast load times](https://web.dev/fast/) +- [Front-End Performance Checklist 2021](https://www.smashingmagazine.com/2021/01/front-end-performance-2021-free-pdf-checklist/) + ## 微前端 是一种类似于微服务的架构,它将微服务的理念应用于浏览器端,即将单页面前端应用由单一的单体应用转变为多个小型前端应用聚合为一的应用。