React Use Client Boundary

Place React and Next.js "use client" boundaries correctly. Use when adding client components, hooks, event handlers, browser APIs, client-only libraries, or fixing Server Component errors about hooks, async clients, or event handlers. Keep data fetching on server when possible and remove redundant directives. For generic React state or effects use their dedicated skills.

flpbalada 57150ab 2.7 KB Updated

File contents

flpbalada/fb-skills/tree/main/skills/react-use-client-boundary commit 57150ab120

Frequently asked questions

npx skillmds@latest add flpbalada/react-use-client-boundary