Topic
Tagged “docs”
10 pieces
All topics
- ResourceReferenceMDN 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.
- ResourceReferenceNext.js DocsOfficial App Router, routing, caching, and runtime documentation. Open this before assuming any Next.js behaviour — the v15 → v16 surface keeps shifting.
- ResourceReferenceReact DocsReact's modern, hooks-first documentation with interactive examples. Re-reading the rules of hooks every six months is healthy.
- ResourceReferenceTypeScript HandbookThe canonical TypeScript tour — types, generics, narrowing, modules. Cheaper than asking the compiler what `as const` actually means.
- ResourceReferenceTailwind 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.
- ResourceReferenceweb.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.
- ResourceReferenceDevDocsFast, offline-friendly aggregator that bundles 100+ language and framework docs. Cmd-F across every doc set without 50 open tabs.
- ResourceReferenceHTML Living StandardThe WHATWG HTML specification — the actual contract browsers implement. When MDN and StackOverflow disagree, the spec wins.
- ResourceReferenceRead 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.
- ResourceLearningweb.dev LearnStructured courses on CSS, HTML, accessibility, performance, and PWAs. Filling in the gaps I picked up out of order — especially the accessibility track.