主题
标记为「docs」
10 篇
全部主题
- 资源ReferenceMDN Web DocsMozilla's reference for every web API, CSS property, and JavaScript built-in. The least-bad source of truth for browser behaviour, with examples that actually run.
- 资源ReferenceNext.js DocsOfficial App Router, routing, caching, and runtime documentation. Open this before assuming any Next.js behaviour — the v15 → v16 surface keeps shifting.
- 资源ReferenceReact DocsReact's modern, hooks-first documentation with interactive examples. Re-reading the rules of hooks every six months is healthy.
- 资源ReferenceTypeScript HandbookThe canonical TypeScript tour — types, generics, narrowing, modules. Cheaper than asking the compiler what `as const` actually means.
- 资源ReferenceTailwind CSS DocsSearchable reference for every Tailwind utility, with v4 token syntax up front. v4 changed enough that muscle memory from v3 isn't enough anymore.
- 资源Referenceweb.devGoogle's guidance on performance, accessibility, and modern web platform patterns. When I need an opinionated answer about Core Web Vitals, not a comment thread.
- 资源ReferenceDevDocsFast, offline-friendly aggregator that bundles 100+ language and framework docs. Cmd-F across every doc set without 50 open tabs.
- 资源ReferenceHTML Living StandardThe WHATWG HTML specification — the actual contract browsers implement. When MDN and StackOverflow disagree, the spec wins.
- 资源ReferenceRead the DocsHosted documentation for thousands of open-source projects, especially Python ones. The natural habitat for Sphinx-built docs that GitHub README links point at.
- 资源Learningweb.dev LearnStructured courses on CSS, HTML, accessibility, performance, and PWAs. Filling in the gaps I picked up out of order — especially the accessibility track.