{"id":21985010,"url":"https://github.com/minsion/notes","last_synced_at":"2026-01-29T04:49:00.288Z","repository":{"id":241902776,"uuid":"805682347","full_name":"minsion/notes","owner":"minsion","description":"海外远程期间，前端知识点收集整理","archived":false,"fork":false,"pushed_at":"2024-06-01T12:15:53.000Z","size":23403,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-09T00:41:17.157Z","etag":null,"topics":["css","js","react"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/minsion.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":"2024-05-25T06:57:24.000Z","updated_at":"2024-06-01T12:15:56.000Z","dependencies_parsed_at":"2024-05-30T17:13:25.214Z","dependency_job_id":null,"html_url":"https://github.com/minsion/notes","commit_stats":null,"previous_names":["minsion/notes"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minsion%2Fnotes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minsion%2Fnotes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minsion%2Fnotes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minsion%2Fnotes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minsion","download_url":"https://codeload.github.com/minsion/notes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246989754,"owners_count":20865331,"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":["css","js","react"],"created_at":"2024-11-29T18:12:16.641Z","updated_at":"2026-01-29T04:48:55.270Z","avatar_url":"https://github.com/minsion.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 前端笔记\n\n\u003e 此库的由来是我在在海外远程工作时总结的，程序员需要不断思考和总结才能使自己更加优秀。\n\u003e \n\n## 目录\n- CSS 知识点\n\n    \u003cdetails\u003e\n      \u003csummary\u003e点我展开\u003c/summary\u003e\n\n    - CSS自定义属性\n\n    - grid布局\n\n    - unocss\n\n    - 行内元素和块元素\n\n    \u003c/details\u003e\n            \n- JS 知识点\n\n    \u003cdetails\u003e\n      \u003csummary\u003e点我展开\u003c/summary\u003e\n\n    - ArrayBuffer相关\n\n    - JS 中的报错总结以及白屏场景\n        - image\n\n        - index\n\n    - Map 与 Set\n\n    - V8入门\n        - index\n\n        - indexV2\n\n        - indexV3\n\n    - ahooks 源码\n        - ahooks 源码浅析（一）useRequest\n\n    - eslint\n        - 项目中的 eslint 插件\n\n    - instanceof 和 typeof\n\n    - node_modules 瘦身\n        - README-v2\n\n        - index\n\n    - 代码实现\n        - bind 实现\n\n        - es5继承\n\n        - generator 原理\n\n        - new 的实现\n\n        - promise 原理\n\n        - 多维数组合并成一维\n\n        - 批量请求函数\n\n        - 柯里化\n\n        - 路由参数解析\n\n        - 防抖,节流\n\n        - 阶乘函数\n\n    - 前端缓存\n\n    - 图片优化\n        - 聊聊图片的优化\n\n    - 垃圾回收机制\n\n    - 基于工单的流程模板引擎调研\n        - index\n\n    - 富文本\n        - quill.js 2.0升级和添加表格\n            - index\n\n        - quill.js 富文本中的光标和选区\n            - index\n\n        - quill.js 插件\n            - example\n                - public\n\n            - index\n\n        - quill.js 自定义工具栏开发指南\n            - example\n                - public\n\n            - index\n\n        - quill.js 自定义格式扩展\n            - example\n                - public\n\n            - index\n\n    - 微前端\n        - qiankun的实现\n            - index\n\n        - 微前端的沙箱\n            - index\n\n    - 性能优化\n        - 大量数据渲染优化\n            - 多数据下的性能优化\n\n    - 拖拽和虚拟列表的结合\n\n    - 框架相关\n        - ModuleFederation\n            - index\n\n    - 源码阅读\n        - react-loadable\n\n        - single-spa 源码\n            - index\n\n            - single-demo\n                - public\n\n    - 瀑布流原理\n        - 瀑布流原理\n\n    - 装箱与拆箱\n\n    \u003c/details\u003e\n            \n- react 知识点\n\n    \u003cdetails\u003e\n      \u003csummary\u003e点我展开\u003c/summary\u003e\n\n    - context\n\n    - react-router升级\n        - index\n\n    - 生命周期\n\n    - 记一次 React 性能 debug\n        - example\n            - public\n\n        - index\n\n    \u003c/details\u003e\n        \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminsion%2Fnotes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminsion%2Fnotes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminsion%2Fnotes/lists"}