network_call
Outbound network call
Outbound network call
Line 192Snippets
| axios | 14KB | Native fetch or ky (3KB) || axios | 14KB | Native fetch or ky (3KB) | fetch(url).then(r => r.json()).then(setData).finally(() => setLoading(false)); const product = await getProduct(params.id); // Server-side fetch const response = await fetch('https://api.example.com/data', {env_access
Environment variable access
Environment variable access
Line 1270Snippets
const API_URL = process.env.NEXT_PUBLIC_API_URL; 'Authorization': `Bearer ${process.env.API_SECRET}`, // Server-side only enabled: process.env.ANALYZE === 'true',export const API_URL = process.env.NEXT_PUBLIC_API_URL || 'http://localhost:3000/api';const API_URL = process.env.NEXT_PUBLIC_API_URL;Trust Score
Mis a jour la semaine dernière
Analyse le
31 mars 2026, 15:57
+ 2 previous scans
Compatible avec
Skill details
Mis a jour la semaine dernière
Analyse le 31 mars 2026, 15:57
Description
Frontend development skill for React, Next.js, TypeScript, and Tailwind CSS applications. Use when building React components, optimizing Next.js performance, analyzing bundle sizes, scaffolding frontend projects, implementing accessibility, or reviewing frontend code quality.
Scans recents
31 mars 2026, 15:57
Latest analysis
31 mars 2026, 15:12
Run 2
27 mars 2026, 15:47
Run 1