Skip to content

Instantly share code, notes, and snippets.

@bolerap
Created February 3, 2020 06:01
Show Gist options
  • Save bolerap/2b6a2624b40c8a5d8a64297b0044932a to your computer and use it in GitHub Desktop.
Save bolerap/2b6a2624b40c8a5d8a64297b0044932a to your computer and use it in GitHub Desktop.
  1. getInitialProps only works with component exported default by the page.
  2. Navigation via <a> will reload page because it call to remote API server, to navigation on client side let use wrapper component Link from "next/link"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment