From fc20afc9935c7c38d0737bb6a5ece49611301fac Mon Sep 17 00:00:00 2001 From: Denis Sikuler Date: Wed, 8 Jan 2025 17:29:13 +0300 Subject: [PATCH] Add Million.js --- README.md | 1 + README.zh-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 3acc306..d6ba413 100644 --- a/README.md +++ b/README.md @@ -545,6 +545,7 @@ * [Front-End Performance Checklist](https://github.com/thedaviddias/Front-End-Performance-Checklist) - an exhaustive list of elements you should check or at least be aware of, as a Front-End developer and apply to your project. * [Jampack](https://jampack.divriots.com/) - optimizes static websites for best user experience and best Core Web Vitals scores. * [Lighthouse](https://developers.google.com/web/tools/lighthouse/) - an open-source, automated tool for improving the quality of web pages. It has audits for performance, accessibility, progressive web apps, and more. +* [Million.js](https://million.dev/) ([Github repo](https://github.com/aidenybai/million)) - an extremely fast and lightweight optimizing compiler that make components up to 70% faster. * [memlab](https://facebook.github.io/memlab/) - a framework for finding JavaScript memory leaks and analyzing heap snapshots. * [Optimize your libraries with webpack](https://github.com/GoogleChromeLabs/webpack-libs-optimizations) - tips to make your webpack bundle smaller. * [Package Phobia](https://packagephobia.com/) - reports the size of an npm package before you install it. This is useful for inspecting potential dependencies or devDependencies without using up precious disk space or waiting minutes for npm install. diff --git a/README.zh-CN.md b/README.zh-CN.md index 7998c29..3cad223 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -508,6 +508,7 @@ - [前端性能清单](https://github.com/thedaviddias/Front-End-Performance-Checklist) - 作为前端开发人员,您应该检查或至少了解并应用于您的项目的元素的详尽列表。 - [Jampack](https://jampack.divriots.com/) - 优化静态网站以获得最佳用户体验和最佳 Core Web Vitals 分数。 - [灯塔](https://developers.google.com/web/tools/lighthouse/) - 用于提高网页质量的开源自动化工具。它具有对性能、可访问性、渐进式 Web 应用程序等的审核。 +- [Million.js](https://million.dev/) ([Github repo](https://github.com/aidenybai/million)) - 一个极其快速和轻量的优化编译器,可以使组件速度提高 70%。 - [memlab](https://facebook.github.io/memlab/) - 一个用于查找 JavaScript 内存泄漏和分析堆快照的框架。 - 使用 webpack [优化您的库 - 使您的 webpack](https://github.com/GoogleChromeLabs/webpack-libs-optimizations) 捆绑包更小的提示。 - [packagephobia](https://packagephobia.com/) - 在安装 npm 包之前报告它的大小。这对于检查潜在的依赖项或 devT依赖项非常有用,而不会占用宝贵的磁盘空间或等待几分钟进行 npm 安装。