I'm creating my application as a multi-page app with sidebar navigation. I'm building the navigation to have a full width state and minimized state, where just the icons show. I'm keeping this state in local storage. The trouble is when navigating from one page to another as a multi-page app I can see some flickering and sometimes the navigation jumping from full width to minimized, since it only reads local storage client-side.
Is there a way to solve this as a MPA or does think kind of interaction necessitate building as an SPA?
@Andreas Møller I know you're passionate about MPA, so curious if you have a good solution.