{"id":17406156,"url":"https://github.com/isolcat/code-compass","last_synced_at":"2025-04-14T09:30:47.501Z","repository":{"id":159739353,"uuid":"633890157","full_name":"isolcat/code-compass","owner":"isolcat","description":"🤩code-compass, providing direction and assistance for front-end developers","archived":false,"fork":false,"pushed_at":"2024-09-09T08:19:09.000Z","size":248,"stargazers_count":6,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-27T22:46:47.344Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/isolcat.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":"2023-04-28T14:14:23.000Z","updated_at":"2024-09-09T08:19:13.000Z","dependencies_parsed_at":"2024-06-09T03:29:00.570Z","dependency_job_id":"563ca035-0da1-4e64-b3e4-940fa8bc9931","html_url":"https://github.com/isolcat/code-compass","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fcode-compass","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fcode-compass/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fcode-compass/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/isolcat%2Fcode-compass/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/isolcat","download_url":"https://codeload.github.com/isolcat/code-compass/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248854109,"owners_count":21172295,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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"}},"keywords":[],"created_at":"2024-10-16T21:05:49.495Z","updated_at":"2025-04-14T09:30:47.481Z","avatar_url":"https://github.com/isolcat.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# code-compass\n🤩code-compass, providing direction and assistance for front-end developers\n\n## React\n- [React 是什么东东：给小白的图解教程](https://learnreact.design/posts/what-is-react/zh)\n- [The Interactive Guide to Rendering in React](https://ui.dev/why-react-renders)\n- [堪称 React 版本的 Pinia，这才是你该选的 React 状态管理库！](https://juejin.cn/post/7225934630506643513)\n- [Stop Using “\u0026\u0026” for Conditional Rendering in React Without Thinking](https://medium.com/geekculture/stop-using-for-conditional-rendering-in-react-a0f7b96200f8)\n- [300+ React Interview Questions](https://dev.to/sakhnyuk/300-react-interview-questions-2ko4)\n- [7 React Projects for Beginners in 2023 (+ Code)](https://medium.com/webdevhero/7-react-projects-for-beginners-in-2023-code-1430229684b6)\n- [react入门文章,可以快速了解react](https://www.taniarascia.com/getting-started-with-react)\n- [深度解析使用索引作为 key 的负面影响](https://robinpokorny.com/blog/index-as-a-key-is-an-anti-pattern)\n- [react原理解析](https://react.iamkasong.com)\n- [理解 React，但不理解 Redux，该如何通俗易懂的理解 Redux？](https://www.zhihu.com/question/41312576/answer/90782136)\n- [Redux Tutorial: An Overview and Walkthrough](https://www.taniarascia.com/redux-react-guide)\n- [React 效能優化 — 聊天室刷起來](https://medium.com/@kerorojason/react-%E6%95%88%E8%83%BD%E5%84%AA%E5%8C%96-%E8%81%8A%E5%A4%A9%E5%AE%A4%E5%88%B7%E8%B5%B7%E4%BE%86-61fa70aeb7cd)\n- [Reactjs - 簡易聊天室](https://jiepeng.me/2015/11/05/reactjs-simple-chatroom)\n- [Implementing React From Scratch](https://www.rob.directory/blog/react-from-scratch)\n\n## Vue\n- [Vue官方文档里没告诉你的神秘钩子——@hook](https://juejin.cn/post/7006616545119961101)\n- [chatgpt 教我用200行代码写一个简易的Vue框架](https://my.oschina.net/u/4863191/blog/9946020)\n- [React、Vue2、Vue3的三种Diff算法](https://juejin.cn/post/6919376064833667080)\n- [What is the difference between ref, toRef and toRefs](https://stackoverflow.com/questions/66585688/what-is-the-difference-between-ref-toref-and-torefs)\n- [【Vue 3】ref 跟 reactive 我該怎麼選!?](https://medium.com/i-am-mike/vue-3-ref-跟-reactive-我該怎麼選-2fb6b6735a3c)\n- [Vue3 Compiler 优化细节，如何手写高性能渲染函数](https://zhuanlan.zhihu.com/p/150732926)\n\n## JavaScript\n- [如何模拟实现JS的new操作符](https://www.freecodecamp.org/chinese/news/javascript-new-operator)\n- [JavaScript 运行机制详解：再谈Event Loop](http://www.ruanyifeng.com/blog/2014/10/event-loop.html)\n- [🤪🤪别看了，进来一起手写一个promise吧](https://juejin.cn/post/7174988885204664380)\n- [JavaScript 侦测手机浏览器的五种方法](https://www.ruanyifeng.com/blog/2021/09/detecting-mobile-browser.html)\n- [JS-两个空数组为什么不相等?](https://www.cnblogs.com/superlizhao/p/8944377.html)\n- [JavaScript immediately invoked function expressions](https://circleci.com/blog/ci-cd-for-js-iifes)\n- [Interview: Can You Stop “forEach” in JavaScript?](https://javascript.plainenglish.io/interview-can-you-stop-foreach-in-javascript-724d9d76fd72)\n- [[JavaScript] slice()、splice()、split() 傻傻分不清](https://medium.com/@bebebobohaha/slice-splice-split-%E5%82%BB%E5%82%BB%E5%88%86%E4%B8%8D%E6%B8%85-46d9c8992729)\n- [Promise看输出](https://github.com/LinDaiDai/niubility-coding-js/blob/master/JavaScript/%E5%BC%82%E6%AD%A5/%E8%A6%81%E5%B0%B1%E6%9D%A545%E9%81%93Promise%E9%9D%A2%E8%AF%95%E9%A2%98%E4%B8%80%E6%AC%A1%E7%88%BD%E5%88%B0%E5%BA%95.md)\n- [Shadow DOM](https://borninsummer.com/Practice-in-Front-End-Engineering-and-Components-Development/part-3/chapter-3-web-components/article-2-shadow-dom.html)\n- [Promises/A+](https://promisesaplus.com)\n- [How to write your own Virtual DOM](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060)\n- [深度剖析：如何实现一个 Virtual DOM 算法](https://github.com/livoras/blog/issues/13)\n- [JavaScript Signals standard proposal](https://github.com/tc39/proposal-signals)\n- [Building a Simple Virtual DOM from Scratch](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060)\n- [免费的CDN](https://www.jsdelivr.com)\n\n## CSS\n- [A History of CSS Through Fifteen Years of 24 ways](https://24ways.org/2019/a-history-of-css-through-15-years-of-24-ways)\n- [css game](https://codingfantasy.com/games)\n- [CSS Reference](https://cssreference.io)\n- [关于line-height居中的兼容性问题](https://segmentfault.com/q/1010000021302265)\n- [CSS 选择器，一篇就够了](https://segmentfault.com/a/1190000013424772)\n- [不要再问我移动适配的问题了](https://segmentfault.com/a/1190000017784801)\n- [使用Flexible实现手淘H5页面的终端适配](https://github.com/amfe/article/issues/17)\n- [重新构想原子化 CSS](https://antfu.me/posts/reimagine-atomic-css-zh)\n- [Flex 布局教程：语法篇](https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html)\n\n## Google Plugin\n- [Page Lifecycle API](https://developer.chrome.com/blog/page-lifecycle-api)\n- [Developing a Chrome Extension](https://medium.com/@brucelim/developing-a-chrome-extension-2dd858f99e9)\n- [API reference](https://developer.chrome.com/docs/extensions/reference)\n\n## 埋点\n- [前端埋点实现方案✔](https://juejin.cn/post/7094146488439144455)\n- [为什么大厂前端监控都在用GIF做埋点？](https://juejin.cn/post/7065123244881215518)\n- [腾讯二面：现在要你实现一个埋点监控SDK，你会怎么设计？](https://juejin.cn/post/7085679511290773534)\n- [手把手教你搭建一个无框架埋点体系](https://juejin.cn/post/6971370594117877796)\n\n## 微前端\n- [微前端概念](https://swearer23.github.io/micro-frontends)\n- [qiankun 技术圆桌](https://www.yuque.com/kuitos/gky7yw)\n- [微前端的红宝书 single-spa](https://zh-hans.single-spa.js.org)\n- [Microfrontends: Microservices for the Frontend](https://semaphoreci.com/blog/microfrontends)\n\n## Tools\n- [用来解析URL——qs](https://github.com/ljharb/qs)\n- [前端工程化](https://woai3c.github.io/introduction-to-front-end-engineering/08.html)\n- [前端知识体系梳理](https://juejin.cn/post/7209689211871035452)\n- [git命令速查表](https://pic1.58cdn.com.cn/nowater/webim/big/n_v2457f8f6330df4ba5be40810fd232e51e.jpg)\n- [What does LGTM mean in GitHub code reviews](https://www.unosquare.com/blog/what-does-lgtm-mean-in-github-code-reviews)\n- [Bypass Paywalls is a web browser extension to help bypass paywalls for selected sites](https://github.com/iamadamdev/bypass-paywalls-chrome)\n- [可用于低代码平台的拖拽功能的视线](https://github.com/SortableJS/Vue.Draggable)\n- [前端好文推荐(英译中)](https://github.com/xitu/gold-miner/blob/master/front-end.md)\n- [无头浏览器初探](https://juejin.cn/post/6844903504276881422)\n- [JS正则表达式完整教程（略长）](https://juejin.cn/post/6844903487155732494)\n- [Chrome Developers](https://developer.chrome.com)\n- [21+ Browser Dev Tools \u0026 Tips You Need To Know](https://www.youtube.com/watch?v=TcTSqhpm80Y)\n- [编程时光](https://www.coding-time.cn)\n- [AutoBangumi：自动追番，解放双手](https://www.himiku.com/archives/auto-bangumi.html)\n- [十分鐘快速入門上手 CodePen](https://israynotarray.com/other/20201020/1425713503)\n- [用 Ollama 轻松玩转本地大模型](https://sspai.com/post/85193)\n- [目前使用下来还不错的AI搜索](https://datong.info/ui/index.html)\n- [主打隐私的DuckDuckgo出品的AI chat](https://duckduckgo.com/aichat)\n- [文本私有分享](https://pasteme.cn)\n- [Let Me DuckDuckGo That For You](https://lmddgtfy.net)\n- [CanIUse](https://caniuse.com)\n\n## 前端优化\n- [自动化注入骨架屏](https://segmentfault.com/a/1190000040463903)\n- [一种自动化生成骨架屏的方案](https://github.com/Jocs/jocs.github.io/issues/22)\n- [使用Chrome扩展程序来生成网页骨架屏](https://shymean.com/article/使用Chrome扩展程序生成网页骨架屏)\n- [SSO单点登录](https://aws.amazon.com/tw/what-is/sso)\n- [浅谈单点登录 SSO 实现方案 | StartDT Tech Lab 06](https://xie.infoq.cn/article/9be573d86ee2d7528eb84fdb7)\n- [Largest Contentful Paint 最大内容绘制 (LCP)](https://web.dev/i18n/zh/lcp)\n- [Performance insights panel | DevTools Tips](https://youtube.com/watch?v=5PFmGeCZDvw)\n- [The secret inside One Million Checkboxes](https://eieio.games/essays/the-secret-in-one-million-checkboxes/?ref=dailydev)\n\n## 浏览器内核\n- [Inside look at modern web browser (part 1)](https://developer.chrome.com/blog/inside-browser-part1)\n\n## 网络安全\n- [前端安全系列（一）：如何防止XSS攻击？](https://tech.meituan.com/2018/09/27/fe-security.html)\n- [前端安全系列（二）：如何防止CSRF攻击？](https://tech.meituan.com/2018/10/11/fe-security-csrf.html)\n- [什么是端到端加密 (E2EE)？](https://www.cloudflare.com/zh-cn/learning/privacy/what-is-end-to-end-encryption)\n\n## 代码调试\n- [聊聊网页断点调试及其扩展](https://juejin.cn/post/7301472893114892297?searchId=20240827105357958C2F5B3CB246D026B3)\n- [11+ chrome高级调试技巧](https://segmentfault.com/a/1190000041683548)\n\n## 算法\n- [Diff Strategies](https://neil.fraser.name/writing/diff)\n- [一套拳法👊刷掉n个遍历树的问题](https://leetcode.cn/problems/binary-tree-level-order-traversal/solutions/215223/yi-tao-quan-fa-shua-diao-nge-bian-li-shu-de-wen-8)\n- [二叉树的遍历算法](https://github.com/azl397985856/leetcode/blob/master/thinkings/binary-tree-traversal.md)\n\n## 低代码\n- [低代码渲染那些事](https://mp.weixin.qq.com/s/yqYey76qLGYPfDtpGkVFfA)\n- [协议驱动](https://formilyjs.org/zh-CN/guide#%E5%8D%8F%E8%AE%AE%E9%A9%B1%E5%8A%A8)\n- [JSON Schema](https://json-schema.org)\n- [从实现原理看低代码](https://zhuanlan.zhihu.com/p/451340998)\n- [Understanding JSON Schema](https://json-schema.org/understanding-json-schema/index.html)\n\n## GPTs\n- [Front-End Interviewer](https://chat.openai.com/g/g-qmmhR1QRU-front-end-interviewer)\n\n## 面试\n- [面试自我介绍5句话公式](https://juejin.cn/post/7067707781716901901?searchId=20240216170005CAF961AEC3F3AE5E34CE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisolcat%2Fcode-compass","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fisolcat%2Fcode-compass","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fisolcat%2Fcode-compass/lists"}