{"id":19604967,"url":"https://github.com/kiesun/dream","last_synced_at":"2025-05-16T03:06:08.017Z","repository":{"id":37664900,"uuid":"116660696","full_name":"KieSun/Dream","owner":"KieSun","description":"我是 yck，✍️ 这里是写博客以及记录学习的地方","archived":false,"fork":false,"pushed_at":"2022-11-09T10:20:06.000Z","size":79,"stargazers_count":1610,"open_issues_count":35,"forks_count":123,"subscribers_count":107,"default_branch":"master","last_synced_at":"2025-05-16T03:06:02.096Z","etag":null,"topics":["blog","javascript"],"latest_commit_sha":null,"homepage":"https://yuchengkai.cn/home/","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/KieSun.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}},"created_at":"2018-01-08T10:08:04.000Z","updated_at":"2025-05-14T01:23:17.000Z","dependencies_parsed_at":"2022-06-29T21:04:16.331Z","dependency_job_id":null,"html_url":"https://github.com/KieSun/Dream","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/KieSun%2FDream","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KieSun%2FDream/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KieSun%2FDream/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/KieSun%2FDream/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/KieSun","download_url":"https://codeload.github.com/KieSun/Dream/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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":["blog","javascript"],"created_at":"2024-11-11T09:40:04.213Z","updated_at":"2025-05-16T03:06:03.009Z","avatar_url":"https://github.com/KieSun.png","language":"JavaScript","readme":"## 关于仓库\n\n这是一个写博客的地方，当然除了写博客，我还会在这里记录我平时学习的一些内容，比如刷的 Leetcode、学的 Mooc、书籍笔记以及写的一些小玩具，有兴趣的可以 Star 和 Watch。\n\n## 作者个人信息\n\n- [进阶资深前端开发资料](https://github.com/KieSun/FE-advance-road)\n- [我的出版小册「前端面试之道」](https://juejin.im/book/5bdc715fe51d454e755f75ef?referrer=574f8d8d2e958a005fd4edac)\n- [我的 16k stars 开源项目](https://github.com/InterviewMap/CS-Interview-Knowledge-Map)\n\n| 微信扫码关注公众号，订阅更多精彩内容                                                                 | 加笔者微信进群与大厂大佬讨论技术                                                                    |\n| ---------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------- |\n| \u003cimg src=\"https://yck-1254263422.cos.ap-shanghai.myqcloud.com/20191220223702.jpeg\" width=\"500px;\" /\u003e | \u003cimg src=\"https://yck-1254263422.cos.ap-shanghai.myqcloud.com/20191220224224.png\" width=\"260px;\" /\u003e |\n\n## 博客文章相关\n\nGithub 的阅读体验稍显逊色，你可以选择在[我的网站](https://yuchengkai.cn/home/)上阅读。\n\n### 新发\n\n- [看完跳槽少说涨 5 K，前端面试从准备到谈薪完全指南（近万字精华）](https://github.com/KieSun/Dream/issues/28)\n\n### 从零开始造轮子\n\n- [你不知道的高性能实现深拷贝的方式](https://github.com/KieSun/FE-advance-road/blob/master/wheels/deepClone/index.md)\n\n### Vue 3 源码解析\n\n- [Vue 3 源码注释](https://github.com/KieSun/vue-interpretation)\n- [数据响应系统原理](https://github.com/KieSun/vue-interpretation/blob/comment/article/%E6%95%B0%E6%8D%AE%E5%93%8D%E5%BA%94.md)\n\n### React 源码解析\n\n需要注意一点：文章的风格分为了两部分。 从调度原理开始，笔者抛弃了单纯讲源码的方式。而是将重点放在了原理上，尽可能地脱离源码讲原理，这种方式能更快更好地让读者学习到知识。\n\n- [React 源码注释](https://github.com/KieSun/react-interpretation)，版本为 16.8.6\n- [热身篇](https://github.com/KieSun/learn-react-essence/blob/master/%E7%83%AD%E8%BA%AB%E7%AF%87.md)\n- [render 流程（一）](https://github.com/KieSun/learn-react-essence/blob/master/render%20%E6%B5%81%E7%A8%8B%EF%BC%88%E4%B8%80%EF%BC%89.md)\n- [render 流程（二）](https://github.com/KieSun/learn-react-essence/blob/master/render%20%E6%B5%81%E7%A8%8B%EF%BC%88%E4%BA%8C%EF%BC%89.md)\n- [组件更新流程一（调度任务）](https://github.com/KieSun/learn-react-essence/blob/master/%E7%BB%84%E4%BB%B6%E6%9B%B4%E6%96%B0%E6%B5%81%E7%A8%8B%E4%B8%80%EF%BC%88%E8%B0%83%E5%BA%A6%E4%BB%BB%E5%8A%A1%EF%BC%89.md)\n- [组件更新流程二（diff 策略）](https://github.com/KieSun/learn-react-essence/blob/master/%E7%BB%84%E4%BB%B6%E6%9B%B4%E6%96%B0%E6%B5%81%E7%A8%8B%E4%BA%8C%EF%BC%88diff%20%E7%AD%96%E7%95%A5%EF%BC%89.md)\n\n### 重学 JS 系列\n\n- [聊聊 new 操作符](https://github.com/KieSun/Blog/issues/14)\n- [聊聊继承](https://github.com/KieSun/Dream/issues/16)\n- [为啥 await 在 forEach 中不生效](https://github.com/KieSun/Dream/issues/17)\n\n### React 进阶系列\n\n- [Hooks 该怎么用](https://github.com/KieSun/Blog/issues/15)\n\n### 提升工作效率\n\n- [提升工作效率](https://github.com/KieSun/Dream/tree/master/content/efficient)\n- [很好用的 UI 调试技巧](https://github.com/KieSun/Dream/issues/27)\n\n### JS\n\n- [深度解析原型中的各个难点](https://github.com/KieSun/Blog/issues/2)\n- [几道高级前端面试题解析](https://github.com/KieSun/Blog/issues/3)\n\n### 框架 相关\n\n- [Redux 源码深度解析](https://github.com/KieSun/Blog/issues/1)\n- [深入框架本源系列 —— Virtual Dom](https://github.com/KieSun/Blog/issues/5)\n- [Vuex 源码深度解析](https://github.com/KieSun/Blog/issues/9)\n- [VueRouter 源码深度解析](https://github.com/KieSun/Blog/issues/8)\n- [深度解析 Vue 响应式原理](https://github.com/KieSun/Blog/issues/7)\n\n### 面试\n\n- [面试前如何准备才能提高成功率](https://github.com/KieSun/Blog/issues/13)\n- [面试数十人有感](https://github.com/KieSun/Blog/issues/10)\n\n### 杂谈\n\n- [你在 19 年剩余的时间里还能学点什么？](https://github.com/KieSun/Dream/issues/26)\n- [如何正确的使用你的时间](https://github.com/KieSun/Blog/issues/4)\n- [入门前端一年半总结](https://github.com/KieSun/Blog/issues/11)\n- [一位掘金年度作者的年度总结](https://github.com/KieSun/Blog/issues/12)\n\n## 我的公众号及群\n\n觉得内容有帮助可以关注下我的公众号 「前端真好玩」或者加入前端进阶群一起成长。\n\n![](https://yck-1254263422.cos.ap-shanghai.myqcloud.com/blog/2019-06-01-034138.jpg)\n![](https://yck-1254263422.cos.ap-shanghai.myqcloud.com/20191216230743.png)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiesun%2Fdream","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkiesun%2Fdream","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkiesun%2Fdream/lists"}