Back to Next Js

Pass Server Data Directly to a Next.js Page during SSR

examples/with-reflux/README.md

16.2.51.0 KB
Original Source

Pass Server Data Directly to a Next.js Page during SSR

Use reflux to manage an application store with unidirectional dataflow.

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-reflux with-reflux-app
bash
yarn create next-app --example with-reflux with-reflux-app
bash
pnpm create next-app --example with-reflux with-reflux-app

Deploy it to the cloud with Vercel (Documentation).