Home / Function/ Component() — react Function Reference

Component() — react Function Reference

Architecture documentation for the Component() function in fbt-template-string-same-scope.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  8e5686b7_8dfb_27dc_480a_298a235e57a6["Component()"]
  8052ea08_2cb0_9e95_ed4f_6ac9d3da7404["fbt-template-string-same-scope.js"]
  8e5686b7_8dfb_27dc_480a_298a235e57a6 -->|defined in| 8052ea08_2cb0_9e95_ed4f_6ac9d3da7404
  style 8e5686b7_8dfb_27dc_480a_298a235e57a6 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/fbt-template-string-same-scope.js lines 4–18

export function Component(props) {
  let count = 0;
  if (props.items) {
    count = props.items.length;
  }
  return (
    <Stringify>
      {fbt(
        `for ${fbt.param('count', count)} experiences`,
        `Label for the number of items`,
        {project: 'public'}
      )}
    </Stringify>
  );
}

Domain

Subdomains

Frequently Asked Questions

What does Component() do?
Component() is a function in the react codebase, defined in compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/fbt-template-string-same-scope.js.
Where is Component() defined?
Component() is defined in compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/fbt/fbt-template-string-same-scope.js at line 4.

Analyze Your Own Codebase

Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.

Try Supermodel Free