1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)JavaScript4,744 stars (4,744 stars)154 forks (154 forks)batch import
help wanted
Description
There is typescript but it were cool when flow were supported too
Contributor guide
- Tech stack
- None
- Domain
- frontend
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 3
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- 1-3 hours
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- stale
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- unclear
- Prerequisites
- basic knowledge of Flowunderstanding of Flux Standard Action schema
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 35
- Research direction
- The issue asks for Flow type definitions. First, examine the existing TypeScript type definitions in the repository (likely in index.d.ts or similar). Then, create equivalent Flow type definitions following Flow's syntax (e.g., using /*:: ... */ annotations or .flow.js files). Ensure the types cover the standard action shape (type, payload, error, meta). Additionally, check if there are any existing Flow configurations or setup steps needed. The maintainers haven't responded, so the contributor should propose a clear plan in the issue before starting.