Home / Function/ Component() — react Function Reference

Component() — react Function Reference

Architecture documentation for the Component() function in object-mutated-in-consequent-alternate-both-return.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  2e3560d8_066e_ce84_2c5f_60a8cfec2438["Component()"]
  043470ff_5208_9204_f5e1_dca91f922830["object-mutated-in-consequent-alternate-both-return.js"]
  2e3560d8_066e_ce84_2c5f_60a8cfec2438 -->|defined in| 043470ff_5208_9204_f5e1_dca91f922830
  style 2e3560d8_066e_ce84_2c5f_60a8cfec2438 fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/propagate-scope-deps-hir-fork/object-mutated-in-consequent-alternate-both-return.js lines 4–13

function Component(props) {
  const object = makeObject_Primitives();
  if (props.cond) {
    object.value = 1;
    return object;
  } else {
    object.value = props.value;
    return object;
  }
}

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/propagate-scope-deps-hir-fork/object-mutated-in-consequent-alternate-both-return.js.
Where is Component() defined?
Component() is defined in compiler/packages/babel-plugin-react-compiler/src/__tests__/fixtures/compiler/propagate-scope-deps-hir-fork/object-mutated-in-consequent-alternate-both-return.js at line 4.

Analyze Your Own Codebase

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

Try Supermodel Free