react-next-keep-alive
react-next-keep-alive copied to clipboard
How to delete the page cache when i need do that?
@notminusone Did you solve this problem?
Give a try react-fiber-keep-alive, the react fiber based keep-alive implementation.
As written in the docs:
import { keepAliveDropCache } from 'react-next-keep-alive'
keepAliveDropCache(name?: string | ((cacheKeys: string[]) => string | string[]), scrollToTop: boolean)