nextjs-best-practices
Comprehensive guide and principles for building high-performance fullstack applications with Next.js App Router.
Install
npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill nextjs-best-practicesStats
| Total installs | 3,716 |
| Weekly installs | 3.7K |
| GitHub stars | 27.9K |
| First seen | Jan 20, 2026 |
| Source | @sickn33/antigravity-awesome-skills |
Summary
- Server Components are the default; use Client Components only for interactivity (useState, event handlers, forms)
- Data fetching belongs in Server Components with three caching strategies: static (build-time), ISR (time-based revalidation), and dynamic (no-store)
- File conventions organize routes: page.tsx for UI, layout.tsx for shared structure, loading.tsx and error.tsx for states, and route groups (name) to organize without affecting URLs
- Server Actions handle form submissions and data mutations; validate inputs and mark with 'use server'
- Avoid common pitfalls: excessive 'use client' directives, client-side data fetching, missing loading/error boundaries, and large client bundles
Tags
Related skills
| Skill | Installs | vs nextjs-best-practices |
|---|---|---|
| preview-dev | 3,547 | -169 |
| angular-di | 3,439 | -277 |
| paypal-integration | 3,383 | -333 |
| best-practices | 3,568 | -148 |
| reka-ui | 3,811 | +95 |
FAQ
- How many installs does nextjs-best-practices have?
- nextjs-best-practices has 3,716 total installs and 3.7K installs this week.
- Where is nextjs-best-practices hosted?
- nextjs-best-practices is published by @sickn33/antigravity-awesome-skills at https://github.com/sickn33/antigravity-awesome-skills.
- How many GitHub stars does nextjs-best-practices have?
- nextjs-best-practices has 27.9K GitHub stars.
- When was nextjs-best-practices first indexed?
- OrangeBot.AI first indexed nextjs-best-practices on Jan 20, 2026.
- How do I install nextjs-best-practices?
- Run: npx skills add https://github.com/sickn33/antigravity-awesome-skills --skill nextjs-best-practices