// the find
sl1673495/blogs
:book: 全网 100w+ 阅读量的进阶前端技术博客仓库,Vue 源码解析,React 深度实践,TypeScript 进阶艺术,工程化,性能优化实践……
A personal blog repo from a ByteDance frontend engineer, organized as a GitHub Issues-based CMS with a Gatsby static site on top. The content covers Vue/React internals, TypeScript type system tricks, and frontend engineering — mostly Chinese-language posts from 2018–2023. Target audience is intermediate-to-advanced Chinese-speaking frontend developers.
The source analysis articles are genuinely good — the Vue computed/watch/lifecycle series walks through actual Vue 2/3 source code rather than just describing the API. The TypeScript pieces on conditional types, variance, and template literal types are practical and go deeper than most blog posts. The engineering articles (Vite internals, atomic CSS at Facebook scale, dead code elimination at 60k lines) are written from real production experience at a major company, not toy examples. Using GitHub Issues as a CMS is a pragmatic choice that gives free hosting, search, comments, and a public edit history with zero infrastructure.
Last real post was June 2023 — three years stale, and frontend moves fast enough that some Vite and Vue 3 content is already outdated. All content is in Chinese with no translation, so the 100M+ read count claim is firmly a Chinese developer audience metric. The Gatsby static site has its built output committed to the repo (`public/` directory with hundreds of hashed JS bundles), which is the wrong thing to check into git and makes the repo bloated. There's no RSS feed surfaced in the README, so following new posts requires watching GitHub Issues manually.