/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
v19.1.0
packages/react/src/ReactCacheServer.js
10 строк
248 B
Josh Story
Add flag to disable caching behavior of `React.cache` on the client (#28250)
06 фев 2024, 03:32
Не верифицирован
06 фев 2024, 03:32
2bc7d33
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, 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 {cache} from './ReactCacheImpl';