render() — react Function Reference
Architecture documentation for the render() function in benchmark.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 09ddfa6b_127c_1830_b3b8_dff5a7062621["render()"] 2a9d5c47_bf5d_f77f_ec2d_6c7e11d81ddd["FixedDataTableRowImpl146"] 09ddfa6b_127c_1830_b3b8_dff5a7062621 -->|defined in| 2a9d5c47_bf5d_f77f_ec2d_6c7e11d81ddd style 09ddfa6b_127c_1830_b3b8_dff5a7062621 fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
scripts/bench/benchmarks/pe-class-components/benchmark.js lines 4650–4711
render() {
if (this.props.x === 334) {
return React.createElement(
'div',
{
className: '_1gd4 _4li _52no _3h1a _1mib',
onClick: null,
onDoubleClick: null,
onMouseDown: null,
onMouseEnter: null,
onMouseLeave: null,
style: {width: 1209, height: 40},
},
React.createElement(
'div',
{className: '_1gd5'},
React.createElement(FixedDataTableCellGroup145, {
x: 319,
key: 'fixed_cells',
}),
React.createElement(FixedDataTableCellGroup145, {
x: 333,
key: 'scrollable_cells',
}),
React.createElement('div', {
className: '_1gd6 _1gd8',
style: {left: 721, height: 40},
})
)
);
}
if (this.props.x === 457) {
return React.createElement(
'div',
{
className: '_1gd4 _4li _3h1a _1mib',
onClick: null,
onDoubleClick: null,
onMouseDown: null,
onMouseEnter: null,
onMouseLeave: null,
style: {width: 1209, height: 25},
},
React.createElement(
'div',
{className: '_1gd5'},
React.createElement(FixedDataTableCellGroup145, {
x: 368,
key: 'fixed_cells',
}),
React.createElement(FixedDataTableCellGroup145, {
x: 456,
key: 'scrollable_cells',
}),
React.createElement('div', {
className: '_1gd6 _1gd8',
style: {left: 721, height: 25},
})
)
);
}
}
Domain
Subdomains
Source
Frequently Asked Questions
What does render() do?
render() is a function in the react codebase, defined in scripts/bench/benchmarks/pe-class-components/benchmark.js.
Where is render() defined?
render() is defined in scripts/bench/benchmarks/pe-class-components/benchmark.js at line 4650.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free