Tools
开发常用工具软件推荐
浏览器
下载
- Motrix:https://motrix.app/
笔记
- 语雀:https://www.yuque.com/about
- 石墨文档:https://shimo.im/
- VERSE:https://verse.app.yinxiang.com/doc/?key=ebcc-verse_baidu&utm_term=v11760&bd_vid=8760265625582623613
工具
本地 hosts 配置
- SwitchHosts:https://swh.app/zh
mac 截图
图床
node 版本切换
RAP2-DELOS 开源社区版本
- AP2 是在 RAP1 基础上重做的新项目,它能给你提供方便的接口文档管理、Mock、导出等功能,包含两个组件(对应两个 Github Repository)。
- https://github.com/thx/rap2-delos
stylus:富于表现力、动态的、健壮的 CSS
工作设置
为项目仓库锁定 node 版本:https://zhuanlan.zhihu.com/p/369253314
为单独仓库设置 git 账号:https://blog.csdn.net/u010010664/article/details/125722336
使用 gka 一键生成帧动画:http://www.alloyteam.com/2017/07/gka/
其他
- 摸宠物(或其他东西)表情生成器:https://benisland.neocities.org/petpet/
- 玩转 Obsidian 06:如何用渐进式总结笔记,把知识交给未来的自己:https://sspai.com/post/69025
- 笔记方法论:https://publish.obsidian.md/chinesehelp/01+2021%E6%96%B0%E6%95%99%E7%A8%8B/%E7%AC%94%E8%AE%B0%E6%96%B9%E6%B3%95%E8%AE%BA%EF%BC%88MOC%EF%BC%89
- 每个开发人员都应该知道的 10 个 GitHub 仓库:https://segmentfault.com/a/1190000040055173
文章
cookie 是什么意思?如何清除 cookie?:https://zhuanlan.zhihu.com/p/405196430
必须掌握的 Cookie 知识点都在这里:https://zhuanlan.zhihu.com/p/74179692
微前端的概念,你了解了么:https://zhuanlan.zhihu.com/p/348206754
devServer.setupMiddlewares:https://webpack.docschina.org/configuration/dev-server/#devserversetupmiddlewares
gptcommit:https://github.com/zurawiki/gptcommit
Never write a commit message again (with the help of GPT-3):https://zura.wiki/post/never-write-a-commit-message-again-with-the-help-of-gpt-3/
Module Federation 最佳实践:https://cloud.tencent.com/developer/article/2059823
最详细的 Module Federation 的实现原理讲解:https://juejin.cn/post/7151281452716392462
module federation 深入了解:https://blog.csdn.net/iqifenxia/article/details/122275213
Module Federation 原理剖析:https://zhuanlan.zhihu.com/p/296233114
Module Federation:https://webpack.docschina.org/concepts/module-federation/
基于下一代构建实现微前端解决方案:https://github.com/efoxTeam/emp
秒变高清!几个免费好用的在线图片修复网站!:https://zhuanlan.zhihu.com/p/491281278
分享 18 个优质、免费的在线图片处理工具:https://zhuanlan.zhihu.com/p/361838319
你的在线图片编辑器,永远免费!:https://zhuanlan.zhihu.com/p/93643786
15 个优质在线修图+图片处理网站:https://zhuanlan.zhihu.com/p/452328624
MockingBird:https://github.com/babysor/MockingBird
AI 建站:https://durable.co/
runway:https://runwayml.com/
xpressioncamera:https://xpressioncamera.com/
Day.js 实战:https://juejin.cn/post/6987400859877376008#heading-16
cookie https://violatangxl.github.io/2021/01/19/same-name-cookie/#%E8%83%8C%E6%99%AF
npm 包推荐
- js-cookie:https://www.npmjs.com/package/js-cookie
- copy-to-clipboard:https://www.npmjs.com/package/copy-to-clipboard
- clipboard:https://www.npmjs.com/package/clipboard
react 拖拽
- react-dnd:提供了拖拽和放置功能的高级组件库。
- react-sortable-hoc:提供了可排序的拖拽列表。
- react-beautiful-dnd:一个灵活的、易于使用的拖拽库,提供了可定制的样式和行为。
- react-grid-layout:构建可拖拽的网格布局的 React 组件。
- react-draggable:可拖拽的 React 组件,适用于移动和缩放。