Loading session...

nextjs

Version: v14

Page Router Basics

Learn the traditional Page Router patterns in Next.js 14.

Page Router Basics (v14)

While the App Router is the future, many enterprise applications still use the Page Router.

Key Concepts

  • pages directory
  • getStaticProps
  • getServerSideProps
  • _app.tsx and _document.tsx
FinishedCourse Completed!