The History API and NextJS
The History API in modern web browsers provides a way to interact with the browser's history stack. This stack is essentially a list of pages the user has visited in the same tab or frame, including their URLs and, optionally, state objects. Here's h...
opyjo2.hashnode.dev5 min read