flow
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
Quick Install
bunx add-skill facebook/react -s flowdeclarativefrontendjavascriptlibraryreactui
Instructions
Loadingβ¦
Use when you need to run Flow type checking, or when seeing Flow type errors in React code.
bunx add-skill facebook/react -s flowLoadingβ¦
Arguments:
| Renderer | When to Use |
|---|---|
dom-node | Default, recommended for most changes |
dom-browser | Browser-specific DOM code |
native | React Native |
fabric | React Native Fabric |
yarn flow $ARGUMENTS (use dom-node if no argument)yarn flow-cidom-node$FlowFixMe comments are masking real issuesUse when you want to validate changes before committing, or when you need to check all React contribution requirements.
Use when feature flag tests fail, flags need updating, understanding @gate pragmas, debugging channel-specific test failures, or adding new flags to React.
Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.