2018年流行JavaScript明星项目

AI摘要:2018年JavaScript明星项目总结,Vue.js连续三年登顶,新增超45k star。前端框架仍由Vue、React和Angular主导。Next.js和Nuxt领跑Node.js框架。TypeScript成为静态类型首选,VS Code成为主流IDE。移动开发以React Native为主,GraphQL生态快速发展。

logos-bg.png

通过对比各项目过去12个月在 GitHub 上新增明星数量,来评估其在2018年度的受关注程度,进而选出2018年度 JavaScript 领域崛起的明星项目。

项目有点多,文章有点长,加载会有点慢!!

最受欢迎项目

Vue.js 连续第三次登顶年度排行榜冠军。
它今年在 GitHub 上新增了超过 45k 的 star,比 2017 还要多 5k 势头依然不减!
第 4 名,Deno 是今年前十名中唯一的新项目。
Deno 是“一个可在浏览器外执行 JavaScriptTypeScript 代码的程序”
根据其作者 Ryan Dahl( Node.js 之父)的说法,这是一个尝试解决部分 Node.js 原有问题的、可靠的 TypeScript 运行时。

vue
vue
Owner:vuejs
Watch:209860
Star:209860
Fork:33901
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

react
react
Owner:facebook
Watch:242266
Star:242266
Fork:50389
The library for web and native user interfaces.

vscode
vscode
Owner:microsoft
Watch:180680
Star:180680
Fork:37392
Visual Studio Code

deno
deno
Owner:denoland
Watch:105828
Star:105828
Fork:5860
A modern runtime for JavaScript and TypeScript.

puppeteer
puppeteer
Owner:puppeteer
Watch:93303
Star:93303
Fork:9359
JavaScript API for Chrome and Firefox

create-react-app
create-react-app
Owner:facebook
Watch:103953
Star:103953
Fork:27152
Set up a modern web app by running one command.

axios
axios
Owner:axios
Watch:108472
Star:108472
Fork:11479
Promise based HTTP client for the browser and node.js

ant-design
ant-design
Owner:ant-design
Watch:97247
Star:97247
Fork:54370
An enterprise-class UI design language and React UI library

vue-element-admin
vue-element-admin
Owner:PanJiaChen
Watch:90274
Star:90274
Fork:30652
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

storybook
storybook
Owner:storybookjs
Watch:89037
Star:89037
Fork:9823
Storybook is the industry standard workshop for building, documenting, and testing UI components in isolation

前端框架

在前端框架方面,主导者还是和 2017 年一样的三位:Vue.jsReactAngular
六月 Vue.jsReact 都有一个小高峰。是什么原因?那时正值 Vue.js 总 star 数超过 React,成为 UI 框架类别中最受欢迎的项目。那时候,双方的粉丝都在为他们心目中的冠军拉票!
2018 年的新秀是 Omi,一个运用了 Shadow DOM 技术的、大有前途的 UI 框架,同时采用了 React 开发者们熟知的 JSX 语法。

vue
vue
Owner:vuejs
Watch:209860
Star:209860
Fork:33901
This is the repo for Vue 2. For Vue 3, go to https://github.com/vuejs/core

react
react
Owner:facebook
Watch:242266
Star:242266
Fork:50389
The library for web and native user interfaces.

angular
angular
Owner:angular
Watch:99676
Star:99676
Fork:27010
Deliver web apps with confidence 🚀

hyperapp
hyperapp
Owner:jorgebucaran
Watch:19207
Star:19207
Fork:778
1kB-ish JavaScript framework for building hypertext applications

omi
omi
Owner:Tencent
Watch:13256
Star:13256
Fork:1264
Web Components Framework - Web组件框架

Node.js 框架

在 2018 年中领跑的两个 Node.js 框架是基于特定前端框架的“全栈框架”。
采用 ReactNext.js,本类别的新冠军。
采用 Vue.jsNuxt
它们都保证了良好的单页应用(SPA)开发体验,并支持服务端渲染(SSR)。
位于第 4 的是 Express,2017 年的第一名,尽管它“年事已高”,依然十分流行。

next.js
next.js
Owner:vercel
Watch:137148
Star:137148
Fork:30278
The React Framework

nuxt
nuxt
Owner:nuxt
Watch:59346
Star:59346
Fork:5498
The Full-Stack Vue Framework.

nest
nest
Owner:nestjs
Watch:74246
Star:74246
Fork:8165
A progressive Node.js framework for building efficient, scalable, and enterprise-grade server-side applications with TypeScript/JavaScript 🚀

express
express
Owner:expressjs
Watch:68554
Star:68554
Fork:22148
Fast, unopinionated, minimalist web framework for node.

koa
koa
Owner:koajs
Watch:35720
Star:35720
Fork:3215
Expressive middleware for node.js using ES2017 async functions

Vue 生态圈

Vue.js 的势头还在增长,第 3 个大版本 计划发挥出现代浏览器的优势,以便更高效地运行和更易于使用。
Vue Element AdminVue.js 生态圈最流行的项目,是使用 Vue.js 组件构建漂亮的仪表板的解决方案。
vue-cli 是使用现代 JavaScript 工具构建一个新的 Vue.js 应用程序的标准解决方案。
它能够和 ReactCreate React App 相提并论,但它更灵活并提供了一个图形化的 UI 界面,使得它非常方便用户。

vue-element-admin
vue-element-admin
Owner:PanJiaChen
Watch:90274
Star:90274
Fork:30652
:tada: A magical vue admin https://panjiachen.github.io/vue-element-admin

element
element
Owner:ElemeFE
Watch:54234
Star:54234
Fork:14571
A Vue.js 2.0 UI Toolkit for Web

vuepress
vuepress
Owner:vuejs
Watch:22815
Star:22815
Fork:4695
📝 Minimalistic Vue-powered static site generator

vue-cli
vue-cli
Owner:vuejs
Watch:29657
Star:29657
Fork:6288
🛠️ webpack-based tooling for Vue.js Development

nuxt
nuxt
Owner:nuxt
Watch:59346
Star:59346
Fork:5498
The Full-Stack Vue Framework.

React 生态圈

不出意外,在 React 生态圈类别,2018 年的头号项目是 Create React App,创建新 React 项目的事实上的工具。
其第 2 版在 2018 年发布,是一次大版本更新,改动包括内置 Webpack 4,以及使用 TypeScript 的可能性。
对于 React 本身,主要变动在于引入了 hooks,它或许能够改变我们对于状态管理的处理方式,以及调整 React 中的副作用。

create-react-app
create-react-app
Owner:facebook
Watch:103953
Star:103953
Fork:27152
Set up a modern web app by running one command.

ant-design
ant-design
Owner:ant-design
Watch:97247
Star:97247
Fork:54370
An enterprise-class UI design language and React UI library

gatsby
gatsby
Owner:gatsbyjs
Watch:55965
Star:55965
Fork:10252
The best React-based framework with performance, scalability and security built in.

next.js
next.js
Owner:vercel
Watch:137148
Star:137148
Fork:30278
The React Framework

material-ui
material-ui
Owner:mui
Watch:97609
Star:97609
Fork:32798
Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.

Angular 生态圈

2018 年,在 Angular 生态圈中,不只一个而是有两个大版本更新!
Angular version 6 推出于五月,提供了很多和工具化相关的功能。
因此,在 Angular 生态圈中,最流行的项目是官方的命令行工具 Angular CLI,用于搭建新项目和管理现有项目。
在这些新功能中,update 命令使更新应用和依赖变得容易。此外,现在可以在不 ejecting 的情况下调整底层 Webpack 配置。
Angular version 7 于十月发布。
包含了 Angular CLI prompts,以及 Material Design for Angular 的更新,并侧重性能提升,包括一个称为“虚拟滚动”(Virtual Scrolling)的特性。

angular-cli
angular-cli
Owner:angular
Watch:27025
Star:27025
Fork:11917
CLI tool for Angular

ngx-admin
ngx-admin
Owner:akveo
Watch:25926
Star:25926
Fork:7968
Customizable admin dashboard template based on Angular 10+

components
components
Owner:angular
Watch:24965
Star:24965
Fork:6839
Component infrastructure and Material Design components for Angular

platform
platform
Owner:ngrx
Watch:8285
Star:8285
Fork:2045
Reactive State for Angular

ng-zorro-antd
ng-zorro-antd
Owner:NG-ZORRO
Watch:9140
Star:9140
Fork:4070
Angular UI Component Library based on Ant Design

移动开发

React Native 依然是使用 JavaScript 语言创建移动端应用的主要解决方案。
Airbnb 最近发布了一系列完整的文章解释了为什么他们决定在下一个产品中抛弃 React Native 转而开发原生 Apps
对于那些希望使用 Vue.js 而不是 React 的人们来说,这儿也有一些选择。
以下四个本类别中的项目(WeexNativeScriptQuasarIonic)全都支持 Vue.js 作为视图层来构建移动端应用。
来自 GoogleFlutter 虽然不是 JavaScript 语言的项目(因为它使用 Dart 编程语言), 但对于构建跨环境移动端应用,它也是一个很棒的备选方案。

react-native
react-native
Owner:facebook
Watch:125062
Star:125062
Fork:25049
A framework for building native applications using React

incubator-weex
incubator-weex
Owner:apache
Watch:13678
Star:13678
Fork:1793
Apache Weex (Incubating)

NativeScript
NativeScript
Owner:NativeScript
Watch:25401
Star:25401
Fork:1731
⚡ Write Native with TypeScript ✨ Best of all worlds (TypeScript, Swift, Objective C, Kotlin, Java, Dart). Use what you love ❤️ Angular, React, Solid, Svelte, Vue with: iOS (UIKit, SwiftUI), Android (View, Jetpack Compose), Flutter and you name it compatible.

quasar
quasar
Owner:quasarframework
Watch:27032
Star:27032
Fork:3682
Quasar Framework - Build high-performance VueJS user interfaces in record time

ionic-framework
ionic-framework
Owner:ionic-team
Watch:52290
Star:52290
Fork:13421
A powerful cross-platform UI toolkit for building native-quality iOS, Android, and Progressive Web Apps with HTML, CSS, and JavaScript.

编译工具

我们过去曾讨论在 JavaScript 中引入静态类型的最佳方案。
到了 2018 年,看起来微软的 TypeScript 大幅领先了其灵感来源 —— FacebookFlow
实际上,支持 TypeScript 的最新版 Babel 是一个搅局者。
TypeScript 几乎是一个开发标准了:无论对于后端还是前端开发来说,我们看到越来越多的项目包含了 TypeScript 声明。而且,如果某些库自身不带类型声明,那么名为 DefinitelyTyped 的项目会为大量的那些库提供类型声明。

TypeScript
TypeScript
Owner:microsoft
Watch:107444
Star:107444
Fork:13206
TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

babel
babel
Owner:babel
Watch:43855
Star:43855
Fork:5789
🐠 Babel is a compiler for writing next generation JavaScript.

flow
flow
Owner:facebook
Watch:22210
Star:22210
Fork:1886
Adds static typing to JavaScript to improve developer productivity and code quality.

reason
reason
Owner:reasonml
Watch:10292
Star:10292
Fork:430
Simple, fast & type safe code that leverages the JavaScript & OCaml ecosystems

purescript
purescript
Owner:purescript
Watch:8823
Star:8823
Fork:571
A strongly-typed language that compiles to JavaScript

构建工具

打包工具 Parcel 证实了它在 2017 年的成功,开发者们喜欢零配置建立一个新项目的能力。

parcel
parcel
Owner:parcel-bundler
Watch:44041
Star:44041
Fork:2277
The zero configuration build tool for the web. 📦🚀

webpack
webpack
Owner:webpack
Watch:65898
Star:65898
Fork:9217
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

rollup
rollup
Owner:rollup
Watch:26201
Star:26201
Fork:1665
Next-generation ES module bundler

gulp
gulp
Owner:gulpjs
Watch:33034
Star:33034
Fork:4193
A toolkit to automate & enhance your workflow

poi
poi
Owner:egoist
Watch:5197
Star:5197
Fork:254
⚡A zero-config bundler for JavaScript applications.

测试框架

2018 年中测试框架领域总体没有什么变化,5 个领先的解决方案保持了和 2017 年相同的排名。
Jest 比竞争者们进步更快,开发者们喜欢 Fackbook 的全功能测试框架所带来的效用 —— 无论是在前端(它最初被打算用于测试 React 组件)还是后端使用,而且它是零配置的。

jest
jest
Owner:jestjs
Watch:45260
Star:45260
Fork:6628
Delightful JavaScript Testing.

ava
ava
Owner:avajs
Watch:20851
Star:20851
Fork:1404
Node.js test runner that lets you develop with confidence 🚀

mocha
mocha
Owner:mochajs
Watch:22865
Star:22865
Fork:3064
☕️ Classic, reliable, trusted test framework for Node.js and the browser

jasmine
jasmine
Owner:jasmine
Watch:15838
Star:15838
Fork:2242
Simple JavaScript testing framework for browsers and node.js

tape
tape
Owner:tape-testing
Watch:5796
Star:5796
Fork:304
tap-producing test harness for node and browsers

IDE 和编辑器

VS Code,全类别里第 3 流行的项目,几乎就是用于 web 开发的事实上的 IDE 了。
它依靠自动补全功能和自带 TypeScript 集成站稳了脚跟。
杀手级功能可能就是对于 Node.js 的调试能力了吧。

vscode
vscode
Owner:microsoft
Watch:180680
Star:180680
Fork:37392
Visual Studio Code

atom
atom
Owner:atom
Watch:60978
Star:60978
Fork:17299
:atom: The hackable text editor

theia
theia
Owner:eclipse-theia
Watch:21293
Star:21293
Fork:2769
Eclipse Theia is a cloud & desktop IDE framework implemented in TypeScript.

reactide
reactide
Owner:reactide
Watch:10516
Star:10516
Fork:612
Reactide is the first dedicated IDE for React web application development.

brackets
brackets
Owner:adobe
Watch:33130
Star:33130
Fork:7538
An open source code editor for the web, written in JavaScript, HTML and CSS.

CSS in JavaScript

虽然目前,对于基于组件的现代前端应用,什么才是最好的样式化方案,还没有定论(无论 ReactVue.js 还是 Angular)。
但是 Styled Components 依然有着最好的势头,看起来是最受欢迎的“组件样式化”解决方案。

styled-components
styled-components
Owner:styled-components
Watch:41021
Star:41021
Fork:2527
Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress 💅

emotion
emotion
Owner:emotion-js
Watch:17967
Star:17967
Fork:1137
👩‍🎤 CSS-in-JS library designed for high performance style composition

css-modules
css-modules
Owner:css-modules
Watch:17952
Star:17952
Fork:561
Documentation about css-modules

linaria
linaria
Owner:callstack
Watch:12269
Star:12269
Fork:417
Zero-runtime CSS in JS library

polished
polished
Owner:styled-components
Watch:7664
Star:7664
Fork:213
A lightweight toolset for writing styles in JavaScript ✨

静态网站生成器

和 2017 年一样,Gatsby 在 2018 年依然是最受欢迎的静态站点生成器(用于生成一组 HTML JavaScriptCSS 文件,以便能够在任意地方托管,超快响应 —— 的一种工具)。
Gatsby 的亮点在于它的多面性(你能结合单页应用和静态站点的优点)以及对性能的关注。
如果你希望使用 Vue.js 而不是 React,那么第 3 名的 VuePress 或许是恰当的选择。

gatsby
gatsby
Owner:gatsbyjs
Watch:55965
Star:55965
Fork:10252
The best React-based framework with performance, scalability and security built in.

next.js
next.js
Owner:vercel
Watch:137148
Star:137148
Fork:30278
The React Framework

vuepress
vuepress
Owner:vuejs
Watch:22815
Star:22815
Fork:4695
📝 Minimalistic Vue-powered static site generator

nuxt
nuxt
Owner:nuxt
Watch:59346
Star:59346
Fork:5498
The Full-Stack Vue Framework.

hexo
hexo
Owner:hexojs
Watch:41152
Star:41152
Fork:5035
A fast, simple & powerful blog framework, powered by Node.js.

GraphQL

GraphQL 生态圈正在高速发展,并且有一个大趋势是: 一些工具的出现能够简化 GraphQL 的配置过程。
Gatsby 依然是第一名,而且它绝对是最易上手使用 GraphQL 的工具之一。
Graphcool 演变而来的 Prisma 位于第二。与此同时,Hasura GraphQL Engine 还可以帮你直接从数据库生成一个能运作的后端。
前 15 名的其余部分,包括 GraphQL 服务端、客户端、以及各种其他工具 —— 比如 GraphQL Playground

gatsby
gatsby
Owner:gatsbyjs
Watch:55965
Star:55965
Fork:10252
The best React-based framework with performance, scalability and security built in.

prisma
prisma
Owner:prisma
Watch:45066
Star:45066
Fork:2023
Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

apollo-client
apollo-client
Owner:apollographql
Watch:19707
Star:19707
Fork:2705
The industry-leading GraphQL client for TypeScript, JavaScript, React, Vue, Angular, and more. Apollo Client delivers powerful caching, intuitive APIs, and comprehensive developer tools to accelerate your app development.

graphql-spec
graphql-spec
Owner:graphql
Watch:14759
Star:14759
Fork:1150
GraphQL is a query language and execution engine tied to any backend service.

apollo-server
apollo-server
Owner:apollographql
Watch:13942
Star:13942
Fork:2015
🌍  Spec-compliant and production ready JavaScript GraphQL server that lets you develop in a schema-first way. Built for Express, Connect, Hapi, Koa, and more.

学习资源

javascript-algorithms
javascript-algorithms
Owner:trekhleb
Watch:195352
Star:195352
Fork:31123
📝 Algorithms and data structures implemented in JavaScript with explanations and links to further readings

30-seconds-of-code
30-seconds-of-code
Owner:Chalarangelo
Watch:126318
Star:126318
Fork:12401
Coding articles to level up your development skills

You-Dont-Know-JS
You-Dont-Know-JS
Owner:getify
Watch:184279
Star:184279
Fork:33673
A book series (2 published editions) on the JS language.

javascript
javascript
Owner:airbnb
Watch:148026
Star:148026
Fork:26773
JavaScript Style Guide

nodebestpractices
nodebestpractices
Owner:goldbergyoni
Watch:104930
Star:104930
Fork:10685
:white_check_mark: The Node.js best practices list (July 2024)

添加新评论