ワンクリックで
url-state-management
Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Build resumable multi-agent workflows with durable execution, tool loops, and automatic stream recovery on client reconnection.
Build a complete AI chat application with database persistence, chat list management, and automatic title generation.
Complete authentication system with Better Auth, email verification, password reset, protected routes, and account management.
Complete setup guide for a Next.js app with Shadcn UI, Neon Postgres, Drizzle ORM, and AI SDK.
Better environment variable management for agents and humans with full type safety, CLI-based remote environment synchronization, and environment validation. Use when setting up typed config schemas, validating env variables, or managing remote env vars across Vercel, Netlify, Railway, Cloudflare, and Fly.io with better-env.
Complete environment variable management with type-safe validation, Vercel dev workflow, and prebuild validation.
| name | url-state-management |
| description | Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs. |
Sync React state to URL query parameters for shareable filters, search, and deep-linkable dialogs with nuqs.
Complete these recipes first (in order):
Create a Next.js app running on Bun, configure the development environment, and deploy to Vercel with automatic deployments on push.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nextjs-on-vercel
Sync React state to URL query parameters for shareable filters, search queries, and deep links to modal dialogs. Preserves UI state on browser back/forward navigation.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/nuqs-setup
Manage React state in URL query parameters with nuqs. Covers Suspense boundaries, parsers, clearing state, and deep-linkable dialogs.
curl -H "Accept: text/markdown" https://fullstackrecipes.com/api/recipes/using-nuqs