Back to Next Js

Overmind example

examples/with-overmind/README.md

16.2.51.4 KB
Original Source

Overmind example

This example uses overmind.

Deploy your own

How to use

Execute create-next-app with npm, Yarn, or pnpm to bootstrap the example:

bash
npx create-next-app --example with-overmind with-overmind-app
bash
yarn create next-app --example with-overmind with-overmind-app
bash
pnpm create next-app --example with-overmind with-overmind-app

Deploy it to the cloud with Vercel (Documentation).

Notes

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 :-)