This example uses overmind.
Deploy the example using Vercel or preview live with StackBlitz
Execute create-next-app
with npm, Yarn, or pnpm to bootstrap the example:
npx create-next-app --example with-overmind with-overmind-app
yarn create next-app --example with-overmind with-overmind-app
pnpm create next-app --example with-overmind with-overmind-app
Deploy it to the cloud with Vercel (Documentation).
Look at the comments for more information on how the application is structured. This is just one of several ways you can manage hydration and rehydration of state. It depends heavily on how you want to manage it, do code sharing between client and server etc. The exampled approach should give you the hooks and flexibility to get you started on your endeavor :-)