index.js — react Source File
Architecture documentation for index.js, a javascript file in the react codebase. 6 imports, 0 dependents.
Entity Profile
Dependency Diagram
graph LR 503fee95_ee49_322b_ba32_deaaeb5199cf["index.js"] 43315ad6_972b_89f2_a26c_ae2c6075675a["FixtureSet.js"] 503fee95_ee49_322b_ba32_deaaeb5199cf --> 43315ad6_972b_89f2_a26c_ae2c6075675a f3e4d030_5f7e_b1af_0ae5_fcdf80961e8c["FixtureSet"] 503fee95_ee49_322b_ba32_deaaeb5199cf --> f3e4d030_5f7e_b1af_0ae5_fcdf80961e8c 209c92e7_f698_d039_e163_bf03ab022808["ReorderedInputsTestCase.js"] 503fee95_ee49_322b_ba32_deaaeb5199cf --> 209c92e7_f698_d039_e163_bf03ab022808 a33e43ad_38ac_bddf_c730_fbfb041855ce["ReorderedInputsTestCase"] 503fee95_ee49_322b_ba32_deaaeb5199cf --> a33e43ad_38ac_bddf_c730_fbfb041855ce 7680536c_c07f_3727_61d8_e447a4d8d88e["OnSelectEventTestCase.js"] 503fee95_ee49_322b_ba32_deaaeb5199cf --> 7680536c_c07f_3727_61d8_e447a4d8d88e 222d3377_8b6b_8527_3014_640296a21a30["OnSelectEventTestCase"] 503fee95_ee49_322b_ba32_deaaeb5199cf --> 222d3377_8b6b_8527_3014_640296a21a30 style 503fee95_ee49_322b_ba32_deaaeb5199cf fill:#6366f1,stroke:#818cf8,color:#fff
Relationship Graph
Source Code
import FixtureSet from '../../FixtureSet';
import ReorderedInputsTestCase from './ReorderedInputsTestCase';
import OnSelectEventTestCase from './OnSelectEventTestCase';
const React = window.React;
export default function SelectionEvents() {
return (
<FixtureSet
title="Selection Restoration"
description="
When React commits changes it may perform operations which cause existing
selection state to be lost. This is manually managed by reading the
selection state before commits and then restoring it afterwards.
">
<ReorderedInputsTestCase />
<OnSelectEventTestCase />
</FixtureSet>
);
}
Domain
Subdomains
Functions
Dependencies
Source
Frequently Asked Questions
What does index.js do?
index.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain, Optimization subdomain.
What functions are defined in index.js?
index.js defines 1 function(s): SelectionEvents.
What does index.js depend on?
index.js imports 6 module(s): FixtureSet, FixtureSet.js, OnSelectEventTestCase, OnSelectEventTestCase.js, ReorderedInputsTestCase, ReorderedInputsTestCase.js.
Where is index.js in the architecture?
index.js is located at fixtures/dom/src/components/fixtures/selection-events/index.js (domain: BabelCompiler, subdomain: Optimization, directory: fixtures/dom/src/components/fixtures/selection-events).
Analyze Your Own Codebase
Get architecture documentation, dependency graphs, and domain analysis for your codebase in minutes.
Try Supermodel Free