摘要:本文整理了 2016 年開源的幾款 Web 開發工具,它們在發佈不到一年的時間內,在 Github 的 Star 數量就突破了 1.5K。前端
Yarn:Facebook 的 Javascript 包管理器。提供快速,可靠,安全的依賴管理。react
https://yarnpkg.com (Oct 2016)webpack
React in patterns:React 開發時使用的設計模式/技術列表git
https://github.com/krasimir/react-in-patterns(Jul 2016)es6
Create React App:不用配置就能夠建立 React Appgithub
https://github.com/facebookincubator/create-react-app(Jul 2016)web
Next.js:用於在服務端渲染 React 應用程序的簡單框架express
https://zeit.co/blog/next (Oct 2016)設計模式
React Slingshot:React + Redux 入門套裝,帶有 Babel,熱重載,測試,代碼檢測和一個可用的示例瀏覽器
https://github.com/coryhouse/react-slingshot(Jan 2016)
Draft.js:Facebook 推出的用於 React 的富文本編輯框架,構建於強大的不可變模型和對瀏覽器差別的抽象化之上
https://facebook.github.io/draft-js/ (Mar 2016)
Recharts:用 React 和 D3 構建的圖表庫
http://recharts.org (Jan 2016)
Styled Components:組件時代的視覺藝術家
http://styled-components.com (Sep 2016)
React-dates:國際化、移動化的日期選擇庫。
http://airbnb.io/react-dates (Aug 2016)
TestCafe:用於測試 Web 應用程序的純 Node.js 端到端解決方案
https://devexpress.github.io/testcafe (Oct 2016)
MJML:標識語言,用來減小編寫響應式郵件的複雜度
https://mjml.io (Feb 2016)
Choo:前端框架
https://bit.ly/choo-handbook (May 2016)
Svelte:無運行時依賴的 UI 框架
https://svelte.technology (Nov 2016)
Flatpickr :輕量級日期時間選擇器,無依賴
https://chmln.github.io/flatpickr (Apr 2016)
Algolia Places:給輸入框添加地址自動補全功能
https://community.algolia.com/places/ (Apr 2016)
Popper.js:強大的浮動提示庫(pop 即彈出層,popper 即彈出層的內容)
https://popper.js.org (Apr 2016)
Bideo.js:Web 的全屏 HTML 5 視頻背景
https://rishabhp.github.io/bideo.js/ (May 2016)
Anime.js:JavaScript 動畫引擎
http://anime-js.com (Jun 2016)
Parse Server :用於 Node/Express 的 Parse API 模塊
https://parse.com (Jan 2016)
Webpack-dashboard:Webpack 開發服務器的命令行儀表盤
https://github.com/FormidableLabs/webpack-dashboard (Aug 2016)
Lighthouse:Progressive Web Apps 的審閱,性能測量及最佳實踐
http://github.com/GoogleChrome/lighthouse (Mar 2016)
date-fns :現代化的 JavaScript 日期實用程序庫
https://date-fns.org (Mar 2016)
Optimize-js :對當即調用函數進行包裝,以優化 JavaScript 初次加載速度
https://github.com/nolanlawson/optimize-js (Sep 2016)
vConsole :由微信公衆平臺前端團隊打造的前端調試面板,專治手機端看 log 難題
https://github.com/WechatFE/vConsole (Apr 2016)
JavaScript Stack from Scratch:從零開始構建現代化 JavaScript 應用棧
https://github.com/verekia/js-stack-from-scratch
es6-cheatsheet :包含提示,技巧,最佳實踐和代碼示例的 ES2015 [ES6] 備忘錄
http://github.com/DrkSephy/es6-cheatsheet
52 technologies in 2016:每週日更新一次的新技術博客
https://github.com/shekhargulati/52-technologies-in-2016
下面幾個是在 2015 年開源,但在 2016 年才熱起來的項目
Inferno:相似 React 的 JavaScript 庫,用於構建現代化用戶界面
Preact:React 替代方案,輕快,僅有 3KB。提供了相同的 ES6 API,而且也有組件和 Virtual DOM
原文:27 popular new github repositories for web developers in 2016