Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Cs Interview Knowledge Map | 17,020 | 3 years ago | 40 | |||||||
Build the best interview map. The current content includes JS, network, browser related, performance optimization, security, framework, Git, data structure, algorithm, etc. | ||||||||||
Wp Calypso | 12,305 | 168 | 49 | an hour ago | 29 | January 24, 2023 | 5,271 | gpl-2.0 | JavaScript | |
The JavaScript and API powered WordPress.com | ||||||||||
Infisical | 9,741 | 2 | an hour ago | 44 | November 21, 2022 | 209 | other | TypeScript | ||
♾ Infisical is an open-source, end-to-end encrypted platform for secret management: sync secrets across your team/infrastructure and prevent secret leaks. | ||||||||||
Lbry Desktop | 3,593 | 3 months ago | 598 | mit | JavaScript | |||||
A browser and wallet for LBRY, the decentralized, user-controlled content marketplace. | ||||||||||
Frontend Tech List | 2,728 | 4 years ago | 1 | HTML | ||||||
📝 Frontend Tech List for Developers 💡 | ||||||||||
Spring Security React Ant Design Polls App | 1,617 | 7 months ago | 45 | Java | ||||||
Full Stack Polls App built using Spring Boot, Spring Security, JWT, React, and Ant Design | ||||||||||
Jetpack | 1,510 | 5 | 7 hours ago | 44 | September 04, 2023 | 2,712 | other | PHP | ||
Security, performance, marketing, and design tools — Jetpack is made by WordPress experts to make WP sites safer and faster, and help you grow your traffic. | ||||||||||
Secure Electron Template | 1,475 | 4 months ago | 20 | mit | JavaScript | |||||
The best way to build Electron apps with security in mind. | ||||||||||
React Cool Starter | 1,291 | 2 | 7 months ago | 1 | September 23, 2017 | 31 | mit | TypeScript | ||
😎 🐣 A starter boilerplate for a universal web app with the best development experience and a focus on performance and best practices. | ||||||||||
Spearmint | 1,249 | 17 days ago | 5 | mit | TypeScript | |||||
Testing, simplified. || An inclusive, accessibility-first GUI for generating clean, semantic Javascript tests in only a few clicks of a button. |
最后更新:2019/10/09 新增内容 (diff) >>
学习文章的知识往往是碎片化的。而前端涉及到的面很广,这些知识如果不进行有效梳理,则无法相互串联、形成体系。因此,我结合工作体会将抽象出了一些前端基础能力,并将看过、写过的一些不错的文章进行整理,形成了一份(纯)前端技术清单。
不论你是正在自学前端,还是对前端某些技术熟练掌握但某些还未涉足,我都希望这份清单能帮助你 review 一些前端的基础能力。
温故而知新,不知则习之,是以牢固根基。
button
元素的按钮 [英]软件规模的扩大带来了工程化的需求,前端也不例外。随着 NodeJS 的出现,前端工程师可以使用熟悉的 JS 快速开发所需的工具。工具链生态的繁荣也是前端圈繁荣的一个写照。
性能优化其实就是在理解浏览器的基础上“因地制宜”,因此可以配合1.3节“浏览器”部分进行理解。
强烈推荐把 Google Web 上性能优化 Tab 中的文章都通读一遍,其基本涵盖了现代浏览器中性能优化的所有点。笔者也梳理了一份「前端性能优化指南 🚀」,可以帮助大家系统地了解和学习前端性能优化。
下面也摘录了其中一些个人认为非常不错的文章。
很多安全风险老生常谈,但是往往到出现问题时,才会被重视或者意识到。
rel=noopener
[英]:打开一个新页面是如何带来安全隐患的自动化测试是软件工程的重要部分之一,但却极容易被忽视。
如果说基础知识是道,那框架与工具可能就是术;学习与理解它们,但千万不要成为它们的奴隶。
前端领域新技术、新方向层出不穷,这里汇总一些新技术方向;作为开发者需要多了解但是不要盲从
在业务中往往还有一些与“业务无关”的场景需求 —— 不论是什么业务几乎都会遇到;因此,在变与不变中,我们更需要去抽象出这些问题。
开卷有益。