Skip to content

Building Your Application

Source URL: https://nextjs.org/docs/pages/building-your-application

  • Routing
    • Learn the fundamentals of routing for front-end applications with the Pages Router.
  • Rendering
    • Learn the fundamentals of rendering in React and Next.js.
  • Data Fetching
    • Next.js allows you to fetch data in multiple ways, with pre-rendering, server-side rendering or static-site generation, and incremental static regeneration. Learn how to manage your application data in Next.js.
  • Configuring
    • Learn how to configure your Next.js application.