·react-expert
</>

react-expert

yuniorglez/gemini-elite-core

Senior specialist in React 19.2+ performance, React Compiler (Forget), and advanced architectural patterns. Use when optimizing re-renders, bundle size, data fetching waterfalls (cacheSignal), or server-side efficiency (PPR).

5Installs·0Trend·@yuniorglez

Installation

$npx skills add https://github.com/yuniorglez/gemini-elite-core --skill react-expert

SKILL.md

Description This skill provides comprehensive performance optimization guidance for React applications, optimized for AI-assisted workflows in 2026. It focuses on eliminating waterfalls, leveraging the React Compiler, and maximizing both server and client-side efficiency through modern APIs (use, useActionState, ).

| import { Icon } from 'large-lib' | import Icon from 'large-lib/Icon' | | await a(); await b(); | Promise.all([a(), b()]) | | useEffect(() => { fetch(...) }, []) | const data = use(dataPromise) | | const [state, set] = useState(init()) | useState(() => init()) | | array.sort() | array.toSorted() |

| searchParams in component body | searchParams only in callbacks | | Manual useMemo/useCallback (mostly) | Trust React Compiler (but check Rules of React) |

Senior specialist in React 19.2+ performance, React Compiler (Forget), and advanced architectural patterns. Use when optimizing re-renders, bundle size, data fetching waterfalls (cacheSignal), or server-side efficiency (PPR). Source: yuniorglez/gemini-elite-core.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/yuniorglez/gemini-elite-core --skill react-expert
Category
</>Dev Tools
Verified
First Seen
2026-02-01
Updated
2026-02-18

Quick answers

What is react-expert?

Senior specialist in React 19.2+ performance, React Compiler (Forget), and advanced architectural patterns. Use when optimizing re-renders, bundle size, data fetching waterfalls (cacheSignal), or server-side efficiency (PPR). Source: yuniorglez/gemini-elite-core.

How do I install react-expert?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/yuniorglez/gemini-elite-core --skill react-expert 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/yuniorglez/gemini-elite-core