有用的/值得关注的项目/前端框架/小书收藏 Awesome Frontend Project

在 github 收藏的,以后工作中可能用得到的项目
更新于: 2024-04-06 22:11:31

前端框架

名称地址备注
solidjshttps://github.com/solidjs/solid前端框架
sveltehttps://svelte.dev/前端框架
reacthttps://react.dev/react官网
preacthttps://preactjs.com/Fast 3kB alternative to React with the same modern API
electronjshttps://www.electronjs.org/开发桌面程序
taurihttps://tauri.app/Rust + nodejs开发桌面应用
Qwikhttps://github.com/BuilderIO/qwikInstant-loading web apps, without effort
Solid/Sveltehttps://www.bilibili.com/video/BV1Be4y1U7FW墙裂推荐两个新锐:Svelte和Solid.js

项目列表

名称项目地址备注
手写板https://github.com/szimek/signature_pad带压感的手写项目,而且不区分框架
白板https://github.com/excalidraw/excalidraw前端白板,开源
做ppt用的https://revealjs.com/可以用来做 presentation 的js程序/ 支持markdown
交互式命令行https://github.com/SBoudrias/Inquirer.js/很多命令行工具的控件库
ejshttps://ejs.co/常用的模板框架(tj出品)
ts-hookshttps://github.com/juliencrn/usehooks-tsReact里一批不错的hooks
微前端https://github.com/yuzhanglong/mf-lite基于 Webpack 5 Module Federation,优雅且实用的微前端解决方案。
k8s

https://jimmysong.io/kubernetes-handbook/guide/authenticate-across-clusters-kubeconfig.html

https://kubernetes.io/zh/docs/concepts/configuration/organize-cluster-access-kubeconfig/

 
ts 包开发

https://github.com/jaredpalmer/tsdx

https://tsdx.io/

用于 typescript 包开发的项目
监测文件变化https://github.com/paulmillr/chokidar gulp 等底层的实现
hpagenthttps://www.npmjs.com/package/hpagent让node使用 http/https-proxy agent
npm-dtshttps://www.npmjs.com/package/npm-dts生成 index.d.ts 文件
github评论框https://github.com/giscus/giscus-componentgithub 官方评论框
gitlabhttps://github.com/jdalrymple/gitbeaker用nodejs操作gitlab
lagehttps://github.com/microsoft/lage关于monorepo,Task runner in JS monorepos
cmdkhttps://github.com/albingroen/react-cmdk后面会自己开发一个更好用的
awesom-gohttps://github.com/avelino/awesome-goGO 语言里一些很有意思的项目
solidjshttps://www.solidjs.com/2022 尤雨溪技术研讨会介提及
pkghttps://github.com/vercel/pkg将nodejs应用打成一个可执行文件
hetihttps://github.com/ethantw/Han赫蹏(hètí)是专为中文内容展示设计的排版样式增强。
hanzihttps://hanzi.pro/manual/anzhuang_yu_qiyong「漢字標準格式」印刷品般的漢字排版框架 Han.css
汉字书写https://github.com/chanind/hanzi-writer汉字笔画书写库
typescript 与 reacthttps://react-typescript-cheatsheet.netlify.app/typescript 与 react的使用技巧
关于 typescripthttps://jkchao.github.io/typescript-book-chinese/#why深入理解 typescript
各种hookshttps://usehooks.com/各种 hooks 的实现
markdown编辑器https://pandao.github.io/editor.md/en.html 
markdown时序图https://github.com/bramp/js-sequence-diagrams 
linux 命令学习https://github.com/jaywcjlove/linux-command一个可以当字典的网站
placholderhttps://github.com/hustcc/placeholder.js类似这个: http://placehold.it/200x200
eruda/更好的vconsolehttps://github.com/liriliri/eruda一个比 vconsole 更好用的调试工具
css-trickshttps://qishaoxuan.github.io/css_tricks/glass/同事的项目
前端blog学习https://github.com/QDMarkMan/CodeBlog 

学习小书

名称链接学习
Jest 实践指南http://github.yanhaixiang.com/jest-tutorial 
Ruby on Rails 實戰聖經https://ihower.tw/rails/ 
Rust语言圣经https://github.com/sunface/rust-course 
ES6 入门教程https://es6.ruanyifeng.com/ 
图解 reacthttps://7kms.github.io/react-illustration-series/ 
react语法,实践https://reactpatterns.cn
Go 语言设计与实现https://draveness.me/golang/ 
超级速查表 - 编程语https://github.com/skywind3000/awesome-cheatsheets 
JavaScript跨域总结与解决办法https://www.cnblogs.com/rainman/archive/2011/02/20/1959325.html 
HTML5 Canvas 库 konva 源码分析https://github.com/great-tiger/konva 
CS自学指南https://csdiy.wiki/ 
电子书收藏https://github.com/rmlzy/my-ebook 
Python语言基础50课https://github.com/jackfrued/Python-Core-50-Courses 
Python - 100天从新手到大师https://github.com/jackfrued/Python-100-Days 
python3-cookbook(这种实用技巧)https://python3-cookbook.readthedocs.io/zh_CN/latest/index.html 
hacker-laws 的中文翻译https://github.com/nusr/hacker-laws-zh 
ocr 识别相关https://github.com/sml2h3/ddddocr 
前端基础知识https://github.com/YvetteLau/Blog 
计算机优质公开课https://mbd.baidu.com/newspage/data/videolanding?nid=sv_4756682096696364588&sourceFrom=share 
训练营课程https://fullstack.qzy.camp/dashboard 
精益副业:程序员如何优雅地做副业https://github.com/easychen/lean-side-bussiness 
命令行的艺术https://github.com/jlevy/the-art-of-command-line/blob/master/README-zh.md 
Shell入门教程(Shell tutorial book)https://github.com/jaywcjlove/shell-tutorial 
Shell脚本学习https://github.com/52fhy/shell-book 
bash 教程https://wangdoc.com/bash/ 
typescript学习https://ts.xcatliu.com/
图解网络(计算机基础)https://xiaolincoding.com/ 
前端黑魔法https://github.com/EtherDream/web-frontend-magic 
awesome-interviewhttp://febook.hzfe.org/awesome-interview/ 
Typescript 小书https://wangdoc.com/typescript/ 
免费小书分享https://github.com/lTbgykio/Books-Free-Books