Indirection Class — react Architecture
Architecture documentation for the Indirection class in ReactIncremental-test.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD ea0460d5_3d4e_c2e6_bcc0_a0469866c6c9["Indirection"] e830a60d_4147_3606_7890_6db744e9073f["ReactIncremental-test.js"] ea0460d5_3d4e_c2e6_bcc0_a0469866c6c9 -->|defined in| e830a60d_4147_3606_7890_6db744e9073f bf5cf2f3_bc5c_443d_269e_4e9fdcf1f3ed["render()"] ea0460d5_3d4e_c2e6_bcc0_a0469866c6c9 -->|method| bf5cf2f3_bc5c_443d_269e_4e9fdcf1f3ed
Relationship Graph
Source Code
packages/react-reconciler/src/__tests__/ReactIncremental-test.js lines 1772–1785
class Indirection extends React.Component {
render() {
Scheduler.log('Indirection ' + JSON.stringify(this.context));
return [
<ShowLocale key="a" />,
<ShowRoute key="b" />,
<ShowNeither key="c" />,
<Intl key="d" locale="ru">
<ShowBoth />
</Intl>,
<ShowBoth key="e" />,
];
}
}
Source
Frequently Asked Questions
What is the Indirection class?
Indirection is a class in the react codebase, defined in packages/react-reconciler/src/__tests__/ReactIncremental-test.js.
Where is Indirection defined?
Indirection is defined in packages/react-reconciler/src/__tests__/ReactIncremental-test.js at line 1772.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free