network_call
Outbound network call
Outbound network call
Line 4Snippets
description: 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.- Optimizing data fetching and caching| **Server Components** | Server only | Data fetching, heavy computation, secrets | const res = await fetch('https://api.example.com/products', { const res = await fetch(env_access
Environment variable access
Environment variable access
Line 138Snippets
`${process.env.API_URL}/products?${new URLSearchParams(filters)}`, `${process.env.API_URL}/products?${new URLSearchParams(filters)}`,Trust Score
Updated last month
Analyzed
Mar 31, 2026, 3:58 PM
+ 2 previous scans
Compatible with
Skill details
Updated last month
Analyzed Mar 31, 2026, 3:58 PM
Description
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.
Recent scans
Mar 31, 2026, 3:58 PM
Latest analysis
Mar 31, 2026, 3:13 PM
Run 2
Mar 27, 2026, 3:54 PM
Run 1