react-nextjs-expert

Installation
SKILL.md

React & Next.js Expert

Expert guidance for Next.js 14+ with App Router. This project uses React Server Components by default.

File-Based Routing

app/
├── page.tsx           → yoursite.com
├── about/page.tsx     → yoursite.com/about
├── blog/[slug]/page.tsx → yoursite.com/blog/any-post
├── layout.tsx         → Wraps all pages (navigation, footer)
└── globals.css        → Global styles + Tailwind

Server vs Client Components

Installs
7
First Seen
Feb 21, 2026
react-nextjs-expert — ship-studio/saul-goodman-lawyer-template