Home / File/ index.fb.js — react Source File

index.fb.js — react Source File

Architecture documentation for index.fb.js, a javascript file in the react codebase. 1 imports, 0 dependents.

Entity Profile

Dependency Diagram

graph LR
  d451a0aa_d8e9_188f_38b0_ced3fd7c2e4c["index.fb.js"]
  ffdf54f0_7e34_f1e9_1504_9dbadb0fbac5["ReactClient.js"]
  d451a0aa_d8e9_188f_38b0_ced3fd7c2e4c --> ffdf54f0_7e34_f1e9_1504_9dbadb0fbac5
  style d451a0aa_d8e9_188f_38b0_ced3fd7c2e4c 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
 */

import {captureOwnerStack as captureOwnerStackImpl} from './src/ReactClient';

export {
  __CLIENT_INTERNALS_DO_NOT_USE_OR_WARN_USERS_THEY_CANNOT_UPGRADE,
  __COMPILER_RUNTIME,
  act,
  cache,
  cacheSignal,
  Children,
  cloneElement,
  Component,
  createContext,
  createElement,
  createRef,
  useEffectEvent as experimental_useEffectEvent,
  useEffectEvent,
  forwardRef,
  Fragment,
  isValidElement,
  lazy,
  memo,
  Profiler,
  PureComponent,
  startTransition,
  StrictMode,
  Suspense,
  Activity,
  Activity as unstable_Activity,
  unstable_getCacheForType,
  unstable_LegacyHidden,
  unstable_Scope,
  unstable_SuspenseList,
  ViewTransition,
  ViewTransition as unstable_ViewTransition,
  unstable_TracingMarker,
  addTransitionType,
  addTransitionType as unstable_addTransitionType,
  unstable_useCacheRefresh,
  use,
  useActionState,
  useCallback,
  useContext,
  useDebugValue,
  useDeferredValue,
  useEffect,
  useId,
  useImperativeHandle,
  useInsertionEffect,
  useLayoutEffect,
  useMemo,
  useOptimistic,
  useReducer,
  useRef,
  useState,
  useSyncExternalStore,
  useTransition,
  version,
} from './src/ReactClient';

export {jsx, jsxs, jsxDEV} from './src/jsx/ReactJSX';

// export for backwards compatibility during upgrade
export {useMemoCache as unstable_useMemoCache} from './src/ReactHooks';

// export to match the name of the OSS function typically exported from
// react/compiler-runtime
export {useMemoCache as c} from './src/ReactHooks';

// Only export captureOwnerStack in development.
let captureOwnerStack: ?() => null | string;
if (__DEV__) {
  captureOwnerStack = captureOwnerStackImpl;
}

export {captureOwnerStack};

Domain

Dependencies

Frequently Asked Questions

What does index.fb.js do?
index.fb.js is a source file in the react codebase, written in javascript. It belongs to the BabelCompiler domain.
What does index.fb.js depend on?
index.fb.js imports 1 module(s): ReactClient.js.
Where is index.fb.js in the architecture?
index.fb.js is located at packages/react/index.fb.js (domain: BabelCompiler, directory: packages/react).

Analyze Your Own Codebase

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

Try Supermodel Free