Home / File/ ReactRootTags.js — react Source File

ReactRootTags.js — react Source File

Architecture documentation for ReactRootTags.js, a javascript file in the react codebase. 0 imports, 8 dependents.

Entity Profile

Dependency Diagram

graph LR
  0806a67e_4a6c_64f1_6464_5f62c4da3fad["ReactRootTags.js"]
  8a03468f_f6e2_d5a3_fdef_e77ebca449c2["ReactFiber.js"]
  8a03468f_f6e2_d5a3_fdef_e77ebca449c2 --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  768f6d67_77c1_be19_5596_a943eab59e05["ReactFiberLane.js"]
  768f6d67_77c1_be19_5596_a943eab59e05 --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  3ff8c5da_88d9_c61b_6bdc_da766a43fd30["ReactFiberReconciler.js"]
  3ff8c5da_88d9_c61b_6bdc_da766a43fd30 --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  ffca4edd_b46d_4530_2580_e6e4e786c422["ReactFiberRoot.js"]
  ffca4edd_b46d_4530_2580_e6e4e786c422 --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  a22f22c8_f97a_86c8_be5a_4b91a6a21eab["ReactFiberRootScheduler.js"]
  a22f22c8_f97a_86c8_be5a_4b91a6a21eab --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  2945bdb1_d075_d792_a028_13eee518c9d4["ReactFiberThrow.js"]
  2945bdb1_d075_d792_a028_13eee518c9d4 --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  d73e9290_2d2e_5d3f_97dd_84929f205c77["ReactFiberWorkLoop.js"]
  d73e9290_2d2e_5d3f_97dd_84929f205c77 --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  6b9f5caa_fb13_3d3c_2f60_ad3c4f58371f["ReactInternalTypes.js"]
  6b9f5caa_fb13_3d3c_2f60_ad3c4f58371f --> 0806a67e_4a6c_64f1_6464_5f62c4da3fad
  style 0806a67e_4a6c_64f1_6464_5f62c4da3fad fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

/**
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @flow
 */

export type RootTag = 0 | 1;

export const LegacyRoot = 0;
export const ConcurrentRoot = 1;

Domain

Frequently Asked Questions

What does ReactRootTags.js do?
ReactRootTags.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What files import ReactRootTags.js?
ReactRootTags.js is imported by 8 file(s): ReactFiber.js, ReactFiberLane.js, ReactFiberReconciler.js, ReactFiberRoot.js, ReactFiberRootScheduler.js, ReactFiberThrow.js, ReactFiberWorkLoop.js, ReactInternalTypes.js.
Where is ReactRootTags.js in the architecture?
ReactRootTags.js is located at packages/react-reconciler/src/ReactRootTags.js (domain: BabelCompiler, directory: packages/react-reconciler/src).

Analyze Your Own Codebase

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

Try Supermodel Free