No client-side navigation on my Next.js project using Pages
I have a small, simple project with two pages that use
getServerSideProps
to execute a HTTP request and cache it in KV store for consequent requests. However, when I navigate between the two pages I would expect the client-side navigation to kick in. But instead, there's a full load of the page - it works like MPA. Is this expected behavior?1 Reply
Thanks!