Skip to content
duxt

useRecentPages()

The last five pages this reader opened.

Signature

const { recent, remember, load } = useRecentPages();

Notes

Kept in the browser, not in a cookie: it is never needed during server rendering, so it travels with no request.

Was this page helpful?