awesome-repositories.com
© 2026 Bringes Technology SRL·VAT RO45896025·hello@bringes.io
MCPSitemapPrivacyTerms
Next.js Pages Router Integrations · Awesome GitHub Repositories

1 repo

Awesome GitHub RepositoriesNext.js Pages Router Integrations

Connectors for integrating API layers with legacy server-side rendering frameworks.

Distinguishing note: Focuses specifically on the Next.js Pages Router paradigm.

Explore 1 awesome GitHub repository matching web development · Next.js Pages Router Integrations. Refine with filters or upvote what's useful.

  1. Home
  2. Web Development
  3. Next.js Pages Router Integrations

Awesome Next.js Pages Router Integrations GitHub Repositories

Describe the repository you're looking for…
Find the best repos with AI.We'll search the best matching repositories with AI.
  • trpc/trpc

    trpc/trpc

    39,569View on GitHub↗

    This project is an end-to-end type-safe API framework designed to synchronize data structures between frontend and backend codebases without the need for manual code generation. By leveraging TypeScript’s type inference, it allows developers to invoke server-side functions directly from the client as if they were local methods. This remote procedure call approach abstracts away the complexities of HTTP verbs and URL structures, streamlining the full-stack development workflow into a unified experience. The framework distinguishes itself through a modular router architecture that organizes bac

    Connects server-side rendering and static site generation to an application by wrapping components with necessary providers.

    TypeScriptapinextnextjs
    39,569View on GitHub↗