AgentStack
Browse Sign in
Browse Why AgentStack Sell Docs
Sign in
SKILL verified MIT Self-run

Vercel React Best Practices

skill-quaylabshq-skill-graph-vercel-react-best-practices · by quaylabshq

React and Next.js performance optimization guide with 58 rules across 8 priority categories. Use when writing new React components, implementing data fetching, reviewing code for performance, refactoring React/Next.js code, or optimizing bundle size and load times. Covers async waterfalls, bundle size, server-side performance, client-side data fetching, re-render optimization, rendering performan…

No reviews yet
0 installs
35 views
0.0% view→install

Install

$ agentstack add skill-quaylabshq-skill-graph-vercel-react-best-practices

✓ scanned · ✓ verified, works with Claude Code, Cursor, and more.

Security review

✓ Passed

No issues found. Passed automated security review. · v0.1.0 How review works →

  • Prompt-injection patterns
  • Secret / credential exfiltration
  • Dangerous shell & filesystem operations
  • Untrusted network calls
  • Known-malicious package signatures

What it can access

  • Network access No
  • Filesystem access No
  • Shell / process execution No
  • Environment & secrets No
  • Dynamic code execution No

From automated source analysis of v0.1.0. “Used” means the capability is present in the source — more access means more to trust, not that it’s unsafe.

View the full security report →

Verified badge

Passed review? Show it. Paste this badge into your README, it links to the public security report.

AgentStack Verified badge Links to your public security report.
[![AgentStack Verified](https://agentstack.voostack.com/badges/verified.svg)](https://agentstack.voostack.com/security/report/skill-quaylabshq-skill-graph-vercel-react-best-practices)

Reliability & compatibility

Security review passed
0 installs to date
no reviews yet
4mo ago

Declared compatibility

Claude CodeClaude Desktop

Compatibility is declared by the source manifest. End-to-end runtime verification is coming, see below.

Preview Execution monitoring

We're building live execution health for every listing: tool-call success rate, median latency, uptime, and last-checked timestamps, measured, not self-reported. It isn't live yet, so we don't show numbers we can't stand behind.

How agent discovery & health will work →
Are you the author of Vercel React Best Practices? Claim this listing to set pricing, connect Stripe payouts, and keep 70% of every sale.
Sign up to claim

About

Vercel React Best Practices

Navigable reference graph for React/Next.js performance optimization. 58 rules organized by priority and impact.

Rule Categories by Priority

| Priority | Category | Impact | Reference | |----------|----------|--------|-----------| | 1 | Eliminating Waterfalls | CRITICAL | [references/async-waterfalls/overview.md](references/async-waterfalls/overview.md) | | 2 | Bundle Size Optimization | CRITICAL | [references/bundle-size/overview.md](references/bundle-size/overview.md) | | 3 | Server-Side Performance | HIGH | [references/server-performance/overview.md](references/server-performance/overview.md) | | 4 | Client-Side Data Fetching | MEDIUM-HIGH | [references/client-data-fetching/overview.md](references/client-data-fetching/overview.md) | | 5 | Re-render Optimization | MEDIUM | [references/rerender-optimization/overview.md](references/rerender-optimization/overview.md) | | 6 | Rendering Performance | MEDIUM | [references/rendering-performance/overview.md](references/rendering-performance/overview.md) | | 7 | JavaScript Performance | LOW-MEDIUM | [references/js-performance/overview.md](references/js-performance/overview.md) | | 8 | Advanced Patterns | LOW | [references/advanced-patterns/overview.md](references/advanced-patterns/overview.md) |

When to Apply

Reference these guidelines when:

  • Writing new React components or Next.js pages
  • Implementing data fetching (client or server-side)
  • Reviewing code for performance issues
  • Refactoring existing React/Next.js code
  • Optimizing bundle size or load times

How to Use

  1. Identify which category matches your current task
  2. Navigate to that category's overview for a summary of all rules
  3. Read individual rule files for detailed explanations and code examples
  4. Each rule includes incorrect/correct code patterns

Extensions

| Topic | Reference | |-------|-----------| | Future extensions & contribution patterns | [references/extensions.md](references/extensions.md) |

Source & license

This open-source skill is cataloged on AgentStack and links to its original source — we do not rehost the code.

Install and usage instructions live in the source repository linked above.

Reviews

No reviews yet, be the first.

Versions

  • v0.1.0 Imported from the upstream source.