Synaptic SkillsSynapticSkills
MarketplaceSkill GraphCriar SkillMCP ServerPlataformaEnterprise
v0.1.0-beta
Voltar ao Marketplace
DevelopmentMédio

Next.js App Router Patterns

porwshobson·wshobson· v1.0.0 · atualizado em 2026-04-10
80
Score

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.

nextjsreactserver-componentsapp-routerssrdata-fetchingseo
0Stars
0Forks
0Usos
Fork

Documento do Skill

SKILL.mdnextjs-app-router-patterns/workflow
1. Determine the rendering mode (Server Component, Client Component, Static, Dynamic, Streaming) based on the component's purpose.
2. Organize files according to Next.js App Router conventions (app/layout.tsx, app/page.tsx, etc.).
3. Implement data fetching using Server Components with `fetch` and `next: { revalidate: ... }`.
4. Use Client Components with the 'use client' directive for interactive elements.
5. Implement Server Actions for server-side logic and data mutations.
6. Utilize Parallel Routes for creating multiple independent sections within a layout.
7. Implement Streaming with Suspense to progressively render content.
8. Add metadata and SEO configurations using the `Metadata` type and `generateMetadata` function.

Telemetria de Agentes

Execuções
0
total
Taxa de Sucesso
0%
últimos 30d
Latência Média
0.0s
p50
Alucinação
0.0%
detecção
Tokens Entrada
0
avg 0/exec
Tokens Saída
0
avg 0/exec

Uso por Plataforma

Skills Relacionados

Similar aUI/UX Pro Max - Design Intelligence
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
80
Similar apolish
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
79
Similar aadapt
60%
Hebbian Synapse
Composite0.600
w = 0.3·α + 0.5·β + 0.2·γ
78

Árvore do Skill

Next.js App Router Patterns
nextjs-app-router-patterns
Fases Cognitivas5
1.SENSE
2.CONTEXTUALIZE
3.RECOMMEND
4.ACT
5.REFLECT
Triggers8
build a Next.js 14 applicationimplement server-side rendering in Next.jsoptimize data fetching in Next.jsuse server components in Next.jsimplement parallel routes in Next.jsadd SEO metadata to a Next.js pagecreate an API route in Next.jsuse server actions in Next.js

Avaliar este Skill

Score Breakdown

⭐Avaliação Humana0%
🤖Sucesso de Agentes0%
🕐Atualidade100%
🔗Saúde de Dependências100%
🕸️Centralidade no Grafo0%
🛡️Segurança50%
CompositeScore = α·Humano + β·Agente + γ·Recência + δ·Deps + ε·Centralidade + ζ·Segurança

Instalação

$ synaptic mcp download nextjs-app-router-patterns
$ synaptic skills detail nextjs-app-router-patterns
$ synaptic skills live nextjs-app-router-patterns

Dependências

nextreact@types/react

Links

GitHub Repository