W3cubDocs

/Flow

Flow

Getting Started

Never used a type system before or just new to Flow? Let's get you up and running in a few minutes.
Read more

Type Annotations

Learn how to add Flow type annotations to your code: Primitives, Objects, Functions, Classes, and more.
Read more

Type System

Learn how the type system in Flow works: Subtyping, Variance, Refinements, and more.
Read more

CLI Commands

How to use Flow from the command line. Including how to manage the Flow background process.
Read more

Configuration

Flow tries to work out of the box as much as possible, but can be configured to work with any codebase.
Read more

Library Definitions

Learn how to create and use library definitions for the third-party code your code depends on.
Read more

React

Learn how to use Flow to effectively type common and advanced React patterns.
Read more

Tools

Detailed guides, tips, and resources on how to integrate Flow with different JavaScript tools.
Read more

Editors

Detailed guides, tips, and resources on how to integrate Flow with different code editors.
Read more

Linting

Learn how to configure Flow's linter to find potentially harmful code.
Read more

Flow Strict

Learn how to enable stricter type checking on a file-by-file basis.
Read more

© 2013–present Facebook Inc.
Licensed under the MIT License.
https://flow.org/en/docs/