{"id":21202,"url":"https://github.com/chenlong-io/awesome-star-libs","name":"awesome-star-libs","description":"将自己收藏的前端库整理成一份清单","projects_count":559,"last_synced_at":"2026-09-03T14:00:33.238Z","repository":{"id":126915907,"uuid":"158361994","full_name":"chenlong-io/awesome-star-libs","owner":"chenlong-io","description":"将自己收藏的前端库整理成一份清单","archived":false,"fork":false,"pushed_at":"2024-09-14T08:25:18.000Z","size":138,"stargazers_count":16,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-07-26T11:04:22.154Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/chenlong-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-20T09:16:11.000Z","updated_at":"2025-08-07T12:23:21.000Z","dependencies_parsed_at":"2024-11-10T02:01:06.052Z","dependency_job_id":"68f92560-00d6-4e22-af85-84b4a61a13cd","html_url":"https://github.com/chenlong-io/awesome-star-libs","commit_stats":null,"previous_names":["chenlong-io/awesome-star-libs","vibing/awesome-star-libs"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/chenlong-io/awesome-star-libs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenlong-io%2Fawesome-star-libs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenlong-io%2Fawesome-star-libs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenlong-io%2Fawesome-star-libs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenlong-io%2Fawesome-star-libs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/chenlong-io","download_url":"https://codeload.github.com/chenlong-io/awesome-star-libs/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/chenlong-io%2Fawesome-star-libs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36665210,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-14T02:00:06.934Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"created_at":"2024-01-13T12:56:01.587Z","updated_at":"2026-09-03T14:00:33.238Z","primary_language":"JavaScript","list_of_lists":false,"displayable":true,"categories":["目录"],"sub_categories":[],"readme":"## 目录\n\n- [kuitos / import-html-entry](https://github.com/kuitos/import-html-entry) 导入 html 并执行里面的脚本，可用于微前端架构中的 HTML entry。乾坤框架就是使用了它来加载子应用入口HTML\n  \n- [tldraw / tldraw](https://github.com/tldraw/tldraw) 用于创建白板和画布的 SDK。\n  \n- [liabru / matter-js](https://github.com/liabru/matter-js) 二维画面物理引擎 ▲● ■\n  \n- [elysiajs / elysia](https://github.com/elysiajs/elysia) 一个极简且高性能的 Node.js Web 框架，设计的目标是提供轻量、快速且易于使用的开发体验。它专注于通过简单的 API 和良好的性能来支持构建现代 Web 应用和 API。它与其他流行的框架（如 Express.js 和 Fastify）类似，但特别注重性能和开发体验。\n  \n- [bvaughn / react-virtualized](https://github.com/bvaughn/react-virtualized) 虚拟滚动，用于高效呈现大型列表和表格数据的 React 组件\n  \n- [steveukx / git-js](https://github.com/steveukx/git-js) 用 node.js 运行 git 命令\n  \n- [ruanyf / es6tutorial](https://github.com/ruanyf/es6tutorial) 《ECMAScript 6入门》是一本开源的 JavaScript 语言教程，全面介绍 ECMAScript 6 新增的语法特性。\n  \n- [QwikDev / qwik](https://github.com/QwikDev/qwik) Qwik 是一个现代化的前端框架，由 Builder.io 团队开发，专注于提高性能和优化首次加载时间。它的核心理念是通过 延迟和渐进式的组件加载 来极大地减少页面加载时间，从而提供更好的用户体验\n  \n- [module-federation / module-federation-examples](https://github.com/module-federation/module-federation-examples) webpack5 模块联邦 demo\n  \n- [qufei1993 / Nodejs-Roadmap](https://github.com/qufei1993/Nodejs-Roadmap) 【Nodejs-Roadmap】侧重于 Node.js 服务端的开发指南，公众号 “Nodejs技术栈”\n  \n- [stephentian / 33-js-concepts](https://github.com/stephentian/33-js-concepts) 每个 JavaScript 工程师都应懂的33个概念 @leonardomso\n  \n- [krahets / hello-algo](https://github.com/krahets/hello-algo) 《Hello 算法》：动画图解、一键运行的数据结构与算法教程。支持 Python, Java, C++, C, C#, JS, Go, Swift, Rust, Ruby, Kotlin, TS, Dart 代码。简体版和繁体版同步更新，English version ongoing\n  \n- [SawyerHood / draw-a-ui](https://github.com/SawyerHood/draw-a-ui) 绘制模型并生成 HTML\n  \n- [ONLYOFFICE / DocumentServer](https://github.com/ONLYOFFICE/DocumentServer) ONLYOFFICE Docs 是一款免费的协作式在线办公套件，包括文本、电子表格和演示文稿、表格和 PDF 的查看器和编辑器，完全兼容 Office Open XML 格式： ....\n  \n- [pmndrs / zustand](https://github.com/pmndrs/zustand) React 强大高性能的状态管理\n  \n- [vercel / async-retry](https://github.com/vercel/async-retry) 让重试变得简单、轻松和异步\n  \n- [primefaces / primeng](https://github.com/primefaces/primeng) 最完整的 Angular UI 组件库\n  \n- [pedroslopez / whatsapp-web.js](https://github.com/pedroslopez/whatsapp-web.js) 适用于 NodeJS 的 WhatsApp 客户端库，可通过 WhatsApp Web 浏览器应用程序进行连接\n  \n- [aidenybai / million](https://github.com/aidenybai/million) 优化 React 性能，让您的 React 速度提高 70%\n  \n- [microsoft / PowerToys](https://github.com/microsoft/PowerToys) 最大限度提高工作效率的 Windows 系统实用程序\n  \n- [dream-num / Luckysheet](https://github.com/dream-num/Luckysheet) Luckysheet 是一款类似于 excel 的在线电子表格，功能强大，配置简单，而且完全开源。\n  \n- [hejialianghe / Senior-FrontEnd](https://github.com/hejialianghe/Senior-FrontEnd) 高级开发工程师必备，打通全栈任督二脉，文档地址gitee版（Senior development engineers must understand the web body of knowledge, document addresses）：https://js.youliaowu.com\n  \n- [nrwl / nx](https://github.com/nrwl/nx) 智能 Monorepos - 一个为构建和管理单体式仓库（monorepo）而设计的工具集和扩展框架，特别适用于大型应用程序或多个应用共享代码库的场景\n  \n- [goldfire / howler.js](https://github.com/goldfire/howler.js)  Javascript 音频库\n  \n- [ustbhuangyi / vue-analysis](https://github.com/ustbhuangyi/vue-analysis) Vue.js 源码分析\n  \n- [Eugeny / tabby](https://github.com/Eugeny/tabby) 更现代化的终端\n  \n- [parallax / jsPDF](https://github.com/parallax/jsPDF) JavaScript PDF 生成功能。\n  \n- [taskforcesh / bullmq](https://github.com/taskforcesh/bullmq) BullMQ - 基于 Redis 的 NodeJS 和 Python 消息队列和批处理功能\n  \n- [vercel / turborepo](https://github.com/vercel/turborepo) 针对 JavaScript 和 TypeScript 优化的构建系统，使用 Rust 编写\n  \n- [hellof2e / quark-design](https://github.com/hellof2e/quark-design) 移动端 UI 组件库，无框架，即插即用\n  \n- [trpc / trpc](https://github.com/trpc/trpc) RPC，tRPC 可让您轻松构建和使用完全类型安全的应用程序接口，而无需模式或代码生成。\n  \n- [Sanster / IOPaint](https://github.com/Sanster/IOPaint) 由 SOTA 人工智能模型驱动的图像上色工具。 从图片中删除任何不需要的物体、缺陷、人物，或擦除和替换（由稳定扩散提供动力）图片上的任何东西。\n  \n- [digitalocean / nginxconfig.io](https://github.com/digitalocean/nginxconfig.io) Nginx 配置生成器\n  \n- [11ty / eleventy](https://github.com/11ty/eleventy) 更简单的网站生成器。 将一个模板目录（不同类型）转换为 HTML。\n  \n- [bevacqua / dragula](https://github.com/bevacqua/dragula) 非常简单拖放操作\n  \n- [zenany / weekly](https://github.com/zenany/weekly)  汇总平时看到的好文章，前端技术 \u0026 产品研发为主...\n  \n- [chinese-poetry / chinese-poetry](https://github.com/chinese-poetry/chinese-poetry) 最全中华古诗词数据库, 唐宋两朝近一万四千古诗人, 接近5.5万首唐诗加26万宋诗. 两宋时期1564位词人，21050首词\n  \n- [tailwindlabs / tailwindcss](https://github.com/tailwindlabs/tailwindcss) 实用至上的 CSS 框架，用于快速用户界面开发。\n  \n- [vercel / swr](https://github.com/vercel/swr) 一个用于请求接口的 React Hooks\n  \n- [BetaSu / big-react](https://github.com/BetaSu/big-react) 跟着我，从0实现React18\n  \n- [oven-sh / bun](https://github.com/oven-sh/bun) 速度快得惊人的 JavaScript 运行时，可以理解为性能很高的 nodejs\n  \n- [web3 / web3.js](https://github.com/web3/web3.js) 用于与以太坊 JSON RPC API 和实用功能交互的全面 TypeScript 库集合。\n  \n- [dropbox / zxcvbn](https://github.com/dropbox/zxcvbn) 密码强度评估\n  \n- [woai3c / visual-drag-demo](https://github.com/woai3c/visual-drag-demo) 一个低代码（可视化拖拽）教学项目\n  \n- [google / zx](https://github.com/google/zx) 通过JavaScript来写shell脚本\n  \n- [mantinedev / mantine](https://github.com/mantinedev/mantine) 功能齐全的 React 组件库\n  \n- [hujiulong / gcoord](https://github.com/hujiulong/gcoord) 地理坐标系转换工具\n  \n- [ds300 / patch-package](https://github.com/ds300/patch-package) patch-package 是一个用于修补 npm 包的工具，主要用于在项目中临时修复第三方依赖库中的问题，而无需等待库的官方更新或自己维护 fork 的版本（已经很久没更新了）\n  \n- [reduxjs / redux-toolkit](https://github.com/reduxjs/redux-toolkit) 官方的、有主见的、包含电池的工具集，用于高效开发 Redux\n  \n- [remix-run / remix](https://github.com/remix-run/remix) 建立更好的网站。 利用网络基础知识创建现代、灵活的用户体验。\n  \n- [bradvin / social-share-urls](https://github.com/bradvin/social-share-urls) 社交分享 URL\n  \n- [welldone-software / why-did-you-render](https://github.com/welldone-software/why-did-you-render) Welldone Software 推出的 why-did-you-render 是 React 的猴子修补程序，可以通知你潜在的可避免的重新呈现（也适用于 React Native）。 (也适用于 React Native）。\n  \n- [Jxck / html2json](https://github.com/Jxck/html2json) 将HTML DOM节点转成 JSON，也可以反过来将 JSON 转成 HTML\n  \n- [john-doherty / long-press-event](https://github.com/john-doherty/long-press-event) 用 1k 大小的的纯 JavaScript 在 DOM 中添加 \"长按 \"事件\n  \n- [wagerfield / parallax](https://github.com/wagerfield/parallax) 视差效果引擎，可对鼠标不同位置及方向做出反应\n  \n- [k8w / tsrpc](https://github.com/k8w/tsrpc) TypeScript RPC 框架具有运行时类型检查和序列化功能，同时支持 HTTP 和 WebSocket。 它非常适合网站/APP/游戏，对全栈技术人员来说也绝对得心应手...\n  \n- [ampproject / worker-dom](https://github.com/ampproject/worker-dom) 与你所知道的 DOM API 和框架相同，只不过是在 Web Worker 中。\n  \n- [sindresorhus / screenfull](https://github.com/sindresorhus/screenfull) 跨浏览器使用 JavaScript 全屏展示的简单封装器\n  \n- [microsoft / fluentui](https://github.com/microsoft/fluentui) Fluent UI web 是实用工具、React 组件和 Web 组件的集合，用于构建 Web 应用程序。\n  \n- [febobo / web-interview](https://github.com/febobo/web-interview) 语音打卡社群维护的前端面试题库，包含不限于Vue面试题，React面试题，JS面试题，HTTP面试题，工程化面试题，CSS面试题，算法面试题，大厂面试题，高频面试题\n  \n- [micro-zoe / micro-app](https://github.com/micro-zoe/micro-app)  一款简约、高效、功能强大的微前端框架\n  \n- [excalidraw / excalidraw](https://github.com/excalidraw/excalidraw) 用于绘制手绘图表的虚拟白板\n  \n- [Oct1a / TikTok-Scheme](https://github.com/Oct1a/TikTok-Scheme) 抖音、抖音极速版、tiktok Scheme schemas获取\n  \n- [Stuk / jszip](https://github.com/Stuk/jszip) 使用 Javascript 创建、读取和编辑 .zip 文件\n  \n- [xmflswood / pinyin-match](https://github.com/xmflswood/pinyin-match) 拼音匹配，具备分词、缩写、多音字匹配能力，支持繁体版\n  \n- [rxaviers / async-pool](https://github.com/rxaviers/async-pool) 使用本地 ES6/ES7 以有限并发运行多个承诺返回和异步函数\n  \n- [joshwcomeau / use-sound](https://github.com/joshwcomeau/use-sound) 用于播放音效的 React Hook\n  \n- [octokit / octokit.js](https://github.com/octokit/octokit.js) 包含浏览器、Node.js 和 Deno 的 GitHub SDK。\n  \n- [sxei / pinyinjs](https://github.com/sxei/pinyinjs) 一个实现汉字与拼音互转的小巧web工具库\n  \n- [tuteng / Best-websites-a-programmer-should-visit-zh](https://github.com/tuteng/Best-websites-a-programmer-should-visit-zh) 程序员应该访问的最佳网站中文版\n  \n- [prisma / prisma](https://github.com/prisma/prisma) 适用于 Node.js 和 TypeScript 的下一代 ORM | PostgreSQL、MySQL、MariaDB、SQL Server、SQLite、MongoDB 和 CockroachDB\n  \n- [creativetimofficial / material-tailwind](https://github.com/creativetimofficial/material-tailwind) @material-tailwind 是一个易于使用的组件库，适用于 Tailwind CSS 和 Material Design。\n  \n- [massgravel / Microsoft-Activation-Scripts](https://github.com/massgravel/Microsoft-Activation-Scripts) 开源 Windows 和 Office 激活程序，具有 HWID、Ohook、KMS38 和在线 KMS 激活方法，以及高级故障排除功能。\n  \n- [alexmacarthur / typeit](https://github.com/alexmacarthur/typeit) 功能最全面的打字机特效库\n  \n- [lostpebble / pullstate](https://github.com/lostpebble/pullstate) 使用 immer 和 React 钩子的简单状态存储--通过在任意位置提取状态，重复使用状态的一部分！\n  \n- [MikeMcl / decimal.js](https://github.com/MikeMcl/decimal.js) JavaScript 的任意精度十进制类型\n  \n- [discordjs / discord.js](https://github.com/discordjs/discord.js) 用于与 Discord API 交互的强大 JavaScript 库\n  \n- [reactnativecn / react-native-pushy](https://github.com/reactnativecn/react-native-pushy) React Native 极速热更新服务\n  \n- [nx-js / observer-util](https://github.com/nx-js/observer-util) 一个基于 ES6 Proxy 的数据状态，可以在 JS 中监听数据变化，也可以用于 React 组件状态管理\n  \n- [BetaSu / just-react](https://github.com/BetaSu/just-react) 「React技术揭秘」 一本自顶向下的React源码分析书\n  \n- [jakesgordon / javascript-state-machine](https://github.com/jakesgordon/javascript-state-machine) JavaScript 有限状态机(状态设计模式的实现)\n  \n- [vitejs / awesome-vite](https://github.com/vitejs/awesome-vite) 与 Vite.js 相关的周别插件等精彩列表\n  \n- [salesforce / akita](https://github.com/salesforce/akita) 为 JS 应用程序量身定制的状态管理\n  \n- [pyloque / fastscan](https://github.com/pyloque/fastscan) 基于 ahocorasick 算法来快速搜索文本\n  \n- [nefe / number-precision](https://github.com/nefe/number-precision) 1K大小而快速的库，可精确进行加、减、乘、除运算\n  \n- [framer / motion](https://github.com/framer/motion) 适用于 React 的开源、可随时制作的动画和手势库\n  \n- [gaearon / react-hot-loader](https://github.com/gaearon/react-hot-loader) React 热更新\n  \n- [marcuswestin / store.js](https://github.com/marcuswestin/store.js) 跨浏览器存储，适用于所有使用情况，可在整个网络中使用\n  \n- [avkonst / hookstate](https://github.com/avkonst/hookstate) 基于 hooks 的 React 状态管理简单但功能强大、速度惊人\n  \n- [labs42io / clean-code-typescript](https://github.com/labs42io/clean-code-typescript) 编写干净简洁的Typescript指南\n  \n- [scroll-into-view / compute-scroll-into-view](https://github.com/scroll-into-view/compute-scroll-into-view) 让滚动条滚动到想要的位置，用于计算应该滚动的内容的实用程序，如何滚动由你决定\n  \n- [strongloop / loopback](https://github.com/strongloop/loopback) 一个高度可扩展的开源 Node.js 框架,可以轻松构建需要复杂集成的现代应用程序\n\n- [senecajs / seneca](https://github.com/senecajs/seneca) Node.js 的微服务工具包\n\n- [fastify / fast-json-stringify](https://github.com/fastify/fast-json-stringify) 性能是JSON.stringify()的两倍以上\n  \n- [alibaba / hooks](https://github.com/alibaba/hooks) 阿里巴巴旗下的 React Hooks库\n\n- [adamwdraper / Numeral-js](https://github.com/adamwdraper/Numeral-js) 一个用于格式化和操作数字的 javascript 库。\n\n- [jobbole / awesome-nodejs-cn](https://github.com/jobbole/awesome-nodejs-cn) Node.js 资源大全中文版，内容包括：命令行工具、日志、调试、HTTP、构建工具、文件系统、模板、Web 框架、流程控制、文本、图片和数据校验等。由「开源前哨」和「前端大全」微信公号团队维护更新。\n\n- [GoogleChrome / proxy-polyfill](https://github.com/GoogleChrome/proxy-polyfill) ES7 Proxy垫片\n\n- [microsoft / react-native-code-push](https://github.com/microsoft/react-native-code-push) React Native代码热更新\n\n- [lgwebdream / FE-Interview](https://github.com/lgwebdream/FE-Interview) 🔥🔥🔥 前端面试，独有前端面试题详解，前端面试刷题必备，1000+前端面试真题，Html、Css、JavaScript、Vue、React、Node、TypeScript、Webpack、算法、网络与安全、浏览器\n\n- [evanw / esbuild](https://github.com/evanw/esbuild) 一个非常快速的 JavaScript 编译器\n\n- [scopsy / await-to-js](https://github.com/scopsy/await-to-js) 异步等待包装器，不需要 try-catch 就可以轻松处理错误\n\n- [helmetjs / helmet](https://github.com/helmetjs/helmet) 帮助保护使用各种 HTTP 头的 Express 应用程序\n\n- [greensock / GSAP](https://github.com/greensock/GSAP) GreenSock 的 GSAP JavaScript 动画库(包括 Draggable)。\n\n- [ramda / ramda](https://github.com/ramda/ramda) 实用的函数式 Javascript\n\n- [kimmobrunfeldt / concurrently](https://github.com/kimmobrunfeldt/concurrently) 同时运行命令。像‘ npm 运行 watch-js \u0026 npm 运行 watch-less’但是更好。\n\n- [haizlin / fe-interview](https://github.com/haizlin/fe-interview) 前端面试每日 3+1，以面试题来驱动学习，提倡每日学习与思考，每天进步一点！每天早上5点纯手工发布面试题（死磕自己，愉悦大家），3000+道前端面试题全面覆盖，HTML/CSS/JavaScript/Vue/React/Nodejs/TypeScript/ECMAScritpt/Webpack/Jquery/小程序/软技能……\n\n- [aliyun / alibabacloud-alfa](https://github.com/aliyun/alibabacloud-alfa) 阿里云微前端解决方案\n\n- [pmndrs / valtio](https://github.com/pmndrs/valtio) Valtio 简化了 React 和 Vanilla 的代理状态\n\n- [Z6T / react-webpack4-cook](https://github.com/Z6T/react-webpack4-cook) 宇宙中最强大的 webpack4教程\n\n- [rgrove / lazyload](https://github.com/rgrove/lazyload) 一个古老的小 JS 和 CSS 加载器，在每个人都写一个之前的日子里。\n\n- [sorrycc / awesome-javascript](https://github.com/sorrycc/awesome-javascript) 一个令人敬畏的浏览器端 JavaScript 库，资源和闪亮的东西的集合。\n\n- [invertase / react-native-firebase](https://github.com/invertase/react-native-firebase) 一个测试良好的功能丰富的模块化 Firebase 实现，用于 React Native。支持 iOS 和 Android 平台的所有 Firebase 服务。\n\n- [hiloteam / Hilo](https://github.com/hiloteam/Hilo) 阿里巴巴集团开发的跨平台 HTML5游戏开发解决方案\n\n- [play175 / ExBuffer](https://github.com/play175/ExBuffer) ExBuffer，NodeJs的TCP中的粘包、分包问题的解决方案！\n\n- [protobufjs / bytebuffer.js](https://github.com/protobufjs/bytebuffer.js) 一个快速完整的 ByteBuffer 实现，在浏览器中使用 ArrayBuffers 或者在 node.js 下使用 Buffers\n\n- [processing / p5.js](https://github.com/processing/p5.js) P5.JS 是一个客户端 JS 平台，允许艺术家、设计师、学生和任何人学习编码并在 web 上创造性地表达自己。它是建立在程序的核心原则之上的。\n\n- [Marak / faker.js](https://github.com/Marak/faker.js) 在 Node.js 和浏览器中生成大量真实的虚假数据\n\n- [ryansolid / solid](https://github.com/ryansolid/solid) 用于构建用户界面的声明性，高效且灵活的JavaScript库。\n\n- [koajs / joi-router](https://github.com/koajs/joi-router) 可配置，输入和输出已验证的 koa 路由\n\n- [sideway / joi](https://github.com/sideway/joi) 最强大的 JS 数据验证库\n\n- [waylau / nodejs-book-samples](https://github.com/waylau/nodejs-book-samples) （Node.js 案例大全）《Node.js企业级应用开发实战》源码\n\n- [cnwhy / lib-qqwry](https://github.com/cnwhy/lib-qqwry) 用NodeJS解析纯真IP库(QQwry.dat) 支持IP段查询\n\n- [jquense / yup](https://github.com/jquense/yup) 非常简单的对象模式验证\n\n- [pqrs-org / Karabiner-Elements](https://github.com/pqrs-org/Karabiner-Elements) macOS键盘定制工具\n\n- [shfshanyue / blog](https://github.com/shfshanyue/blog) 在这里写一些工作中遇到的前端，后端以及运维的问题\n\n- [CyC2018 / CS-Notes](https://github.com/CyC2018/CS-Notes) 📚 技术面试必备基础知识、Leetcode、计算机操作系统、计算机网络、系统设计、Java、Python、C++\n\n- [kamranahmedse / developer-roadmap](https://github.com/kamranahmedse/developer-roadmap) 2021年成为web开发者的路线图\n\n- [rome / tools](https://github.com/rome/tools) Rome 是一个实验性的JavaScript工具链。 它包括编译器，linter，格式化程序，捆绑器，测试框架等。 它旨在成为与JavaScript源代码处理相关的所有功能的综合工具\n\n- [nastyox / Rando.js](https://github.com/nastyox/Rando.js) 世界上最简单，最强大的随机函数。\n\n- [konvajs / konva](https://github.com/konvajs/konva) 是一个 HTML5 Canvas JavaScript 框架，通过为桌面和移动应用程序启用 Canvas 交互来扩展2 d 上下文\n\n- [inversify / InversifyJS](https://github.com/inversify/InversifyJS) InversifyJS是TypeScript和JavaScript应用程序的轻量级控件反转（IoC）容器。IoC容器使用类构造函数来识别和注入其依赖项。InversifyJS具有友好的API，并鼓励使用最佳的OOP和IoC做法。\n\n- [Vincit / objection.js](https://github.com/Vincit/objection.js) 一个支持 sql 的 Node.js 的 ORM\n\n- [ryanmcdermott / clean-code-javascript](https://github.com/ryanmcdermott/clean-code-javascript) 适用于 JavaScript 的清洁代码概念\n\n- [getsentry / sentry](https://github.com/getsentry/sentry) 跨平台的应用程序监控，重点是错误报告\n\n- [schenkd / nginx-ui](https://github.com/schenkd/nginx-ui) Nginx UI 允许您访问和修改 Nginx 配置文件而不需要 cli\n\n- [rcbyr / keen-slider](https://github.com/rcbyr/keen-slider) 具有最原始感觉的HTML触摸滑块轮播，移动端日期滚动选择效果\n\n- [rocketseat-content / node-typescript-structure](https://github.com/rocketseat-content/node-typescript-structure) nodejs+typescript\n\n- [bitwiseshiftleft / sjcl](https://github.com/bitwiseshiftleft/sjcl) 斯坦福 Javascript Crypto 库\n\n- [alexreardon / memoize-one](https://github.com/alexreardon/memoize-one) 一个仅记住最新调用的存储库\n\n- [daybrush / moveable](https://github.com/daybrush/moveable) 可移动的! 可拖动的! 可调整的! 可伸缩的! 可旋转的! 可战斗的! 可针对的! 可组合的! 可快捷的！\n\n- [jamiebuilds / unstated-next](https://github.com/jamiebuilds/unstated-next) 200个字节，再也无需考虑React状态管理库\n\n- [TheAlgorithms / Javascript](https://github.com/TheAlgorithms/Javascript) 用 Javascript 实现的所有算法的存储库(仅用于教育目的)\n\n- [log4js-node / log4js-node](https://github.com/log4js-node/log4js-node) nodejs日志插件\n\n- [soulwire / sketch.js](https://github.com/soulwire/sketch.js) 跨平台的 JavaScript 创新编码框架\n\n- [facebookexperimental / Recoil](https://github.com/facebookexperimental/Recoil) 是一个实验性的 React 应用状态管理库。它提供了一些能力，是难以实现与反应单独，同时兼容的最新功能。\n\n- [h5bp / html5-boilerplate](https://github.com/h5bp/html5-boilerplate) 一个专业的前端模板，用于构建快速、健壮和适应性强的 web 应用程序或网站\n\n- [midwayjs / injection](https://github.com/midwayjs/injection) 注入是一个功能强大的控制反转容器，广泛应用于 midway 框架，并带来良好的用户体验\n\n- [stuyam / pressure](https://github.com/stuyam/pressure) 用于处理力量触摸，3D 触摸和指针压力的 JavaScript 库。\n\n- [gregberge / loadable-components](https://github.com/gregberge/loadable-components) React组件Code Splitting库 \n\n- [sebhildebrandt / systeminformation](https://github.com/sebhildebrandt/systeminformation) 用于 Node.JS 的系统信息库\n\n- [jprichardson / string.js](https://github.com/jprichardson/string.js)  JavaScript 处理字符串的插件\n\n- [rethinkdb / horizon](https://github.com/rethinkdb/horizon) 一款开源实时后端框架，它旨在让开发者们快速搭建可拓展的实时Web应用\n\n- [soldair / node-qrcode](https://github.com/soldair/node-qrcode) nodejs二维码\n\n- [imagemin / imagemin-webp](https://github.com/imagemin/imagemin-webp) imagemin 的 WebP 插件\n\n- [clinicjs / node-clinic](https://github.com/clinicjs/node-clinic) 诊断你的 Node.js 性能问题\n\n- [mcollina / autocannon](https://github.com/mcollina/autocannon) 用 Node.js 编写的快速 HTTP/1.1基准测试工具\n\n- [nodemailer / nodemailer](https://github.com/nodemailer/nodemailer) 用 Node.JS 发送电子邮件——非常容易！\n\n- [gpujs / gpu.js](https://github.com/gpujs/gpu.js) GPU加速的JavaScript\n\n- [jvilk / BrowserFS](https://github.com/jvilk/BrowserFS) BrowserFS 是一个在浏览器中的文件系统，它模拟了 Node JS 文件系统 API，并支持从各种后端存储和检索文件\n\n- [tj / commander.js](https://github.com/tj/commander.js) nodejs命令行\n\n- [lorenwest / node-config](https://github.com/lorenwest/node-config) nodejs应用程序配置\n\n- [balderdashy / sails](https://github.com/balderdashy/sails) 适用于 Node.js 的实时 MVC 框架\n\n- [octalmage / robotjs](https://github.com/octalmage/robotjs) 使用nodejs控制桌面，包括鼠标、键盘、屏幕\n\n- [tannerlinsley / react-query](https://github.com/tannerlinsley/react-query) 非常好用的React数据请求库\n\n- [midwayjs / midway](https://github.com/midwayjs/midway) 阿里旗下的nodejs框架\n\n- [shelljs / shelljs](https://github.com/shelljs/shelljs) nodejs命令行插件\n\n- [isaacs / node-glob](https://github.com/isaacs/node-glob) 配置路径和文件名来获取匹配的所有文件，比如 `*.js`获取所有 js 文件\n\n- [ImHype / tiny-rpc](https://github.com/ImHype/tiny-rpc) 小型的rpc架构\n\n- [Marak / colors.js](https://github.com/Marak/colors.js) node.js控制台中获得颜色和样式\n\n- [kelektiv / node-cron](https://github.com/kelektiv/node-cron) nodejs定时任务\n\n- [wechaty / wechaty](https://github.com/wechaty/wechaty) 聊天机器人制造者的会话式 SDK\n\n- [RubyLouvre / anu](https://github.com/RubyLouvre/anu) 类似于React16的微型React框架\n\n- [eggjs / egg-grpc](https://github.com/eggjs/egg-grpc) eggjs的grpc 插件\n\n- [dcodeIO / long.js](https://github.com/dcodeIO/long.js)一个 Long 类，用于表示一个64位的2的补码整数值。\n\n- [[yesmeck / mini-store](https://github.com/yesmeck/mini-store) React 组件的最小状态存储\n\n- [NodeRedis / node-redis](https://github.com/NodeRedis/node-redis) 一个高性能 Node.js Redis 客户端。\n\n- [grpc / grpc-node](https://github.com/grpc/grpc-node) nodejs 版的 grpc\n\n- [mikaelbr / node-notifier](https://github.com/mikaelbr/node-notifier) Js 模块，用于在本地 Mac、 Windows 和 Linux 上发送通知(或者用 Growl 作为后备)\n\n- [luin / ioredis](https://github.com/luin/ioredis) 一个健壮的、注重性能的、功能齐全的 Node.js Redis 客户端。\n\n- [squaremo / amqp.node](https://github.com/squaremo/amqp.node) nodejs rabbitMQ模块\n\n- [airbnb / lottie-web](https://github.com/airbnb/lottie-web) 在 Web、 Android 和 iOS 上原生渲染后效果动画，以及 React Native. http://airbnb.io/lottie/\n\n- [yfinkelstein / node-zookeeper](https://github.com/yfinkelstein/node-zookeeper) nodejs 的 Apache ZooKeeper 客户端\n\n- [lloyd / node-memwatch](https://github.com/lloyd/node-memwatch) 一个可以监控你的内存使用情况，发现并隔离漏洞的 node.js 库。\n\n- [hyj1991 / easy-monitor](https://github.com/hyj1991/easy-monitor)轻量级实时 Node.js 内核性能监控分析工具\n\n- [sofastack / sofa-rpc-node](https://github.com/sofastack/sofa-rpc-node) nodejs RPC 架构\n\n- [jaredhanson / passport](https://github.com/jaredhanson/passport)  Node.js 身份验证。\n\n- [NLRX-WJC / Learn-Vue-Source-Code](https://github.com/NLRX-WJC/Learn-Vue-Source-Code) 🔥 🔥逐行剖析Vue.js源码 在线阅读地址https://nlrx-wjc.github.io/Learn-Vue-Source-Code/\n\n- [scottcgi / MojoJS-Animation](https://github.com/scottcgi/MojoJS-Animation) 一个轻量级和强大的 javascript 动画引擎。\n\n- [microsoft / playwright](https://github.com/microsoft/playwright)Playwright是一个Node库，可通过单个API 自动执行Chromium，WebKit和Firefox浏览器。它实现了跨浏览器的 Web自动化，它是绿色的，功能强大，可靠且快速的。\n\n- [tsayen / dom-to-image](https://github.com/tsayen/dom-to-image) 使用 HTML5 canvas 从 DOM 节点生成图像\n\n- [lancedikson / bowser](https://github.com/lancedikson/bowser) 获取浏览器信息的插件\n\n- [immerjs / use-immer](https://github.com/immerjs/use-immer) react-hooks使用immer\n\n- [smapiot / piral](https://github.com/smapiot/piral) 使用微前端的下一代 web 应用框架。\n\n- [Paul-Browne / lazyestload.js](https://github.com/Paul-Browne/lazyestload.js) 只有当图片在 viewport 中(并保持在 viewport 中)时才加载图片\n\n- [pixijs / pixi.js](https://github.com/pixijs/pixi.js) 使用H5用最快、最灵活的2 d WebGL 渲染器创建漂亮的数字内容。\n\n- [MrSwitch / hello.js](https://github.com/MrSwitch/hello.js) 一个用于连接 OAuth2服务的 Javascript RESTFUL API 库，如 Google + API，Facebook Graph 和 Windows Live Connect\n\n- [fengyuanchen / cropperjs](https://github.com/fengyuanchen/cropperjs) JavaScript图片库。\n\n- [mattphillips / deep-object-diff](https://github.com/mattphillips/deep-object-diff) 深度对比两个对象或数组的差异，并返回不同之处\n\n- [sahat / hackathon-starter](https://github.com/sahat/hackathon-starter) 一个 Node.js 网络应用程序的样板\n\n- [chalk / ansi-styles](https://github.com/chalk/ansi-styles) 用于终端中的样式字符串的 ANSI 转义代码\n\n- [timqian / chinese-independent-blogs](https://github.com/timqian/chinese-independent-blogs) 中文独立博客列表\n\n- [strapi / strapi](https://github.com/strapi/strapi) 开源的 Node.js Headless CMS 可以轻松构建可定制的 api\n\n- [AobingJava / JavaFamily](https://github.com/AobingJava/JavaFamily) 【互联网一线大厂面试+学习指南】\n\n- [luin / medis](https://github.com/luin/medis)Medis 是一个漂亮的，易于使用的 Mac 数据库管理应用程序 Redis。\n\n- [OptimalBits / bull](https://github.com/OptimalBits/bull) 用于在 node.js 中处理分布式作业和消息的高级队列包。\n\n- [koala-coding / goodBlog](https://github.com/koala-coding/goodBlog) 【程序员成长指北】技术栈优质文章\n\n- [caolan / async](https://github.com/caolan/async) Nodejs和浏览器的 Async 实用程序\n\n- [caiyongmin / awesome-coding-javascript](https://github.com/caiyongmin/awesome-coding-javascript) 📌 持续构建个人的源码库（JavaScript 原生、常用库、数据结构、算法）\n\n- [aliyun-node / Node.js-Troubleshooting-Guide](https://github.com/aliyun-node/Node.js-Troubleshooting-Guide) Node.js 应用线上/线下故障、压测问题和性能调优指南手册（一期更新结束）\n\n- [react-hook-form / react-hook-form](https://github.com/react-hook-form/react-hook-form) react-hook表单\n\n- [berwin / time-slicing](https://github.com/berwin/time-slicing) 时间分片\n\n- [CJY0208 / react-activation](https://github.com/CJY0208/react-activation) KeepAlive for React\n\n- [Valve / fingerprintjs2](https://github.com/Valve/fingerprintjs2) 浏览器指纹库\n\n- [kentcdodds / cross-env](https://github.com/kentcdodds/cross-env) 环境脚本的跨平台设置\n\n- [ai / nanoid](https://github.com/ai/nanoid) 一个微型的(108字节) ，安全，url 友好，独特的 JavaScript 字符串 ID 生成器\n\n- [webmodules / custom-event](https://github.com/webmodules/custom-event) 跨浏览器“自定义事件”构造函数\n\n- [dcloudio / uni-app](https://github.com/dcloudio/uni-app) uni-app 是使用 Vue 语法开发小程序、H5、App的统一框架\n\n- [toutiaoio / awesome-architecture](https://github.com/toutiaoio/awesome-architecture) 架构师技术图谱，助你早日成为架构师\n\n- [FullHuman / purgecss](https://github.com/FullHuman/purgecss) 移除没有用到的css\n\n- [stephencookdev / speed-measure-webpack-plugin](https://github.com/stephencookdev/speed-measure-webpack-plugin) webpack插件，可以看出整个项目有所有模块加载快慢程度\n\n- [ximan / swipeSlide](https://github.com/ximan/swipeSlide) 移动端轮播图（基于Zepto/jQuery）\n\n- [flitbit / diff](https://github.com/flitbit/diff) 用于计算深度差异、捕获更改以及跨对象应用更改的 Javascript 实用程序; 用于 node.js 和浏览器。\n\n- [pillarjs / path-to-regexp](https://github.com/pillarjs/path-to-regexp) 将路径字符串(如‘ / user / : name’)转换为正则表达式\n\n- [taye / interact.js](https://github.com/taye/interact.js)javascript 拖放，调整大小和多点触摸手势惯性和抢购为现代浏览器(IE9 +)\n\n- [jonschlinkert / remarkable](https://github.com/jonschlinkert/remarkable) markdown插件\n\n- [CodeFoodPixels / node-promise-mysql](https://github.com/CodeFoodPixels/node-promise-mysql) nodejs的mysql模块，使用Promise\n\n- [JacksonTian / fks](https://github.com/JacksonTian/fks) 前端技能汇总，包括其前端性能、编程知识初北、部署流程、安全等等知识模块\n\n- [whitecolor / ts-node-dev](https://github.com/whitecolor/ts-node-dev) 使用typescript搭建的nodejs开发环境，带有热更新\n\n- [rehooks / awesome-react-hooks](https://github.com/rehooks/awesome-react-hooks)  React Hooks 的精选列表\n\n- [github / fetch](https://github.com/github/fetch) fetch的垫片\n\n- [suanmei / callapp-lib](https://github.com/suanmei/callapp-lib) 🔥call app from h5（H5唤起客户端 ）\n\n- [yisbug / iostore](https://github.com/yisbug/iostore) 极简的全局数据管理方案，基于 React Hooks API\n\n- [unix / koa-ts](https://github.com/unix/koa-ts)使用依赖注入的方式+koa+typescript的搭建\n\n- [rbuckton / reflect-metadata](https://github.com/rbuckton/reflect-metadata) ECMAScript的元数据 reflect API的原型\n\n- [kitze / react-genie](https://github.com/kitze/react-genie) 一组React组件，用于在元素滚动到视口时对其进行动画处理\n\n- [getify / LABjs](https://github.com/getify/LABjs) 加载和阻止JavaScript：具有执行顺序依赖性的JavaScript的按需并行加载器\n\n- [jabbany / CommentCoreLibrary](https://github.com/jabbany/CommentCoreLibrary) Javascript Live Comment (Danmaku) Engine Implementation. JS弹幕模块核心，提供从基本骨架到高级弹幕的支持。\n\n- [systemjs / systemjs](https://github.com/systemjs/systemjs) 动态ES模块加载器\n\n- [imgproxy / imgproxy](https://github.com/imgproxy/imgproxy) 快速安全的独立服务器，用于调整和转换远程图片的大小\n\n- [ElemeFE / page-skeleton-webpack-plugin](https://github.com/ElemeFE/page-skeleton-webpack-plugin) Webpack插件自动生成框架页面\n\n- [daumann / ECMAScript-new-features-list](https://github.com/daumann/ECMAScript-new-features-list) ES新功能的完整列表，包括ES2015（ES6），ES2016，ES2017，ES2018，ES2019\n\n- [winstonjs / winston](https://github.com/winstonjs/winston) 一个简单且通用的日志库，支持多种传输\n\n- [Tonejs / Tone.js](https://github.com/Tonejs/Tone.js) 一个Web Audio框架，用于在浏览器中制作交互式音乐。\n\n- [qiaozi-tech / WXInlinePlayer](https://github.com/qiaozi-tech/WXInlinePlayer) 在微信浏览器中很好的播放视频\n\n- [vifird / react-keeper](https://github.com/vifird/react-keeper) React的路由库，拥有 vue 的 keep-alive 功能\n\n- [Qix- / color](https://github.com/Qix-/color) 🌈Javascript颜色转换和操作库\n\n- [Alex-D / Trumbowyg](https://github.com/Alex-D/Trumbowyg) 非常轻巧的JavaScript编辑器 近20k\n\n- [aui / art-template](https://github.com/aui/art-template) 好用的js模板引擎\n\n- [zws-im / zws](https://github.com/zws-im/zws) 缩短带有不可见空格的URL\n\n- [mmiszy / react-with-observable](https://github.com/mmiszy/react-with-observable) 声明式地将Observables与React结合使用！\n\n- [CreateJS / SoundJS](https://github.com/CreateJS/SoundJS) 一个用于处理音频的Javascript库。它提供了一个一致的API，用于在不同的浏览器和设备上加载和播放音频。当前支持WebAudio，HTML5音频，Cordova / PhoneGap和Flash后备\n\n- [CreateJS / PreloadJS](https://github.com/CreateJS/PreloadJS) PreloadJS使JavaScript中的预加载资源和获取聚合进度事件更加容易。如果可用，它将使用XHR2；如果不可用，则使用基于标签的加载\n\n- [faisalman / ua-parser-js](https://github.com/faisalman/ua-parser-js) 从userAgent字符串中识别浏览器，引擎，操作系统，CPU和设备类型/模型。支持浏览器和node.js环境。也可以作为jQuery / Zepto插件，Bower / Meteor软件包，RequireJS / AMD模块和CLI工具提供。\n\n- [b3log / 30-seconds-zh_CN](https://github.com/b3log/30-seconds-zh_CN)📙 前端知识精选集，包含 HTML、CSS、JavaScript、React、Node、安全等方面，每天仅需 30 秒。\n\n- [jaredpalmer / formik](https://github.com/jaredpalmer/formik) 在 React 中开心的构建 Form 表单\n\n- [MozillaReality / immersive-custom-elements](https://github.com/MozillaReality/immersive-custom-elements) 一组Web组件，可通过使用自定义元素标签将沉浸式（VR＆AR）内容嵌入到您的网页中。目前，它包括用于 360 images、360 video\n\n- [Leonidas-from-XIV/node-xml2js](https://github.com/Leonidas-from-XIV/node-xml2js) XML到JavaScript对象的转换器\n\n- [stream-utils / raw-body](https://github.com/stream-utils/raw-body) 在node中，获取并验证可读流的原始body\n\n- [floveluy / Burnjs](https://github.com/floveluy/Burnjs) 基于koa+typescript的框架\n\n- [mailru / FileAPI](https://github.com/mailru/FileAPI) FileAPI-一组用于处理文件的JavaScript工具。多重上传，拖放和分块文件上传。图片：通过EXIF裁剪，调整大小和自动定向。\n\n- [usablica / intro.js](https://github.com/usablica/intro.js) 页面引导步骤介绍的js插件\n\n- [nihey / react-clipboard.js](https://github.com/nihey/react-clipboard.js) React粘贴复制组件\n\n- [joshmarinacci / node-pureimage](https://github.com/joshmarinacci/node-pureimage) 纯JS实现，基于HTML Canvas的图像绘制和编码的API\n\n- [Polymer / lit-html](https://github.com/Polymer/lit-html) 一个高效，可表达，可扩展的HTML模板库，用于JavaScript\n\n- [ampproject / amphtml](https://github.com/ampproject/amphtml) 增强的HTML，能节省很多时间\n\n- [nkbt / react-copy-to-clipboard](https://github.com/nkbt/react-copy-to-clipboard) React粘贴复制组件\n\n- [sampotts / plyr](https://github.com/sampotts/plyr) 一个简单的HTML5播放器\n\n- [microsoft / monaco-editor](https://github.com/microsoft/monaco-editor) 基于浏览器的代码编辑器\n\n- [davidshimjs / qrcodejs](https://github.com/davidshimjs/qrcodejs) 用于JavaScript的跨浏览器二维码生成器\n\n- [mattm / sql-style-guide](https://github.com/mattm/sql-style-guide) 编写干净、可维护的SQL指南。\n\n- [xnx3 / templatespider](https://github.com/xnx3/templatespider)扒网站工具，看好哪个网站，指定好URL，自动扒下来做成模版。所见网站，皆可为我所用！\n\n- [fschaefer / Probability.js](https://github.com/fschaefer/Probability.js) 提供一个概率来执行对应的方法，非常好用的概率js库。\n\n- [riot / riot](https://github.com/riot/riot) 一款小而美的 MVP 前端框架\n\n- [fabricjs / fabric.js](https://github.com/fabricjs/fabric.js) Canvas库，SVG转Canvas，非常好用的Canvas库。\n\n- [songxiaoliang / react-native-split-bundle](https://github.com/songxiaoliang/react-native-split-bundle) ReactNative JSBundle 拆分解决方案，实现 ReactContext 延迟异步加载，基础包、业务包按需加载。支持 RN 0.5~0.58 版本\n\n- [herrbischoff / awesome-macos-command-line](https://github.com/herrbischoff/awesome-macos-command-line) MacOS shell命令和工具的精选列表。\n\n- [jwagner / smartcrop.js](https://github.com/jwagner/smartcrop.js) Smartcrop.js可以感知图片中重要的物件进行裁剪\n\n- [date-fns / date-fns](https://github.com/date-fns/date-fns) JavaScript 日期实用程序库\n\n- [alsotang / node-lessons](https://github.com/alsotang/node-lessons) 📕《Node.js 包教不包会》 \n\n- [JacksonTian / eventproxy](https://github.com/JacksonTian/eventproxy) EventProxy仅仅是一个很轻量的工具，但是能够带来一种事件式编程的思维变化\n\n- [getsentry / sentry-javascript](https://github.com/getsentry/sentry-javascript) JavaScript 异常情况监测 SDK\n\n- [declandewet / common-tags](https://github.com/declandewet/common-tags) 🔖 有用的HTML模板，用于处理 ES6+ 中的字符串模板\n\n- [zhangyd-c / JustAuth](https://github.com/zhangyd-c/JustAuth) 💯 史上最全的整合第三方登录的工具,目前已支持Github、Gitee、微博、钉钉、百度、Coding、腾讯云开发者平台、OSChina、支付宝、QQ、微信、淘宝、Google、Facebook、抖音、领英、小米、微软、今日头条、Teambition、StackOverflow、Pinterest和人人等第三方平台的授权登录。 Login, so easy!\n\n- [Advanced-Frontend / Daily-Interview-Question](https://github.com/Advanced-Frontend/Daily-Interview-Question) 高级前端进阶,里面包含了很多前端大厂的面试题，非常不错\n\n- [brix / crypto-js](https://github.com/brix/crypto-js) 加密标准的JavaScript库。\n\n- [AttackXiaoJinJin / jQueryExplain](https://github.com/AttackXiaoJinJin/jQueryExplain) \n  jQuery-3.3.1源码解析\n\n- [eashish93 / imgsquash](https://github.com/eashish93/imgsquash) Node.js 简单的图像压缩完整的网站代码，react和next.js框架。易于部署为微服务。\n\n- [smallnew / react-native-multibundler](https://github.com/smallnew/react-native-multibundler) react native可视化bundle拆包，支持官方的0.57~0.59版本，使用官方的metro拆包，适用于Android、iOS\n\n- [yorkie / react-native-wechat](https://github.com/yorkie/react-native-wechat) react-native 微信插件，微信分享、支付等功能\n\n- [GoogleChrome / puppeteer](https://github.com/GoogleChrome/puppeteer) Puppeteer是一个Node库，它提供了一个高级API来控制DevTools协议上的 Chrome或Chromium 。Puppeteer 默认运行无头，但可以配置为运行完整（非无头）Chrome或Chromium\n\n- [amir20 / phantomjs-node](https://github.com/amir20/phantomjs-node) Node.js模块，webkit内核无头浏览器\n\n- [request / request](https://github.com/request/request) 🏊🏾Nodejs简化的Request对象，超级简单易用\n\n- [ariya / phantomjs](https://github.com/ariya/phantomjs) 可编写脚本的无头浏览器\n\n- [Simonwep / pickr](https://github.com/Simonwep/pickr) Color-Picker 颜色选择插件\n\n- [node-schedule / node-schedule](https://github.com/node-schedule/node-schedule) Node.js 定时任务模块\n\n- [krisk / Fuse](https://github.com/krisk/Fuse) JavaScript中的轻量级模糊搜索\n\n- [CarGuo / GSYFlutterBook](https://github.com/CarGuo/GSYFlutterBook) Flutter完整开发实战详解系列，提供在线预览和pdf下载，本系列将完整讲述：如何快速从 0 开发一个完整的 Flutter APP，配套高完成度 Flutter 开源项目 GSYGithubAppFlutter ，同时会提供一些Flutter的开发细节技巧，之后深入源码和实战为你全面解析 Flutter 。\n\n- [CarGuo / GSYFlutterDemo](https://github.com/CarGuo/GSYFlutterDemo) Flutter 例子，方便新手学习上手和小问题方案解决。 目前开始逐步补全完善，主要提供一些有用或者有趣的例子\n\n- [CanopyTax / single-spa](https://github.com/CanopyTax/single-spa) 用于前端微服务的javascript框架，在同一页面上使用多个框架而无需刷新页面 （React，AngularJS，Angular，Ember或您正在使用的任何内容）\n\n- [mervick / emojionearea](https://github.com/mervick/emojionearea) jQuery的 Emoji表情插件\n\n- [ElemeFE / node-interview](https://github.com/ElemeFE/node-interview) 饿了么大前端关于 Nodejs 的访谈与问答，比较深入\n\n- [huiyan-fe / react-bmap](https://github.com/huiyan-fe/react-bmap) 基于百度地图JavaScript API封装的React组件库\n\n- [raszi / node-tmp](https://github.com/raszi/node-tmp) node.js 创建临时文件和目录\n\n- [paulhodel / jexcel](https://github.com/paulhodel/jexcel) jExcel是一个轻量级的vanilla javascript插件，用于创建与Excel或任何其他电子表格软件兼容的基于Web的交互式表格和电子表格。您可以从JS数组，JSON，CSV或XSLX文件创建在线电子表格表。您可以从excel复制并直接粘贴到jExcel电子表格，反之亦然。集成任何第三方javascript插件非常容易，可以创建自己的自定义列，自定义编辑器，并在应用程序中自定义任何功能。jExcel通过其原生列类型提供了大量不同的输入选项，以涵盖最常见的基于Web的应用程序需求。它是Web数据管理的完整解决方案。使用jExcel javascript电子表格创建出色的应用程序。\n\n- [PrismJS/prism](https://github.com/PrismJS/prism) 轻量可扩展的语法高亮插件\n\n- [excaliburhan / node-gitlab-webhook](https://github.com/excaliburhan/node-gitlab-webhook) gitlab 的 webhook 模块。\n\n- [sindresorhus / clipboardy](https://github.com/sindresorhus/clipboardy) 粘贴复制组件，不需要点击事件！\n\n- [sindresorhus / ora](https://github.com/sindresorhus/ora) Node模块，用于写终端交互时，加上好看的状态图标，比如 loading 状态、 完成及失败等\n\n- [mscdex / ssh2](https://github.com/mscdex/ssh2) 使用 Node.js 来连接远程服务器\n\n- [CJY0208 / react-router-cache-route](https://github.com/CJY0208/react-router-cache-route)路由缓存为React-Router，类似Vue中的\u003ckeep-alive /\u003e\n\n- [Availity / react-block-ui](https://github.com/Availity/react-block-ui)React 组件，它在页面上出现一个蒙层阻止用户与UI交互，比如用在提交时的 loading 状态时禁止用户操作页面\n\n- [Cogoport / cogo-toast](https://github.com/Cogoport/cogo-toast) React Toast消息提示组件\n\n- [brillout / awesome-react-components](https://github.com/brillout/awesome-react-components) 收集了非常多的精选的react组件\n\n- [tc39 / proposal-optional-chaining](https://github.com/tc39/proposal-optional-chaining) 你还在为 data \u0026\u0026 data.people \u0026\u0026 data.people.name 这种写法而烦恼吗？ 使用此插件只需要 data?.people?.name 即可。\n\n- [pubkey / rxdb](https://github.com/pubkey/rxdb) JavaScript、Node应用程序的实时数据库。是用于JavaScript应用程序的NoSQL数据库，如 Websites，hybrid Apps，Electron-Apps and NodeJs。Reactive意味着您不仅可以查询当前状态，还可以订阅所有状态更改，例如查询结果甚至是文档的单个字段。这对于始终向用户显示实时状态的基于UI的应用程序非常有用。由于RxDB基于辉煌的PouchDB，因此它支持CouchDB复制协议，该协议允许您以简单方便的方式在多个客户端和服务器之间复制数据。\n\n- [localForage / localForage](https://github.com/localForage/localForage) 💾离线存储，改进。使用简单但功能强大的API包装IndexedDB，WebSQL或localStorage。\n\n- [StringEpsilon / mini-create-react-context](https://github.com/StringEpsilon/mini-create-react-context) mini版使用 React 的 createReactContext\n\n- [lukeed / matchit](https://github.com/lukeed/matchit) 一个快速匹配路由并解析地址的js库，规则类似 react-router 的路由匹配，比如 /foo/:bar/:baz? \n\n- [sveltejs / svelte](https://github.com/sveltejs/svelte) Svelte是一种构建Web应用程序的新方法，有点类似React的JSX，更像是非常灵活的 HTML 的模板引擎。\n\n- [tgriesser / knex](https://github.com/tgriesser/knex) Node.js的数据库查询构建器 包括MSSQL，MySQL，PostgreSQL，SQLite3，Oracle（包括Oracle Wallet身份验证））\n\n- [jefflombard / ui-libraries](https://github.com/jefflombard/ui-libraries) 收集的UI框架\n\n- [mdbootstrap / perfect-scrollbar](https://github.com/mdbootstrap/perfect-scrollbar) 简约完美的自定义滚动条插件\n\n- [dimsemenov / PhotoSwipe](https://github.com/dimsemenov/PhotoSwipe) 好用的图片（照片）浏览插件\n\n- [wojtekmaj / react-lifecycle-methods-diagram](https://github.com/wojtekmaj/react-lifecycle-methods-diagram) React生命周期方法图。\n\n- [desandro / imagesloaded](https://github.com/desandro/imagesloaded) JavaScript插件，所有图片加载完成后，你要做点什么？\n\n- [mui-org / material-ui](https://github.com/mui-org/material-ui) 谷歌出品的UI框架 世界第一\n\n- [francoischalifour / medium-zoom](https://github.com/francoischalifour/medium-zoom) 🔎🖼 用于缩放图像（如Medium）的JavaScript库\n\n- [naptha / tesseract.js](https://github.com/naptha/tesseract.js) 一个 js 库，可以从图片中获取几乎任何文字内容。\n\n- [sindresorhus / slash](https://github.com/sindresorhus/slash) 将Windows反斜杠路径转换为斜杠路径\n\n- [rvagg / github-webhook-handler](https://github.com/rvagg/github-webhook-handler) Node.js用于处理GitHub Webhooks的Web处理程序/中间件\n\n- [ bluebill1049 / react-simple-animate](https://github.com/bluebill1049/react-simple-animate) 🎯 React UI动画变得简单\n\n- [imagemin / imagemin](https://github.com/imagemin/imagemin) 一个可以压缩图片的  node 模块\n\n- [froala / design-blocks](https://github.com/froala/design-blocks) 一组170多个基于Bootstrap的设计模块，可用于创建干净的现代网站。\n  -[motdotla / dotenv](https://github.com/motdotla/dotenv) Dotenv可以将 .env 文件中的环境变量加载到 process.env 使用非常方便\n\n- [ctrlplusb / easy-peasy](https://github.com/ctrlplusb/easy-peasy) 简单易用的React状态管理插件\n\n- [cubiq / iscroll](https://github.com/cubiq/iscroll)iScroll是一款高性能，占用空间小，无依赖，多平台的javascript srcoll插件\n\n- [you-dont-need / You-Dont-Need-Momentjs](https://github.com/you-dont-need/You-Dont-Need-Momentjs) 你可能不需要moment.js，而是通过其他小型库或者一个函数即可解决。\n\n- [fi3ework / react-live-route](https://github.com/fi3ework/react-live-route) 📌增强的react-router-v4路由，使路由保持keep-alive状态，类似vue的keep-alive组件\n\n- [franciscop / ola](https://github.com/franciscop/ola) 🌊 用于插值数字的平滑动画库\n\n- [visionmedia / page.js](https://github.com/visionmedia/page.js) 受Express路由器启发的微客户端路由器\n\n- [Q42 / delighters](https://github.com/Q42/delighters) 页面滚动时添加一些动画效果，让页面更丰富\n\n- [kootenpv / yagmail](https://github.com/kootenpv/yagmail) yagmail使发送电子邮件变得非常容易\n\n- [mattboldt / typed.js](https://github.com/mattboldt/typed.js) JavaScript打字动画库\n\n- [infernojs / inferno](https://github.com/infernojs/inferno) 🔥一个非常快速，类似React的JavaScript库，用于构建现代用户界面\n\n- [minirefresh / minirefresh](https://github.com/minirefresh/minirefresh) 优雅的H5 下拉刷新。零依赖，高性能，多主题，易拓展。(A Graceful HTML5 Drop-Down-Refresh Plugin. )\n\n- [GoogleChromeLabs / comlink](https://github.com/GoogleChromeLabs/comlink) 让WebWorkers使用起来更舒心\n\n- [Rocketseat / unform](https://github.com/Rocketseat/unform) Unform是一个以性能为中心的库，可以帮助您在React中利用不受控制的组件性能和React Hooks创建漂亮的表单，包括表单验证\n\n- [yiminghe / async-validator](https://github.com/yiminghe/async-validator) 强大的表单验证插件\n\n- [NervJS / nerv](https://github.com/NervJS/nerv) 一个超快的React替代品，兼容IE8和React 16。 \n\n- [solkimicreb / react-easy-state](https://github.com/solkimicreb/react-easy-state) 非常简单好用的React状态管理\n\n- [jolaleye / cssfx](https://github.com/jolaleye/cssfx) 非常常用的css点击效果和Loading效果，点击复制即可使用\n\n- [juliandavidmr / awesome-nestjs](https://github.com/juliandavidmr/awesome-nestjs) 😏NestJS的精选列表\n\n- [RobinBuschmann / sequelize-typescript](https://github.com/RobinBuschmann/sequelize-typescript) sequelize的typescript版本，你可以使用装饰器和一些其他新特性了\n\n- [eggjs / egg](https://github.com/eggjs/egg) 🥚生于使用Node.js和Koa构建更好的企业框架和应用程序 \n\n- [fa-ge / NativeShare](https://github.com/fa-ge/NativeShare) NativeShare是一个整合了各大移动端浏览器调用原生分享的插件\n\n- [danistefanovic / build-your-own-x](https://github.com/danistefanovic/build-your-own-x) 这里建立了各种语言的各种技术！！\n\n- [websockets / ws](https://github.com/websockets/ws) 经过全面测试的Node.js WebSocket客户端和服务器，易于使用\n\n- [jaywcjlove / awesome-uikit](https://github.com/jaywcjlove/awesome-uikit) 收集了许多JS框架，Web组件库和中后台管理模板。\n\n- [react-component / m-tabs](https://github.com/react-component/m-tabs) 好用的React移动端Tab切换组件 \n\n- [hackjutsu / Lepton](https://github.com/hackjutsu/Lepton) 一个好用的代码断管理工具\n\n- [shenzekun / useful-tools](https://github.com/shenzekun/useful-tools) 🔨 一些有用的工具网站\n\n- [marcbruederlin / particles.js](https://github.com/marcbruederlin/particles.js) 轻量级的粒子背景，无依赖性和响应式javascript插件。\n\n- [kmagiera / react-native-gesture-handler](https://github.com/kmagiera/react-native-gesture-handler) 声明性API将平台本机触摸和手势系统暴露给React Native。 \n\n- [jamiebuilds / unstated](https://github.com/jamiebuilds/unstated) 一个react状态管理库\n\n- [aheckmann / gm](https://github.com/aheckmann/gm) 使用node处理图像，比如图片大小、分辨率、颜色数、文件大小、以及滤镜等等。\n\n- [alibaba / uform](https://github.com/alibaba/uform) ⚡阿里巴巴出品，为企业提供高效的高性能Form表单解决方案\n\n- [azl397985856 / leetcode](https://github.com/azl397985856/leetcode) LeetCode Solutions: A Record of My Problem Solving Journey.( leetcode题解，记录自己的leetcode解题之路。)\n\n- [israeleriston / awesome-fastify](https://github.com/israeleriston/awesome-fastify) fastify精选列表\n\n- [alibaba / fish-redux](https://github.com/alibaba/fish-redux) 阿里巴巴出品的flutter redux \n\n- [ellerbrock / awesome-koa](https://github.com/ellerbrock/awesome-koa) koa精选列表\n\n- [dbcli / mycli](https://github.com/dbcli/mycli) 具有AutoCompletion和语法突出显示的MySQL终端客户端。\n\n- [ooade / awesome-preact](https://github.com/ooade/awesome-preact) preact精选列表\n\n- [BoxFactura / pulltorefresh.js](https://github.com/BoxFactura/pulltorefresh.js) 一个好用的下拉刷新插件\n\n- [MithrilJS / mithril.js](https://github.com/MithrilJS/mithril.js) 用于构建单页应用程序的现代客户端Javascript框架。它很小（8.8 KB gzip压缩），速度快，提供开箱即用的路由和XHR实用程序。\n\n- [AngusFu / uc-qq-share-to-wechat](https://github.com/AngusFu/uc-qq-share-to-wechat) 触发手机UC、QQ浏览器的原生的微信分享功能\n\n- [jondot / awesome-react-native](https://github.com/jondot/awesome-react-native) React Native组件，新闻，工具和学习资料的精选列表\n\n- [lukechilds / merge-images](https://github.com/lukechilds/merge-images) 通过canvas轻松地将图像组合在一起\n\n- [jaywcjlove / hotkeys](https://github.com/jaywcjlove/hotkeys)  ➷用于捕获键盘输入的强大Javascript库。它没有依赖关系。\n\n- [maxogden / concat-stream](https://github.com/maxogden/concat-stream) 可写流，用于连接字符串或数据，并在回调中返回结果\n\n- [fastify / fastify](https://github.com/fastify/fastify) Node.js的快速和低开销Web框架\n\n- [octokit / webhooks.js](https://github.com/octokit/webhooks.js) Node.js的GitHub webhook事件工具集\n\n- [nodegit / nodegit](https://github.com/nodegit/nodegit) node git插件\n\n- [KaiserY / trpl-zh-cn](https://github.com/KaiserY/trpl-zh-cn) Rust 程序设计语言（第二版 \u0026 2018 edition）\n\n- [adonisjs / adonis-framework](https://github.com/adonisjs/adonis-framework) Node Node.js框架高度关注开发人员的人体工程学，稳定性和信心\n\n- [chyingp / nodejs-learning-guide](https://github.com/chyingp/nodejs-learning-guide) Nodejs学习笔记以及经验总结，公众号\"程序猿小卡\"\n\n- [streamich / react-use](https://github.com/streamich/react-use) React Hooks — 👍\n\n- [jorgebucaran / hyperapp](https://github.com/jorgebucaran/hyperapp) 1 kB用于构建声明性Web应用程序的JavaScript微框架 （react微微型）\n\n- [FormidableLabs / rapscallion](https://github.com/FormidableLabs/rapscallion) 将react组件通过render方法可转成htmlString或Stream\n\n- [petkaantonov / bluebird](https://github.com/petkaantonov/bluebird) 性能非常好的Promise库\n\n- [bgrins / TinyColor](https://github.com/bgrins/TinyColor) JavaScript的快速，小型颜色处理和转换\n\n- [liriliri / eruda](https://github.com/liriliri/eruda) 移动端控制台\n\n- [paulmillr / chokidar](https://github.com/paulmillr/chokidar) nodejs模块，用于监控文件\n\n- [imsun / gitment](https://github.com/imsun/gitment) 基于GitHub的评论系统。\n\n- [liady / webpack-node-externals](https://github.com/liady/webpack-node-externals) 在Webpack中轻松设置exclude，用于排除node_modules中的模块\n\n- [picturepan2 / instagram.css](https://github.com/picturepan2/instagram.css)  纯CSS Instagram过滤器。您可以仅使用CSS将所有这些类似Instagram的过滤器添加到您的照片中\n\n- [typicode / lowdb](https://github.com/typicode/lowdb) ⚡️lowledb是一个由Lodash支持的小型本地JSON数据库（支持Node，Electron和浏览器）\n\n- [alexfoxy / laxxx](https://github.com/alexfoxy/laxxx) 简单轻巧（3kb缩小和压缩）香草javascript插件，当你滚动时创建流畅和美丽的动画！利用最直观的互动的力量，让你的......\n\n- [H-Wakanda / css-animation-101-cn](https://github.com/H-Wakanda/css-animation-101-cn) 学习如何为你的 Web 程序添加动效\n\n- [StructureBuilder / react-keep-alive](https://github.com/StructureBuilder/react-keep-alive) 维护组件状态并避免重复重新呈现的组件。\n\n- [yeasy / docker_practice](https://github.com/yeasy/docker_practice) 通过真正的DevOps练习，学习和了解Docker技术！\n\n- [vaneenige / uos](https://github.com/vaneenige/uos) 🐭一个小小的250b滚动监听器，有进度监控\n\n- [a-jie / AniX](https://github.com/a-jie/AniX) 🐿超简单轻量级（\u003c3kb）JavaScript动画库\n\n- [remy / nodemon](https://github.com/remy/nodemon) 监视node.js应用程序中的任何更改并自动重新启动服务器 - 非常适合开发\n\n- [flutterchina / flutter-in-action](https://github.com/flutterchina/flutter-in-action) 《Flutter实战》电子书\n\n- [weilanwl / ColorUI](https://github.com/weilanwl/ColorUI) 鲜亮的高饱和色彩，专注视觉的小程序组件库\n\n- [chrisbateman / webpack-visualizer](https://github.com/chrisbateman/webpack-visualizer) 可视化您的Webpack包\n\n- [emotion-js / emotion](https://github.com/emotion-js/emotion) CSS-in-JS库专为高性能风格组合而设计\n\n- [artf / grapesjs](https://github.com/artf/grapesjs) 免费开源的web构建工具\n\n- [Unitech / pm2](https://github.com/Unitech/pm2) Node.js具有内置负载均衡器的生产过程管理器。\n\n- [epoberezkin / fast-deep-equal](https://github.com/epoberezkin/fast-deep-equal) 对比两个json对象是否一样\n\n- [flutter / flutter](https://github.com/flutter/flutter) Flutter可以轻松快速地构建漂亮的移动应用程序。\n\n- [infinitered / nsfwjs](https://github.com/infinitered/nsfwjs) 通过Tensorflow JS在客户端进行NSFW检测\n\n- [justadudewhohacks / face-api.js](https://github.com/justadudewhohacks/face-api.js) 用于在浏览器和具有tensorflow.js的nodejs中进行面部检测和面部识别的JavaScript API\n\n- [icd2k3 / react-router-breadcrumbs-hoc](https://github.com/icd2k3/react-router-breadcrumbs-hoc) 一个小巧，灵活的HOC，用于使用react-router v4和5渲染面包屑\n\n- [markedjs / marked](https://github.com/markedjs/marked) 一个Markdown编译器，速度很快。\n\n- [nosir / cleave.js](https://github.com/nosir/cleave.js) 键入时格式化输入文本内容(电话号码、日期格式、数字格式、信用卡格式、自定义格式)...\n\n- [oliver-moran / jimp](https://github.com/oliver-moran/jimp) 完全用JavaScript编写的图像处理库，具有零外部或本机依赖性。\n\n- [nanxiaobei / ant-plus](https://github.com/nanxiaobei/ant-plus) 🚀 Ant Design Form 增强版\n\n- [Micropoor / Micro8](https://github.com/Micropoor/Micro8) 渗透攻击超十年，由于年龄，身体原因，自己感觉快要退出一线渗透攻击了。遂打算把毕生所学用文字表写出来。\n\n- [Microsoft / napajs](https://github.com/Microsoft/napajs)   Napa.js：一个多线程的JavaScript运行时\n\n- [nextapps-de / flexsearch](https://github.com/nextapps-de/flexsearch) Browser和Node.js的下一代全文搜索库\n\n- [shipitjs / shipit](https://github.com/shipitjs/shipit) 通用自动化和部署工具,Shipit为Capistrano或其他构建工具提供了一个很好的替代方案。它易于部署或自动执行远程服务器上的简单任务。\n\n- [egoist / import-http](https://github.com/egoist/import-http) 导入远程模块\n\n- [jsdom / jsdom](https://github.com/jsdom/jsdom) WHATWG DOM和HTML标准的JavaScript实现，用于node.js ✨✨\n\n- [dzzzzzy / Nestjs-Learning](https://github.com/dzzzzzy/Nestjs-Learning) nest.js 学习教程 📚，跟我一起学习 nest 框架~ 💪\n\n- [swc-project / swc](https://github.com/swc-project/swc) 使用rust编写的超快javascript到javascript编译器\n\n- [transloadit / uppy](https://github.com/transloadit/uppy) Web浏览器的下一个开源文件上传器🐶\n\n- [gothinkster / realworld](https://github.com/gothinkster/realworld) “所有演示应用程序的源头” - 由React，Angular，Node，Django等提供支持的示例性fullstack Medium.com克隆🏅\n\n- [shrekshrek / css3d-engine](https://github.com/shrekshrek/css3d-engine) css 3d引擎。非常好用。 14K\n\n- [vadimdemedes / ink](https://github.com/vadimdemedes/ink) 🌈React命令交互应用程序\n\n- [bestvist / axial3d](https://github.com/bestvist/axial3d) github 404页面的3D效果\n\n- [typestack / typedi](https://github.com/typestack/typedi) 用于JavaScript和TypeScript的简单而强大的依赖注入工具。\n\n- [typestack / routing-controllers](https://github.com/typestack/routing-controllers) 使用TypeScript和Routing Controllers Framework在Express / Koa中创建结构化，声明性和组织精美的基于类的控制器，并使用大量装饰器。\n\n- [typeorm / typeorm](https://github.com/typeorm/typeorm)  TypeScript和JavaScript（ES7，ES6，ES5）的ORM（对象关系映射）。支持MySQL，PostgreSQL，MariaDB，SQLite，MS SQL Server，Oracle，WebSQL数据库。适用于NodeJS，浏览器，Ionic，Cordova和Electron平台...... 🔥🔥\n\n- [Semantic-Org / Semantic-UI](https://github.com/Semantic-Org/Semantic-UI) Semantic是一个基于自然语言有用原则的UI组件框架。\n\n- [alexgibson / shake.js](https://github.com/alexgibson/shake.js) 移动设备“摇一摇”事件监听\n\n- [hammerjs / hammer.js](https://github.com/hammerjs/hammer.js)  用于多点触控手势的javascript库：//您可以触摸它\n\n- [QiShaoXuan / css_tricks](https://github.com/QiShaoXuan/css_tricks)  Some CSS tricks,一些 CSS 常用样式\n\n- [webpack-china / awesome-webpack-cn](https://github.com/webpack-china/awesome-webpack-cn)  webpack 优秀中文文章\n\n- [wubaiqing / zaobao](https://github.com/wubaiqing/zaobao) 每日时报，以前端技术体系为主要分享课题。根据：文章、工具、新闻、视频几大板块作为主要分类。\n\n- [miniMAC / magic](https://github.com/miniMAC/magic) 特殊效果的css动画\n\n- [Microsoft / TypeScript-Babel-Starter](https://github.com/Microsoft/TypeScript-Babel-Starter) typescript+babel的开发环境搭建 热烈推荐👍\n\n- [zeit / next.js](https://github.com/zeit/next.js) 一个轻量级的 React 服务端渲染应用框架\n\n- [zeit / serve](https://github.com/zeit/serve) 展示静态文件服务和目录列表\n\n- [jprichardson / node-fs-extra](https://github.com/jprichardson/node-fs-extra) Node.js：fs对象的额外方法，如copy（），remove（），mkdirs（）\n\n- [NervJS / taro](https://github.com/NervJS/taro) 多端统一开发框架，支持用 React 的开发方式编写一次代码，生成能运行在微信/百度/支付宝/字节跳动小程序、H5、React Native 等的应用\n\n- [SBoudrias / Inquirer.js](https://github.com/SBoudrias/Inquirer.js) nodejs版常用交互式命令行用户界面的集合\n\n- [cssanimation / css-animation-101](https://github.com/cssanimation/css-animation-101) 了解如何将动画带入您的Web项目\n\n- [lovell / sharp](https://github.com/lovell/sharp) 高性能Node.js图像处理，是调整JPEG，PNG，WebP和TIFF图像大小的最快模块。使用libvips库\n\n- [Tencent / omi](https://github.com/Tencent/omi) 下一代Web框架在微小的js中使用带有omio fallback（IE8 +）的Web组件\n\n- [i0natan / nodebestpractices](https://github.com/i0natan/nodebestpractices) 最大的Node.js最佳实践列表\n\n- [mysqljs / mysql](https://github.com/mysqljs/mysql) 在Node.js中使用mysql\n\n- [sequelize / sequelize](https://github.com/sequelize/sequelize) Node.js可以使用多种SQL数据库，建表、数据库增删改查等等功能。\n\n- [justjavac / awesome-wechat-weapp](https://github.com/justjavac/awesome-wechat-weapp) 微信小程序开发资源汇总 💯\n\n- [e-oj / Magic-Grid](https://github.com/e-oj/Magic-Grid) 一个简单，轻量级的Javascript库，用于动态网格布局,比如瀑布流。\n\n- [bobiscool / wxDraw](https://github.com/bobiscool/wxDraw) 一个轻量级的画布库，为weapp微信小程序2d动画库提供2d绘图\n\n- [dawnlabs / carbon](https://github.com/dawnlabs/carbon) 可以将你的代码生成非常好看的图片\n\n- [ant-design / ant-motion](https://github.com/ant-design/ant-motion) Ant Design旗下非常好的动画组件\n\n- [javaLuo / react-luo](https://github.com/javaLuo/react-luo) 使用最新技术搭建react环境，里面有具体的依赖列表哟~\n\n- [video-react / video-react](https://github.com/video-react/video-react) 一个react视频播放组件。\n\n- [ant-design / ant-design-mobile-rn](https://github.com/ant-design/ant-design-mobile-rn) react-native UI组件库\n\n- [sindresorhus / query-string](https://github.com/sindresorhus/query-string) 解析url参数的必用插件\n\n- [chokcoco / CSS-Inspiration](https://github.com/chokcoco/CSS-Inspiration) 各种常用的css效果及布局都在这里。\n\n- [jaywcjlove / awesome-mac](https://github.com/jaywcjlove/awesome-mac) 收集了Mac电脑中好用的工具及软件。\n\n- [enaqx / awesome-react](https://github.com/enaqx/awesome-react) react精品集合\n\n- [Vibing / awesome-chrome-devtools](https://github.com/Vibing/awesome-chrome-devtools)Chrome DevTools和DevTools精品工具和资源\n\n- [twitter / twemoji](https://github.com/twitter/twemoji) Emoji表情处理库\n\n- [ianstormtaylor / slate](https://github.com/ianstormtaylor/slate) 一个完全可定制的框架，用于构建富文本编辑器\n\n- [airbnb / javascript](https://github.com/airbnb/javascript) 一种最合理的 JavaScript 书写方法（标准）\n\n- [zeit / pkg](https://github.com/zeit/pkg) 将 Node.js 项目打包成可执行文件\n\n- [veltman/flubber](https://github.com/veltman/flubber) 更流畅的动画工具\n\n- [langyuxiansheng / base-restfulapi-server](https://github.com/langyuxiansheng/base-restfulapi-server) 这里是一个基于 koa2 和 mysql 还有 MongoDB 的 restfulAPI 风格的 node 服务框架\n\n- [sindresorhus / awesome-nodejs](https://github.com/sindresorhus/awesome-nodejs) 有很多 Node.js 包和资源的精选包\n\n- [nestjs / nest](https://github.com/nestjs/nest) 用于在 TypeScript 和 JavaScript（ES6，ES7，ES8）之上构建高效且可扩展的服务器端应用程序的渐进式 Node.js 框架，深受 Angular 的启发\n\n- [jimuyouyou / node-interview-questions](https://github.com/jimuyouyou/node-interview-questions) Node.js 面试题，侧重后端应用与对 Node 核心的理解\n\n- [yjhjstz/deep-into-node](https://github.com/yjhjstz/deep-into-node) 深入理解 Node.js：核心思想与源码分析\n\n- [gatsbyjs/gatsby](https://github.com/gatsbyjs/gatsby) 使用 React 构建速度快，现代的应用程序和网站\n\n- [chrisdickinson / raf](https://github.com/chrisdickinson/raf) requestAnimationFrame polyfill 库\n\n- [drcmda / react-spring](https://github.com/drcmda/react-spring) 基于 Spring 物理的 React 动画库\n\n- [mweststrate / immer](https://github.com/mweststrate/immer) 通过改变当前状态来创建下一个不可变状态\n\n- [pedronauck / docz](https://github.com/pedronauck/docz) ✍🏻 记录你的东西从未如此简单！\n\n- [pedronauck / reworm](https://github.com/pedronauck/reworm) 🍫 管理状态的最简单方法\n\n- [antvis/f2](https://github.com/antvis/f2) 📱📈 优雅，互动，灵活的移动图表库。\n\n- [DMQ/mvvm](https://github.com/DMQ/mvvm) 剖析 vue 实现原理，自己动手实现 mvvm\n\n- [nofluxjs / noflux](https://github.com/nofluxjs/noflux) 用于 JavaScript Apps 简单愚蠢的状态管理。\n\n- [lodash / lodash](https://github.com/lodash/lodash) 一个现代 JavaScript 实用程序库，提供模块化，性能和附加功能。\n\n- [marklagendijk/lodash-deep](https://github.com/marklagendijk/lodash-deep) Lodash mixins 用于（深）对象访问/操作\n\n- [meituan/beeshell](https://github.com/meituan/beeshell) React Native 组件库\n\n- [transitive-bullshit / check-links](https://github.com/transitive-bullshit/check-links) 可靠地检查一系列 URL 以获得活跃度。非常快 ⚡\n\n- [bbxjs / bbx](https://github.com/bbxjs/bbx) 𝕓𝕓𝕩 是一个极其简单高效的 React 状态管理方式\n\n- [alibaba / ice](https://github.com/alibaba/ice)  \n  🚀 飞冰 - 让前端开发简单而友好，海量可复用物料，配套桌面工具极速构建前端应用，效率提升 100%\n\n- [juliangarnier / anime](https://github.com/juliangarnier/anime) JavaScript 动画引擎\n\n- [lyh2668 / node-sso](https://github.com/lyh2668/node-sso) 适用于 SPA 的 SSO（单点登录）实践，express 框架基础上，使用 redis 作为 session 的 store\n\n- [PanJiaChen / vue-element-admin](https://github.com/PanJiaChen/vue-element-admin) 🎉 一个神奇的 vue 后台管理模板\n\n- [FormidableLabs/webpack-dashboard](https://github.com/FormidableLabs/webpack-dashboard) 用于 webpack dev 服务器的 CLI 仪表板\n\n- [oncebot / pushbar.js](https://github.com/oncebot/pushbar.js) 用于在 Web 应用程序中创建滑动抽屉的小型 javascript 插件\n\n- [Financial-Times / polyfill-service](https://github.com/Financial-Times/polyfill-service) 自动 polyfill 服务\n\n- [rstacruz / nprogress](https://github.com/rstacruz/nprogress) 类似 YouTube，Medium 上的超薄进度条\n\n- [storybooks / storybook](https://github.com/storybooks/storybook) 交互式 UI 组件开发和测试：React，React Native，Vue，Angular，Ember\n\n- [mrhaoxiaojun / MVVM](https://github.com/mrhaoxiaojun/MVVM) 手把手教你 MVVM，史最全的注释、包含你关心的 defineProperty 结合发布者-订阅者模式实现数据的数据劫持监听，配合 compile 模版编译+watcher 做为桥梁\n\n- [meandmax / lory](https://github.com/meandmax/lory) ☀ 触摸使用 vanilla JavaScript 编写的轮播图，支持一图、多图(支持不同宽度)展示。\n\n- [yued-fe / lulu](https://github.com/yued-fe/lulu) 张鑫旭大神出品的 PC 端 UI 库\n\n- [sequelize / sequelize](https://github.com/sequelize/sequelize) Sequelize 是一个基于 promise 的 Node.js ORM, 目前支持 Postgres, MySQL, SQLite 和 Microsoft SQL Server. 它具有强大的事务支持, 关联关系, 读取和复制等功能.\n\n- [mobxjs / mobx-state-tree](https://github.com/mobxjs/mobx-state-tree) mobx 模型驱动状态管理\n\n- [chenshenhai / eggjs-note](https://github.com/chenshenhai/eggjs-note) Egg.js 深入浅出学习笔记》 (每周一更)🚀🚀🚀\n\n- [trekhleb / javascript-algorithms](https://github.com/trekhleb/javascript-algorithms) 📝 用 JavaScript 实现的算法和数据结构，带有解释和进一步读数的链接\n\n- [roylee0704 / react-flexbox-grid](https://github.com/roylee0704/react-flexbox-grid) 使用 CSS 模块的强大功能实现 flexboxgrid 的 React 组件\n\n- [josdejong/mathjs](https://github.com/josdejong/mathjs) JavaScript 和 Node.js 的数学库\n\n- [dt-fe / weekly](https://github.com/dt-fe/weekly) 前端精读周刊\n\n- [BirdLeeSCUT/pastate](https://github.com/BirdLeeSCUT/pastate) Pastate.js，响应式 react state 管理框架，为高效开发而设计\n\n- [jlevy / the-art-of-command-line](https://github.com/jlevy/the-art-of-command-line) 让你在一个页面中掌握命令行\n\n- [unsplash / react-trend](https://github.com/unsplash/react-trend) 📈 简洁，优雅的折线图\n\n- [dvajs / dva](https://github.com/dvajs/dva) 🌱 基于 React 和 redux 的轻量级和榆木式框架。 （灵感来自榆树和 choo）\n\n- [ricardo-ch / react-easy-crop](https://github.com/ricardo-ch/react-easy-crop) React 裁剪图像\n\n- [nswbmw / node-in-debugging](https://github.com/nswbmw/node-in-debugging) 《Node.js 调试指南》\n\n- [webtorrent / webtorrent](https://github.com/webtorrent/webtorrent) ⚡️ 用于 web 的流媒体客户端\n\n- [jamiebuilds / babel-handbook](https://github.com/jamiebuilds/babel-handbook) 📘 关于如何使用 Babel 以及如何为 Babel 创建插件的指导手册。\n\n- [niklasvh / html2canvas](https://github.com/niklasvh/html2canvas) html 转 canvas\n\n- [kimmobrunfeldt / progressbar.js](https://github.com/kimmobrunfeldt/progressbar.js) 响应和光滑的进度条\n\n- [dubbo / dubbo2.js](https://github.com/dubbo/dubbo2.js) 使用 Nodejs 对接 Java 的实现\n\n- [wangfupeng1988 / wangEditor](https://github.com/wangfupeng1988/wangEditor) wangEditor —— 轻量级 web 富文本框\n\n- [stereobooster / react-ideal-image](https://github.com/stereobooster/react-ideal-image) 🖼️ 几乎理想的 React 图像组\n\n- [reach / router](https://github.com/reach/router) react-router 作者的另一个路由\n\n- [denoland / deno](https://github.com/denoland/deno) V8 上 TypeScript 的 runtime\n\n- [quilljs / quill](https://github.com/quilljs/quill) Quill 是一个现代 WYSIWYG 编辑器，专为兼容性和可扩展性而构建。\n\n- [eligrey / FileSaver.js](https://github.com/eligrey/FileSaver.js) 有时我们需要在浏览器上生成文件并保存到本地，这个借助 FileSaver.js 就可以很方便地实现。FileSaver.js是一款基于HTML5完成文件保存插件，它可以帮你直接从网页中导出多种格式文件，HTML5 saveAs() FileSaver 实现\n\n- [hustcc / timeago.js](https://github.com/hustcc/timeago.js) 🕗🕗️tinerago.js 是一个很小的（~2.0kb）库，用于用'\\*\\*\\* time ago`语句格式化日期。例如：'3 小时前'。没有依赖和本地化和微小。\n\n- [mqyqingfeng / Blog](https://github.com/mqyqingfeng/Blog) 冴羽写博客的地方，预计写四个系列：JavaScript 深入系列、JavaScript 专题系列、ES6 系列、React 系列。\n\n- [AlloyTeam / AlloyTouch](https://github.com/AlloyTeam/AlloyTouch) 平滑滚动，旋转，拉动刷新，页面转换和网络运动 - 丝般顺滑的触摸运动方案\n\n- [chenglou / react-motion](https://github.com/chenglou/react-motion) 一个解决你的动画问题的弹簧\n\n- [kamranahmedse / driver.js](https://github.com/kamranahmedse/driver.js) 一个轻量级，无依赖性的 vanilla JavaScript 引擎，可以在整个页面上引起用户的注意力\n\n- [dfahlander / Dexie.js](https://github.com/dfahlander/Dexie.js) IndexedDB 的简约包装\n\n- [zenorocha / clipboard.js](https://github.com/zenorocha/clipboard.js) ✂️ 现代复制到剪贴板。没有 Flash。只需 3kb gzipped📋\n\n- [klaussinani / signale](https://github.com/klaussinani/signale) 👋Hackable 控制台记录器\n\n- [developit / preact](https://github.com/developit/preact)⚛️Fast3kB React 采用相同的现代 API 替代品。组件和虚拟 DOM\n\n- [xingshaocheng / architect-awesome](https://github.com/xingshaocheng/architect-awesome) 后端架构师技术图谱\n\n- [justjavac / free-programming-books-zh_CN](https://github.com/justjavac/free-programming-books-zh_CN) 📚 免费的计算机编程类中文书籍，欢迎投稿\n\n- [iamkun / dayjs](https://github.com/iamkun/dayjs) ⏰Day.js 2KB immutable 日期代替庞大的 Moment.js，具有相同的现代 API\n\n- [JedWatson / react-select](https://github.com/JedWatson/react-select) React.js 的 Select 组件\n\n- [lerna / lerna](https://github.com/lerna/lerna) 🐉 使用多个包 管理 JavaScript 项目的工具。\n\n- [facebookincubator / idx](https://github.com/facebookincubator/idx) 用于访问 JavaScript 对象上任意嵌套，可能为空的属性的库\n\n- [mobxjs / mobx](https://github.com/mobxjs/mobx) 简单，可扩展的状态管理\n\n- [30-seconds / 30-seconds-of-code](https://github.com/30-seconds/30-seconds-of-code) 精选的有用 JavaScript 代码段集合，您可以在 30 秒或更短的时间内理解这些代码段。\n\n- [danilowoz / react-content-loader](https://github.com/danilowoz/react-content-loader) ⚪️SVG 组件创建占位符加载，就像 Facebook 卡加载一样。\n\n- [arguiot / DisplayJS](https://github.com/arguiot/DisplayJS) 一个简单的 JavaScript 框架，不依赖任何框架和 webpack 也能做双向绑定。\n\n- [fians / Waves](https://github.com/fians/Waves) 点击按钮有以点击为中心的蔓延效果\n\n- [jamiebuilds / react-loadable](https://github.com/jamiebuilds/react-loadable) ⏳ 用于动态加载 react 组件，返回 Promise\n\n- [facebook / immutable-js](https://github.com/facebook/immutable-js) Javascript 的不可变持久数据集合，可提高效率和简单性。\n\n- [redbadger / immutable-cursor](https://github.com/redbadger/immutable-cursor) immutableJs 游标\n\n- [react-native-training / react-native-elements](https://github.com/react-native-training/react-native-elements) ReactNative UI 框架\n\n- [ReactTraining / react-router](https://github.com/ReactTraining/react-router) react-router\n\n- [reactnativecn / react-native-guide](https://github.com/reactnativecn/react-native-guide) React Native 指南汇集了各类 react-native 学习资源、开源 App 和组件\n\n- [rtfeldman / seamless-immutable](https://github.com/rtfeldman/seamless-immutable) JavaScript 的 mmutable 数据结构，与普通的 JS Arrays 和 Objects 向后兼容。\n\n- [clauderic / react-sortable-hoc](https://github.com/clauderic/react-sortable-hoc) 一组高阶组件，可将任何列表转换为动画，触摸友好，可排序列表 ✌️\n\n- [mzabriskie / react-draggable](https://github.com/mzabriskie/react-draggable) react 拖拽组件\n\n- [akiran / react-slick](https://github.com/akiran/react-slick) react 轮播组件\n\n- [Raathigesh / dazzle](https://github.com/Raathigesh/dazzle)\n  🚀 Dashboards made easy in React JS.\n\n- [fouber / blog](https://github.com/fouber/blog)\n  没事写写文章，喜欢的话请点 star，想订阅点 watch，千万别 fork！\n","projects_url":"https://awesome.ecosyste.ms/api/v1/lists/chenlong-io%2Fawesome-star-libs/projects"}