react-next-keep-alive
react-next-keep-alive copied to clipboard
Module for caching views in next.js
Does this module still works with the latest NextJS version? Coming from NuxtJS where keep-alive is a thing and would like to achieve the same using NextJS but I tried...
When I tried with Next.js 13, it failed. 
code: https://codesandbox.io/p/github/947776795/issues/main?workspaceId=0f5473f2-0baa-4f4a-a6f5-7dfb71cd6659&file=%2FREADME.md describe: After clicking the follow button, click the jump button and the page will flicker https://user-images.githubusercontent.com/49971276/236794103-a32f237e-4e49-4a24-ab15-26ebdf552ba4.mov
Does it support the latest nextjs? Next.js 14.2 next/router - next/router is the oldest package for navigation
Next.js version: 13.5.6 node version: 18.x + --- I've encountered an issue while using this library in my Next.js 13 pages router project. When I navigate back to a keep-alive...