react-nextjs-implementation

Installation
SKILL.md

React Next.js Implementation

Build React 19 and Next.js frontend changes around clear rendering boundaries, typed contracts, explicit cache ownership, accessible UI states, secure server/client separation, and measurable verification.

Process

  1. Inspect repo conventions, .itsol.md policy, package versions, routing mode, generated API setup, testing commands, and deployment target before introducing structure.
  2. Use itsol-current-tech-context for React, Next.js, TanStack Query, Hey API, Tailwind, testing, or package-version decisions.
  3. Decide whether the app needs Next.js or a simpler React SPA, then choose the smallest architecture that matches product scope.
  4. Keep app/ thin: routing, layouts, providers, boundaries, and page composition. Put domain behavior in feature modules and shared primitives in shared.
  5. Prefer Server Components by default and move Client Components as low in the tree as possible.
  6. Define loading, empty, error, permission, stale/refetching, mobile, and keyboard behavior before editing visible UI.
  7. Use TDD where repo policy supports it; otherwise document the .itsol.md exception and run replacement verification.

Coordination

Use with itsol-functional-planning, itsol-tdd-workflow, react-nextjs-app-router-rendering, react-nextjs-api-cache-forms, react-nextjs-quality-security, ui-ux-workflow, hey-api-openapi-*, and security-frontend-browser-review as relevant.

Scope And Architecture

Installs
2
GitHub Stars
3
First Seen
Sep 4, 2026
react-nextjs-implementation — itsoltech/agents