You are not signed in Sign in

Client Side Rendering

This page uses the useSession() Vue Composable in the <Header/> component.

The useSession() Vue Composable is easy to use and allows pages to render very quickly.

The advantage of this approach is that session state is shared between pages by using the Vuex Store in store/index.js so that navigation between pages using useSession() is very fast.

The disadvantage of useSession() is that it requires client side JavaScript.