·react-performance
</>

react-performance

s-hiraoku/synapse-a2a

Comprehensive React and Next.js performance optimization guide. Covers waterfall elimination, bundle size reduction, server-side optimization, re-render prevention, and rendering performance. Use when building, reviewing, or optimizing React/Next.js applications for speed.

7Installs·2Trend·@s-hiraoku

Installation

$npx skills add https://github.com/s-hiraoku/synapse-a2a --skill react-performance

SKILL.md

Systematic performance optimization for React and Next.js applications, organized by impact.

Sequential async operations are the single biggest performance killer. Fix these first.

Move await to the point of use, not the point of declaration.

Comprehensive React and Next.js performance optimization guide. Covers waterfall elimination, bundle size reduction, server-side optimization, re-render prevention, and rendering performance. Use when building, reviewing, or optimizing React/Next.js applications for speed. Source: s-hiraoku/synapse-a2a.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/s-hiraoku/synapse-a2a --skill react-performance
Category
</>Dev Tools
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is react-performance?

Comprehensive React and Next.js performance optimization guide. Covers waterfall elimination, bundle size reduction, server-side optimization, re-render prevention, and rendering performance. Use when building, reviewing, or optimizing React/Next.js applications for speed. Source: s-hiraoku/synapse-a2a.

How do I install react-performance?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/s-hiraoku/synapse-a2a --skill react-performance Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/s-hiraoku/synapse-a2a