Home / Function/ mountTestApp() — react Function Reference

mountTestApp() — react Function Reference

Architecture documentation for the mountTestApp() function in index.js from the react codebase.

Entity Profile

Dependency Diagram

graph TD
  9c2d6c12_635d_d006_3dc4_20540010c59d["mountTestApp()"]
  34ac7c0b_f4e9_b2d5_8835_432c386eab1e["index.js"]
  9c2d6c12_635d_d006_3dc4_20540010c59d -->|defined in| 34ac7c0b_f4e9_b2d5_8835_432c386eab1e
  8fc3c2d4_9f9c_1f0b_87d0_85b3935785b3["mountStrictApp()"]
  9c2d6c12_635d_d006_3dc4_20540010c59d -->|calls| 8fc3c2d4_9f9c_1f0b_87d0_85b3935785b3
  4d34a6a3_b34b_2223_509e_bcff1fca4aa1["mountApp()"]
  9c2d6c12_635d_d006_3dc4_20540010c59d -->|calls| 4d34a6a3_b34b_2223_509e_bcff1fca4aa1
  71699c67_deb0_4dba_e4bd_97fb92728011["mountLegacyApp()"]
  9c2d6c12_635d_d006_3dc4_20540010c59d -->|calls| 71699c67_deb0_4dba_e4bd_97fb92728011
  style 9c2d6c12_635d_d006_3dc4_20540010c59d fill:#6366f1,stroke:#818cf8,color:#fff

Relationship Graph

Source Code

packages/react-devtools-shell/src/app/index.js lines 105–123

function mountTestApp() {
  mountStrictApp(ToDoList);
  mountApp(InspectableElements);
  mountApp(Hydration);
  mountApp(ElementTypes);
  mountApp(EditableProps);
  mountApp(ReactNativeWeb);
  mountApp(Toggle);
  mountApp(ErrorBoundaries);
  mountApp(SuspenseTree);
  mountApp(DeeplyNestedComponents);
  mountApp(Iframe);
  mountApp(TraceUpdatesTest);
  mountApp(Segments);

  if (shouldRenderLegacy) {
    mountLegacyApp(PartiallyStrictApp);
  }
}

Domain

Subdomains

Frequently Asked Questions

What does mountTestApp() do?
mountTestApp() is a function in the react codebase, defined in packages/react-devtools-shell/src/app/index.js.
Where is mountTestApp() defined?
mountTestApp() is defined in packages/react-devtools-shell/src/app/index.js at line 105.
What does mountTestApp() call?
mountTestApp() calls 3 function(s): mountApp, mountLegacyApp, mountStrictApp.

Analyze Your Own Codebase

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

Try Supermodel Free