1 repositorio
Static analysis of React source code to identify props, types, and methods.
Distinct from React Component Debuggers: Candidates focus on runtime debugging or hooks, not static analysis of component definitions for tooling.
Explore 1 awesome GitHub repository matching development tools & productivity · React Component Analysis. Refine with filters or upvote what's useful.
react-docgen is a static analysis library and automated documentation tool designed to extract structured metadata from React component definitions. It functions as an AST-based code parser that transforms source code into machine-readable formats, enabling the programmatic generation of technical documentation and developer portals. The tool identifies component names, descriptions, and methods by analyzing source code without executing it. It specifically extracts detailed property information, including type definitions, default values, and human-readable descriptions derived from docblock
Parses React source code to identify props, types, and methods for build-time tooling.