Capítulo 375 de 456

Functions

Core Idea

Index page for Pages Router Functions/Hooks API reference; no standalone content, just a link list.

Key Concepts

  • Functions index: links to getInitialProps, getServerSideProps, getStaticPaths, getStaticProps, NextRequest, NextResponse, useParams, useReportWebVitals, useRouter, useSearchParams, userAgent.

Code Examples

None (index page).

Reference Tables

None.

Anti-patterns

None applicable.

Key Takeaways

  1. Pure navigation page; each linked function has its own dedicated chapter.
  2. useRouter, useSearchParams, and userAgent are listed here but documented in other batches/chapters, not this one.

Connects To

  • getInitialProps, getServerSideProps, getStaticPaths, getStaticProps, NextRequest, NextResponse, useParams, useReportWebVitals: all covered in this same batch.