An open API service indexing awesome lists of open source software.

https://github.com/isolcat/code-compass

🤩code-compass, providing direction and assistance for front-end developers
https://github.com/isolcat/code-compass

Last synced: about 1 year ago
JSON representation

🤩code-compass, providing direction and assistance for front-end developers

Awesome Lists containing this project

README

          

# code-compass
🤩code-compass, providing direction and assistance for front-end developers

## React
- [React 是什么东东:给小白的图解教程](https://learnreact.design/posts/what-is-react/zh)
- [The Interactive Guide to Rendering in React](https://ui.dev/why-react-renders)
- [堪称 React 版本的 Pinia,这才是你该选的 React 状态管理库!](https://juejin.cn/post/7225934630506643513)
- [Stop Using “&&” for Conditional Rendering in React Without Thinking](https://medium.com/geekculture/stop-using-for-conditional-rendering-in-react-a0f7b96200f8)
- [300+ React Interview Questions](https://dev.to/sakhnyuk/300-react-interview-questions-2ko4)
- [7 React Projects for Beginners in 2023 (+ Code)](https://medium.com/webdevhero/7-react-projects-for-beginners-in-2023-code-1430229684b6)
- [react入门文章,可以快速了解react](https://www.taniarascia.com/getting-started-with-react)
- [深度解析使用索引作为 key 的负面影响](https://robinpokorny.com/blog/index-as-a-key-is-an-anti-pattern)
- [react原理解析](https://react.iamkasong.com)
- [理解 React,但不理解 Redux,该如何通俗易懂的理解 Redux?](https://www.zhihu.com/question/41312576/answer/90782136)
- [Redux Tutorial: An Overview and Walkthrough](https://www.taniarascia.com/redux-react-guide)
- [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)
- [Reactjs - 簡易聊天室](https://jiepeng.me/2015/11/05/reactjs-simple-chatroom)
- [Implementing React From Scratch](https://www.rob.directory/blog/react-from-scratch)

## Vue
- [Vue官方文档里没告诉你的神秘钩子——@hook](https://juejin.cn/post/7006616545119961101)
- [chatgpt 教我用200行代码写一个简易的Vue框架](https://my.oschina.net/u/4863191/blog/9946020)
- [React、Vue2、Vue3的三种Diff算法](https://juejin.cn/post/6919376064833667080)
- [What is the difference between ref, toRef and toRefs](https://stackoverflow.com/questions/66585688/what-is-the-difference-between-ref-toref-and-torefs)
- [【Vue 3】ref 跟 reactive 我該怎麼選!?](https://medium.com/i-am-mike/vue-3-ref-跟-reactive-我該怎麼選-2fb6b6735a3c)
- [Vue3 Compiler 优化细节,如何手写高性能渲染函数](https://zhuanlan.zhihu.com/p/150732926)

## JavaScript
- [如何模拟实现JS的new操作符](https://www.freecodecamp.org/chinese/news/javascript-new-operator)
- [JavaScript 运行机制详解:再谈Event Loop](http://www.ruanyifeng.com/blog/2014/10/event-loop.html)
- [🤪🤪别看了,进来一起手写一个promise吧](https://juejin.cn/post/7174988885204664380)
- [JavaScript 侦测手机浏览器的五种方法](https://www.ruanyifeng.com/blog/2021/09/detecting-mobile-browser.html)
- [JS-两个空数组为什么不相等?](https://www.cnblogs.com/superlizhao/p/8944377.html)
- [JavaScript immediately invoked function expressions](https://circleci.com/blog/ci-cd-for-js-iifes)
- [Interview: Can You Stop “forEach” in JavaScript?](https://javascript.plainenglish.io/interview-can-you-stop-foreach-in-javascript-724d9d76fd72)
- [[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)
- [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)
- [Shadow DOM](https://borninsummer.com/Practice-in-Front-End-Engineering-and-Components-Development/part-3/chapter-3-web-components/article-2-shadow-dom.html)
- [Promises/A+](https://promisesaplus.com)
- [How to write your own Virtual DOM](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060)
- [深度剖析:如何实现一个 Virtual DOM 算法](https://github.com/livoras/blog/issues/13)
- [JavaScript Signals standard proposal](https://github.com/tc39/proposal-signals)
- [Building a Simple Virtual DOM from Scratch](https://medium.com/@deathmood/how-to-write-your-own-virtual-dom-ee74acc13060)
- [免费的CDN](https://www.jsdelivr.com)

## CSS
- [A History of CSS Through Fifteen Years of 24 ways](https://24ways.org/2019/a-history-of-css-through-15-years-of-24-ways)
- [css game](https://codingfantasy.com/games)
- [CSS Reference](https://cssreference.io)
- [关于line-height居中的兼容性问题](https://segmentfault.com/q/1010000021302265)
- [CSS 选择器,一篇就够了](https://segmentfault.com/a/1190000013424772)
- [不要再问我移动适配的问题了](https://segmentfault.com/a/1190000017784801)
- [使用Flexible实现手淘H5页面的终端适配](https://github.com/amfe/article/issues/17)
- [重新构想原子化 CSS](https://antfu.me/posts/reimagine-atomic-css-zh)
- [Flex 布局教程:语法篇](https://www.ruanyifeng.com/blog/2015/07/flex-grammar.html)

## Google Plugin
- [Page Lifecycle API](https://developer.chrome.com/blog/page-lifecycle-api)
- [Developing a Chrome Extension](https://medium.com/@brucelim/developing-a-chrome-extension-2dd858f99e9)
- [API reference](https://developer.chrome.com/docs/extensions/reference)

## 埋点
- [前端埋点实现方案✔](https://juejin.cn/post/7094146488439144455)
- [为什么大厂前端监控都在用GIF做埋点?](https://juejin.cn/post/7065123244881215518)
- [腾讯二面:现在要你实现一个埋点监控SDK,你会怎么设计?](https://juejin.cn/post/7085679511290773534)
- [手把手教你搭建一个无框架埋点体系](https://juejin.cn/post/6971370594117877796)

## 微前端
- [微前端概念](https://swearer23.github.io/micro-frontends)
- [qiankun 技术圆桌](https://www.yuque.com/kuitos/gky7yw)
- [微前端的红宝书 single-spa](https://zh-hans.single-spa.js.org)
- [Microfrontends: Microservices for the Frontend](https://semaphoreci.com/blog/microfrontends)

## Tools
- [用来解析URL——qs](https://github.com/ljharb/qs)
- [前端工程化](https://woai3c.github.io/introduction-to-front-end-engineering/08.html)
- [前端知识体系梳理](https://juejin.cn/post/7209689211871035452)
- [git命令速查表](https://pic1.58cdn.com.cn/nowater/webim/big/n_v2457f8f6330df4ba5be40810fd232e51e.jpg)
- [What does LGTM mean in GitHub code reviews](https://www.unosquare.com/blog/what-does-lgtm-mean-in-github-code-reviews)
- [Bypass Paywalls is a web browser extension to help bypass paywalls for selected sites](https://github.com/iamadamdev/bypass-paywalls-chrome)
- [可用于低代码平台的拖拽功能的视线](https://github.com/SortableJS/Vue.Draggable)
- [前端好文推荐(英译中)](https://github.com/xitu/gold-miner/blob/master/front-end.md)
- [无头浏览器初探](https://juejin.cn/post/6844903504276881422)
- [JS正则表达式完整教程(略长)](https://juejin.cn/post/6844903487155732494)
- [Chrome Developers](https://developer.chrome.com)
- [21+ Browser Dev Tools & Tips You Need To Know](https://www.youtube.com/watch?v=TcTSqhpm80Y)
- [编程时光](https://www.coding-time.cn)
- [AutoBangumi:自动追番,解放双手](https://www.himiku.com/archives/auto-bangumi.html)
- [十分鐘快速入門上手 CodePen](https://israynotarray.com/other/20201020/1425713503)
- [用 Ollama 轻松玩转本地大模型](https://sspai.com/post/85193)
- [目前使用下来还不错的AI搜索](https://datong.info/ui/index.html)
- [主打隐私的DuckDuckgo出品的AI chat](https://duckduckgo.com/aichat)
- [文本私有分享](https://pasteme.cn)
- [Let Me DuckDuckGo That For You](https://lmddgtfy.net)
- [CanIUse](https://caniuse.com)

## 前端优化
- [自动化注入骨架屏](https://segmentfault.com/a/1190000040463903)
- [一种自动化生成骨架屏的方案](https://github.com/Jocs/jocs.github.io/issues/22)
- [使用Chrome扩展程序来生成网页骨架屏](https://shymean.com/article/使用Chrome扩展程序生成网页骨架屏)
- [SSO单点登录](https://aws.amazon.com/tw/what-is/sso)
- [浅谈单点登录 SSO 实现方案 | StartDT Tech Lab 06](https://xie.infoq.cn/article/9be573d86ee2d7528eb84fdb7)
- [Largest Contentful Paint 最大内容绘制 (LCP)](https://web.dev/i18n/zh/lcp)
- [Performance insights panel | DevTools Tips](https://youtube.com/watch?v=5PFmGeCZDvw)
- [The secret inside One Million Checkboxes](https://eieio.games/essays/the-secret-in-one-million-checkboxes/?ref=dailydev)

## 浏览器内核
- [Inside look at modern web browser (part 1)](https://developer.chrome.com/blog/inside-browser-part1)

## 网络安全
- [前端安全系列(一):如何防止XSS攻击?](https://tech.meituan.com/2018/09/27/fe-security.html)
- [前端安全系列(二):如何防止CSRF攻击?](https://tech.meituan.com/2018/10/11/fe-security-csrf.html)
- [什么是端到端加密 (E2EE)?](https://www.cloudflare.com/zh-cn/learning/privacy/what-is-end-to-end-encryption)

## 代码调试
- [聊聊网页断点调试及其扩展](https://juejin.cn/post/7301472893114892297?searchId=20240827105357958C2F5B3CB246D026B3)
- [11+ chrome高级调试技巧](https://segmentfault.com/a/1190000041683548)

## 算法
- [Diff Strategies](https://neil.fraser.name/writing/diff)
- [一套拳法👊刷掉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)
- [二叉树的遍历算法](https://github.com/azl397985856/leetcode/blob/master/thinkings/binary-tree-traversal.md)

## 低代码
- [低代码渲染那些事](https://mp.weixin.qq.com/s/yqYey76qLGYPfDtpGkVFfA)
- [协议驱动](https://formilyjs.org/zh-CN/guide#%E5%8D%8F%E8%AE%AE%E9%A9%B1%E5%8A%A8)
- [JSON Schema](https://json-schema.org)
- [从实现原理看低代码](https://zhuanlan.zhihu.com/p/451340998)
- [Understanding JSON Schema](https://json-schema.org/understanding-json-schema/index.html)

## GPTs
- [Front-End Interviewer](https://chat.openai.com/g/g-qmmhR1QRU-front-end-interviewer)

## 面试
- [面试自我介绍5句话公式](https://juejin.cn/post/7067707781716901901?searchId=20240216170005CAF961AEC3F3AE5E34CE)