FragmentRefsPage() — react Function Reference
Architecture documentation for the FragmentRefsPage() function in index.js from the react codebase.
Entity Profile
Dependency Diagram
graph TD 2aadbea0_09c0_d6de_67d6_bc9c4269542f["FragmentRefsPage()"] 463c662d_adfd_912e_a87b_b390bc35e100["index.js"] 2aadbea0_09c0_d6de_67d6_bc9c4269542f -->|defined in| 463c662d_adfd_912e_a87b_b390bc35e100 style 2aadbea0_09c0_d6de_67d6_bc9c4269542f fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
fixtures/dom/src/components/fixtures/fragment-refs/index.js lines 14–28
export default function FragmentRefsPage() {
return (
<FixtureSet title="Fragment Refs">
<EventListenerCase />
<EventDispatchCase />
<IntersectionObserverCase />
<ResizeObserverCase />
<FocusCase />
<GetClientRectsCase />
<CompareDocumentPositionCase />
<ScrollIntoViewCase />
<TextNodesCase />
</FixtureSet>
);
}
Domain
Subdomains
Source
Frequently Asked Questions
What does FragmentRefsPage() do?
FragmentRefsPage() is a function in the react codebase, defined in fixtures/dom/src/components/fixtures/fragment-refs/index.js.
Where is FragmentRefsPage() defined?
FragmentRefsPage() is defined in fixtures/dom/src/components/fixtures/fragment-refs/index.js at line 14.
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free