nextjs-15-async-params

Community

Handle Next.js 15 async route params.

AuthorHugoAlmeidaMoreira
Version1.0.0
Installs0

System Documentation

What problem does it solve?

Next.js 15+ changed dynamic route params and searchParams from plain objects to Promises, requiring components to await them before use.

Core Features & Use Cases

  • Await Promise-wrapped params in server components.
  • Use React.use() to access params in client components.
  • Support typing like params: Promise<{ id: string }> and searchParams: Promise<{ [key: string]: string | string[] | undefined }>.

Quick Start

Await the params in server components and use React.use() to access the values in client components.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: nextjs-15-async-params
Download link: https://github.com/HugoAlmeidaMoreira/zeus-agent/archive/main.zip#nextjs-15-async-params

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository

Agent Skills Search Helper

Install a tiny helper to your Agent, search and equip skill from 471,000+ vetted skills library on demand.