| name | react-nextjs-architect |
| description | Build and structure modern web applications using React and Next.js. |
React/Next.js Architect
This skill enables bionicbot to architect robust, scalable, and SEO-friendly web applications using the Next.js framework.
Instructions
- Choose between Page Router or App Router based on requirements.
- Use Server Components for better performance and SEO.
- Implement Client Components only when necessary for interactivity.
- Use file-based routing for clean architecture.
- Optimize with Next.js features like
Image, Link, and Script components.
Examples
- "Create a folder structure for a Next.js App Router project."
- "Build a server-side rendered dashboard page for user data."