// the find
shengxinjing/fe-advanced-interview
前端进阶面试指南
A VitePress-based study guide for frontend developers preparing for senior-level interviews, focused almost entirely on Vue and React ecosystem knowledge. The content is in Chinese and targets developers in the Chinese job market looking to level up from mid to senior roles.
The Vue interview section is genuinely thorough — 30+ coded challenges covering reactivity edge cases, composables, and render functions rather than just 'explain the virtual DOM'. The React architecture section mirrors it with practical concerns like file upload strategy and CI/CD. Using VitePress means the content is statically generated and fast to navigate. The structured progression from intro to architecture to component patterns to framework comparisons is a reasonable learning path.
The README is literally one image link — there's no description of what the project covers, how to run it, or who it's for. Content is exclusively in Chinese with no indication that English coverage is planned, which hard-limits the audience. The repo hasn't been touched since April 2025 and several sections (algorithm, node, infra) look skeletal or underdeveloped. There's no mechanism to validate that code examples actually run correctly — it's Markdown files with embedded snippets and no test suite.