Skip to content

Files

Latest commit

 

History

History

with-reflux

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

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

Use reflux to manage an application store with unidirectional dataflow.

Deploy your own

Deploy the example using Vercel or preview live with StackBlitz

Deploy with Vercel

How to use

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

npx create-next-app --example with-reflux with-reflux-app
yarn create next-app --example with-reflux with-reflux-app
pnpm create next-app --example with-reflux with-reflux-app

Deploy it to the cloud with Vercel (Documentation).