/
githubmirror
/
next.js
Обзор
Документация
Войти
/
githubmirror
/
next.js
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
canary
test/development/dev-cache-control-no-cache/app/layout.js
7 строк
131 B
Tim Neutkens
Add experimental option to use no-cache instead of no-store in dev (#88182)
07 янв 2026, 13:39
Не верифицирован
07 янв 2026, 13:39
41e3f93
Код
Авторство
О чём код?
export default function RootLayout({ children }) { return ( <html lang="en"> <body>{children}</body> </html> ) }