/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v17.0.2
packages/react/index.experimental.js
52 строки
1 KB
Andrew Clark
Remove withSuspenseConfig (#19724)
31 авг 2020, 19:16
Не верифицирован
31 авг 2020, 19:16
1f38dcf
Код
Авторство
О чём код?
/** * 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 { Children, createRef, Component, PureComponent, createContext, forwardRef, lazy, memo, useCallback, useContext, useEffect, useImperativeHandle, useDebugValue, useLayoutEffect, useMemo, useReducer, useRef, useState, useMutableSource as unstable_useMutableSource, createMutableSource as unstable_createMutableSource, Fragment, Profiler, StrictMode, Suspense, unstable_LegacyHidden, createElement, cloneElement, isValidElement, version, __SECRET_INTERNALS_DO_NOT_USE_OR_YOU_WILL_BE_FIRED, createFactory, // exposeConcurrentModeAPIs useTransition as unstable_useTransition, useDeferredValue as unstable_useDeferredValue, startTransition as unstable_startTransition, SuspenseList as unstable_SuspenseList, // enableBlocksAPI block as unstable_block, unstable_useOpaqueIdentifier, // enableDebugTracing unstable_DebugTracingMode, } from './src/React';