Back to Flow

Documentation

website/docs/index.md

0.317.01.3 KB
Original Source

import DocsLandingPage from '../src/components/DocsLandingPage';

<DocsLandingPage />

{/* Plain-text section index for readers of the raw markdown (LLMs, search tools). Hidden from the rendered HTML — the visual landing page is rendered by <DocsLandingPage /> above. Keep this list in sync with the SECTIONS array in src/components/DocsLandingPage.js.

  • Get Started — never used a type system before or just new to Flow? Get up and running in a few minutes.
  • FAQ — have a question about using Flow? Check here first.
  • Flow for TypeScript Users — coming from TypeScript? What transfers cleanly, what looks the same but behaves differently, and what only Flow has.
  • Language Guide — types, narrowing, generics, enums, match expressions, and the full type system.
  • React — component syntax, hooks, render types, events, refs, and advanced React patterns.
  • Linting — configure lint rules, flowlint comments, and strict import/export checks.
  • Tooling — editor integration, Babel, Prettier, ESLint, and flow-remove-types.
  • Reference — .flowconfig options, CLI commands, Flow Strict, and library definitions. */}