next.v2
next.v2 copied to clipboard
按照NextJS英文官方文档,按照章节最小化复现
Results
2
next.v2 issues
Sort by
recently updated
recently updated
newest added
请问nextjs 如何实现tabs切换,tab内容不重新加载,类似vue 的keep -alive的功能
Link组件导航不知道为啥不刷新视图,查询数据使用 noStore(); 清除缓存了,点击 dashboard 有时候不刷新视图 ``` import { unstable_noStore as noStore } from 'next/cache'; export async function fetchRevenue() { // Add noStore() here to prevent the response from being cached....