Home / Class/ FlexibleBlock105 Class — react Architecture

FlexibleBlock105 Class — react Architecture

Architecture documentation for the FlexibleBlock105 class in benchmark.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  9ed409e5_18e7_a47b_757f_da4b1c046fc0["FlexibleBlock105"]
  3ebee981_8211_0c1c_516b_03ba4cbff0e7["benchmark.js"]
  9ed409e5_18e7_a47b_757f_da4b1c046fc0 -->|defined in| 3ebee981_8211_0c1c_516b_03ba4cbff0e7
  75476512_ce67_a6bb_6504_ca4ffdc23aa7["render()"]
  9ed409e5_18e7_a47b_757f_da4b1c046fc0 -->|method| 75476512_ce67_a6bb_6504_ca4ffdc23aa7

Relationship Graph

Source Code

scripts/bench/benchmarks/pe-class-components/benchmark.js lines 2666–2678

  class FlexibleBlock105 extends React.Component {
    render() {
      if (this.props.x === 233) {
        return React.createElement(LeftRight21, {x: 232});
      }
      if (this.props.x === 236) {
        return React.createElement(LeftRight21, {x: 235});
      }
      if (this.props.x === 246) {
        return React.createElement(LeftRight21, {x: 245});
      }
    }
  }

Frequently Asked Questions

What is the FlexibleBlock105 class?
FlexibleBlock105 is a class in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is FlexibleBlock105 defined?
FlexibleBlock105 is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 2666.

Analyze Your Own Codebase

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

Try Supermodel Free