{"id":22375683,"url":"https://github.com/shunjizhan/frontend-interview-gotchas","last_synced_at":"2025-03-26T18:13:29.580Z","repository":{"id":98839132,"uuid":"326135951","full_name":"shunjizhan/frontend-interview-gotchas","owner":"shunjizhan","description":"frontend interview all-in-one","archived":false,"fork":false,"pushed_at":"2021-09-14T05:38:53.000Z","size":18941,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-31T23:23:13.094Z","etag":null,"topics":["frontend","frontend-interview","frontend-interview-questions","interview","interview-practice","interview-preparation","interview-questions","inteview-test","mian-shi","mianshi","qian-duan"],"latest_commit_sha":null,"homepage":null,"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/shunjizhan.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":"2021-01-02T07:57:41.000Z","updated_at":"2023-09-11T12:54:24.000Z","dependencies_parsed_at":"2023-03-27T16:01:57.710Z","dependency_job_id":null,"html_url":"https://github.com/shunjizhan/frontend-interview-gotchas","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/shunjizhan%2Ffrontend-interview-gotchas","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunjizhan%2Ffrontend-interview-gotchas/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunjizhan%2Ffrontend-interview-gotchas/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shunjizhan%2Ffrontend-interview-gotchas/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shunjizhan","download_url":"https://codeload.github.com/shunjizhan/frontend-interview-gotchas/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245708990,"owners_count":20659625,"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":["frontend","frontend-interview","frontend-interview-questions","interview","interview-practice","interview-preparation","interview-questions","inteview-test","mian-shi","mianshi","qian-duan"],"created_at":"2024-12-04T21:27:15.318Z","updated_at":"2025-03-26T18:13:29.558Z","avatar_url":"https://github.com/shunjizhan.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Frontend Interview Gotchas\n一些前端知识点的总结\n\n## JS基础\n  - [各种API和基础](./JS基础.md)\n  - [ES6](./ES6.md)\n  - [原型链](./原型链.md)\n    - 手写new\n    - 手写instance of\n    - 手写typeof\n    - 继承的6种写法\n  - [作用域和闭包](./闭包和上下文.md)\n    - 作用域\n    - 执行上下文\n    - 变量对象\n    - 闭包\n    - this\n    - 手写call/apply/bind\n  - [异步事件](./异步事件.md)\n    - event loop\n    - 手写mini promise\n    - async/await\n  - [函数式编程](./函数式编程.md)\n  - [TypeScript](./TypeScript.md)\n## React\n  - [React原理](./React/react原理.md)\n    - DOM diff\n    - 手写mini React\n    - Fiber\n    - 手写mini Fiber\n  - [Hook用法和原理 + 手写mini hook](./React/hook.md)\n  - [状态管理](./React/状态管理.md)\n    - Redux + 手写mini Redux\n    - Mobx\n  - [React SSR](./React/SSR.md)\n    - 手写mini SSR\n    - NextJS\n  - [Gatsby](./React/Gatsby.md)\n  - [React性能优化](./React/react性能优化.md)\n  - [React相关手写链接](./React/手写.md)\n\n## Vue \n  - [snabdom + DOM diff](./Vue/virtual-DOM.md)\n  - 原理\n    - [响应式原理](./Vue/响应式原理.md)\n    - [route原理](./Vue/vue-route.md)\n    - [源码分析](./Vue/源码分析.md)\n  - [Vuex](./Vue/vuex.md)\n  - [Vue3.0](./Vue/Vue3.0.md)\n  - [Vue SSR](./Vue/SSR.md)\n    - NuxtJS\n## HTML和CSS\n- [HTML](./HTML.md)\n  - DOM基础和API\n- [CSS](./CSS.md)\n  - 盒装模型\n  - Flex布局\n  - Grid布局\n  - 居中的100种方式\n\n## Webpack\n  - webpack原理 \n  - loader, plugin\n  - tapable\n    - 手写tapable hook\n  - 手写mini webpack\n## http和浏览器\n- [http和浏览器基础](./http和浏览器.md)\n  - tcp协议\n  - http协议\n  - 跨域\n\n## 各种\n- [各种手写](./各种手写.md)\n  - call/apply/bind\n  - Object.assign\n  - Promise.all\n  - 深拷贝（deepclone）\n  - 每隔一秒打印 1,2,3,4,5\n  - compose\n  - throttle/debounce\n- [各种区别](./各种区别.md)\n- [各种问题](./各种问题.md)\n- [杂七杂八的知识](./杂.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunjizhan%2Ffrontend-interview-gotchas","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshunjizhan%2Ffrontend-interview-gotchas","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshunjizhan%2Ffrontend-interview-gotchas/lists"}