Maintenance in progress: we are indexing a large batch of new skills. Some pages may load slowly or briefly show no results. Nothing is lost, and everything is back to normal within the hour.

Nextjs Client Cookie Pattern

Pattern for client components calling server actions to set cookies in Next.js. Covers the two-file pattern of a client component with user interaction (onClick, form submission) that calls a server action to modify cookies. Use when building features like authentication, preferences, or session management where client-side triggers need to set/modify server-side cookies.

majiayu000 5d0c56b 2 files · 10.0 KB Updated 567 repo stars

File contents

majiayu000/claude-skill-registry-data/tree/main/data/nextjs-client-cookie-pattern commit 5d0c56b331

Frequently asked questions

npx skillmds add majiayu000/nextjs-client-cookie-pattern