nextjs-architecture

Solid

Next.js architecture specialist. Use when designing Next.js applications, migrating to App Router, implementing Server Components, or optimizing Next.js performance. Covers App Router, Server Components, and best practices.

Web & Frontend 335 stars 29 forks Updated today

Install

View on GitHub

Quality Score: 85/100

Stars 20%
84
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
0
Description 5%
100

Skill Content

# Next.js Architecture This skill provides Next.js architecture expertise including App Router, Server Components, performance optimization, and migration strategies. ## When to Use This Skill - When designing Next.js application architecture - When migrating from Pages Router to App Router - When implementing Server Components - When optimizing Next.js performance - When making Next.js architecture decisions - When building full-stack Next.js applications ## What This Skill Does 1. **Architecture Design**: Designs Next.js application structure 2. **App Router**: Implements App Router patterns and routing 3. **Server Components**: Uses Server Components effectively 4. **Performance**: Optimizes Next.js for production 5. **Migration**: Migrates from Pages Router to App Router 6. **Best Practices**: Applies Next.js best practices ## How to Use ### Design Architecture ``` Design the architecture for this Next.js application ``` ``` Migrate this Pages Router app to App Router ``` ### Specific Patterns ``` Implement Server Components for this feature ``` ## Architecture Patterns ### App Router Structure ``` app/ ├── (auth)/ │ ├── login/page.tsx │ └── register/page.tsx ├── dashboard/ │ ├── layout.tsx │ ├── page.tsx │ └── analytics/page.tsx ├── api/ │ └── users/route.ts └── layout.tsx ``` ### Server Components **Pattern:** - Server Components by default - Client Components with 'use client' - Direct database access in Server Components - Streaming with S...

Details

Author
aiskillstore
Repository
aiskillstore/marketplace
Created
5 months ago
Last Updated
today
Language
Python
License
None

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category

Web & Frontend Listed

nextjs-development

Next.js framework development including App Router, Server Components, Server Actions, SSR, SSG, ISR, caching, data fetching, middleware, layouts, parallel routes, and module architecture for Next.js 13+/15/16. NOT for generic React patterns, hooks, or component logic (use react-development). NOT for UI/CSS design systems or visual styling (use frontend-design).

9 Updated 2 days ago
viktorbezdek
Web & Frontend Listed

nextjs-skills

Next.js framework patterns, SSR/SSG, and App Router best practices

0 Updated today
murtazatouqeer
Web & Frontend Listed

nextjs-architect

Next.js 16 standards — App Router only, server components by default with explicit `"use client"` boundaries, server actions for mutations, streaming Suspense, edge vs node runtime, Image/Font/Metadata APIs. Pairs with react-architect. Use when scaffolding or reviewing a Next.js app or auditing server/client boundaries.

2 Updated 1 weeks ago
ralvarezdev
Web & Frontend Solid

nextjs-app-router-patterns

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.

36,222 Updated today
wshobson
Web & Frontend Listed

nextjs-app-router-patterns

Master Next.js 14+ App Router with Server Components, streaming, parallel routes, and advanced data fetching. Use when building Next.js applications, implementing SSR/SSG, or optimizing React Server Components.

2 Updated 2 months ago
wesleyegberto