/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v18.3.0
packages/react/index.classic.fb.js
65 строк
2 KB
salazarm
[ServerContext] Flight support for ServerContext (#23244)
08 мар 2022, 15:55
Не верифицирован
08 мар 2022, 15:55
d5f1b06
Код
Авторство
О чём код?
/** * Copyright (c) Facebook, Inc. and its 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 { __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, act as unstable_act, Children, Component, Fragment, Profiler, PureComponent, StrictMode, Suspense, SuspenseList, SuspenseList as unstable_SuspenseList, // TODO: Remove once call sights updated to SuspenseList cloneElement, createContext, createElement, createFactory, createMutableSource, createMutableSource as unstable_createMutableSource, createRef, createServerContext, forwardRef, isValidElement, lazy, memo, startTransition, startTransition as unstable_startTransition, // TODO: Remove once call sights updated to startTransition unstable_Cache, unstable_DebugTracingMode, unstable_LegacyHidden, unstable_Offscreen, unstable_Scope, unstable_getCacheSignal, unstable_getCacheForType, unstable_useCacheRefresh, useId, useCallback, useContext, useDebugValue, useDeferredValue, useDeferredValue as unstable_useDeferredValue, // TODO: Remove once call sights updated to useDeferredValue useEffect, useImperativeHandle, useLayoutEffect, useInsertionEffect, useMemo, useMutableSource, useMutableSource as unstable_useMutableSource, useReducer, useRef, useState, useSyncExternalStore, useTransition, useTransition as unstable_useTransition, // TODO: Remove once call sights updated to useTransition version, } from './src/React'; export {jsx, jsxs, jsxDEV} from './src/jsx/ReactJSX';