Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 584 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 584 Bytes

Stackflow + Next.js Example

💥 Not Recommended

Why? - To integrate Stackflow with a specific framework with routing capabilities, the framework requires an extension to manually call the preload API. However, Next.js does not officially support the preload API.

Stackflow with Next.js Integration Example.

  • getServerSideProps
  • getStaticProps

Getting Started

# Install dependencies
$ yarn

# Start development server
$ yarn dev

# Build
$ yarn build

# Start production server
$ yarn start