All Projects → alienzhou → Frontend Tech List

alienzhou / Frontend Tech List

📝 Frontend Tech List for Developers 💡

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Frontend Tech List

Vue Slick Carousel
🚥Vue Slick Carousel with True SSR Written for ⚡Faster Luxstay
Stars: ✭ 447 (-84.59%)
Mutual labels:  frontend, pwa
Pwa Boilerplate
✨ PWA Boilerplate is highly scalable and is designed to help you kick-start your next project 🔭.
Stars: ✭ 82 (-97.17%)
Mutual labels:  frontend, pwa
Redux Bundler
Compose a Redux store out of smaller bundles of functionality.
Stars: ✭ 579 (-80.04%)
Mutual labels:  frontend, pwa
Vuefront
VueFront Core. Turn your old-fashioned CMS website in to a SPA & PWA in 5 minutes
Stars: ✭ 316 (-89.11%)
Mutual labels:  frontend, pwa
Ui
🏁🌐 Frontend Svelte PWA starter for SaaS startups
Stars: ✭ 200 (-93.11%)
Mutual labels:  frontend, pwa
Aurelia
Aurelia 2, a standards-based, front-end framework designed for high-performing, ambitious applications.
Stars: ✭ 995 (-65.7%)
Mutual labels:  frontend, pwa
Vue Storefront
The open-source frontend for any eCommerce. Built with a PWA and headless approach, using a modern JS stack. We have custom integrations with Magento, commercetools, Shopware and Shopify and total coverage is just a matter of time. The API approach also allows you to merge VSF with any third-party tool like CMS, payment gateways or analytics. Ne…
Stars: ✭ 9,111 (+214.06%)
Mutual labels:  frontend, pwa
Builder
Drag and drop page building using your code components
Stars: ✭ 1,281 (-55.84%)
Mutual labels:  frontend, pwa
Learning Pwa
📱some samples and blogs about how to start with your first PWA
Stars: ✭ 162 (-94.42%)
Mutual labels:  frontend, pwa
Ionic Framework
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.
Stars: ✭ 45,802 (+1478.83%)
Mutual labels:  frontend, pwa
Cfp List
Конференции по фронтенду, принимающие доклады на русском языке
Stars: ✭ 101 (-96.52%)
Mutual labels:  list, frontend
Frontend Dev Bookmarks
Manually curated collection of resources for frontend web developers.
Stars: ✭ 32,924 (+1034.92%)
Mutual labels:  list, frontend
Tech Blogs
A curated list of interesting tech blogs
Stars: ✭ 37 (-98.72%)
Mutual labels:  tech, list
Pure Sh Bible
📖 A collection of pure POSIX sh alternatives to external processes.
Stars: ✭ 3,246 (+11.89%)
Mutual labels:  list
Frontend Boilerplates
Collection of Boilerplates with ES6, Vue, React, Nuxt, TypeScript, SCSS, Nodejs. Using good practices and file structures to inspire your real projects.
Stars: ✭ 269 (-90.73%)
Mutual labels:  frontend
Lighthouse Action
💡🏠 GitHub Action for running @GoogleChromeLabs Lighthouse webpage audits
Stars: ✭ 263 (-90.93%)
Mutual labels:  pwa
Awesome Esolangs
Curated list of awesome Esoteric languages and resources
Stars: ✭ 258 (-91.11%)
Mutual labels:  list
Progressive Web Apps Book
All of the code for "Progressive Apps" - a book by Dean Hume
Stars: ✭ 270 (-90.69%)
Mutual labels:  pwa
Ios Pwa Wrapper
An iOS Wrapper application to create a native iOS App from an offline-capable Progressive Web App.
Stars: ✭ 268 (-90.76%)
Mutual labels:  pwa
Ellipsed
A JavaScript library for multilined ellipsis
Stars: ✭ 261 (-91%)
Mutual labels:  frontend

前端技术清单

最后更新:2019/10/09 新增内容 (diff) >>

学习文章的知识往往是碎片化的。而前端涉及到的面很广,这些知识如果不进行有效梳理,则无法相互串联、形成体系。因此,我结合工作体会将抽象出了一些前端基础能力,并将看过、写过的一些不错的文章进行整理,形成了一份(纯)前端技术清单。

不论你是正在自学前端,还是对前端某些技术熟练掌握但某些还未涉足,我都希望这份清单能帮助你 review 一些前端的基础能力。

0. 年度报告

1. 基础拾遗

温故而知新,不知则习之,是以牢固根基。

1.1. JavaScript

1.2. CSS

1.3. 浏览器

2. 工程化与工具

软件规模的扩大带来了工程化的需求,前端也不例外。随着 NodeJS 的出现,前端工程师可以使用熟悉的 JS 快速开发所需的工具。工具链生态的繁荣也是前端圈繁荣的一个写照。

2.1. webpack

2.2. Gulp

2.3. Linter

2.4. 静态类型(Typescript/Flow)

2.5. Babel

2.6. CSS预处理与模块化

3. 性能优化

性能优化其实就是在理解浏览器的基础上“因地制宜”,因此可以配合1.3节“浏览器”部分进行理解。

强烈推荐把 Google Web 上性能优化 Tab 中的文章都通读一遍,其基本涵盖了现代浏览器中性能优化的所有点。笔者也梳理了一份「前端性能优化指南 🚀,可以帮助大家系统地了解和学习前端性能优化。

下面也摘录了其中一些个人认为非常不错的文章。

3.1. 加载性能

3.2. 运行时性能

3.3. 前端缓存

3.4. 性能调试与实践

3.5. 性能指标

4. 安全

很多安全风险老生常谈,但是往往到出现问题时,才会被重视或者意识到。

4.1. XSS

4.2. CSRF

4.3. CSP

4.4. HTTPS

4.5. 安全实录

4.6. 代码保护

4.7. JS沙盒

4.8. 其他

5. 自动化测试

自动化测试是软件工程的重要部分之一,但却极容易被忽视。

5.1. 单元测试

5.2. 端到端测试 (E2E)

5.3. 其他

6. 框架与类库

如果说基础知识是道,那框架与工具可能就是术;学习与理解它们,但千万不要成为它们的奴隶。

6.1. React

6.2. Vue

6.3. Redux

6.4. RxJS

7. 新技术/方向

前端领域新技术、新方向层出不穷,这里汇总一些新技术方向;作为开发者需要多了解但是不要盲从

7.1. PWA

7.2. CSS Houdini

7.3. Web Components

7.4. 微前端(Micro Frontends)

7.5. HTTP/2

7.6. WebAssembly

7.7. 小程序

7.8. Serverless

8. 业务相关

在业务中往往还有一些与“业务无关”的场景需求 —— 不论是什么业务几乎都会遇到;因此,在变与不变中,我们更需要去抽象出这些问题。

8.1. 数据打点上报

8.2. 前端监控

8.3. A/B测试

8.4. “服务端推”

8.5. 动效

9. 其他

开卷有益。

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].