Skip to content

Latest commit

 

History

History

nextjs-ssr

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Simple SSR example with Next.js

This is a Next.js example based on this codesandbox.

Getting Started

First, run the development server:

yarn dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

The easy-peasy store & models are located in the store folder.