Next.js persistent layout pattern


web

Oct 7, 2020

ACCEPTED

Thomas Vaillant

Context and Problem Statement

We don't want the menu scroll position to be changed when we navigate from one page to another.

Decision

We will use the Next.js persistent layout pattern.