Skip to content

daangn/stackflow-example-nextjs

Repository files navigation

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