agentsclimarketplace

React

Skill DaleStudy/skills/skills/react

React 성능 최적화 및 베스트 프랙티스 스킬. Vercel Engineering 가이드 기반, 프레임워크 비종속. 다음 상황에서 사용: (1) React 컴포넌트(.tsx, .jsx) 작성 또는 수정 시, (2) 상태 관리, hooks, 리렌더링 최적화 작업 시, (3) 비동기 데이터 페칭 또는 Suspense 패턴 작업 시, (4) 번들 사이즈 최적화 또는 코드 스플리팅 시, (5) 'react', 'useState', 'useEffect', 'useMemo', 'useCallback', 'memo', 'Suspense', 'lazy' 키워드가 포함된 작업 시From its SKILL.md

Install
npx -y skills add DaleStudy/skills --skill react

Assembled from the repository path, not quoted from the project. Check it against their README if it does not work.

One thing to look at

  • 4 stars4 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.

What its file declares

Copied from the file, not written here

The file declares its own license as MIT. That is the author’s claim about this one file, and it is not the same thing as the license GitHub reports for the repository, which is listed with the other numbers below.

SKILL.md

9.9 KB, ~3.0k tokens by cl100k_base, as published. Nobody here has run it

React

Vercel 가이드 기반 React 성능 최적화 베스트 프랙티스. 프레임워크 비종속(Next.js, Remix, Vite 등 무관).

각 규칙의 상세 설명과 코드 예제는 references/ 참고. 원본 Vercel 가이드의 전체 규칙(Next.js/SSR 포함)은 vercel-react-best-practices 참고.

규칙 카테고리

우선순위카테고리영향도접두사
1비동기 워터폴 제거CRITICALasync-
2번들 사이즈 최적화CRITICALbundle-
3리렌더링 최적화MEDIUMrerender-
4렌더링 성능MEDIUMrendering-
5클라이언트 데이터/이벤트MEDIUMclient-
6JavaScript 성능LOW-MEDIUMjs-
7고급 패턴LOWadvanced-

빠른 참조

1. 비동기 워터폴 제거 (CRITICAL)

2. 번들 사이즈 최적화 (CRITICAL)

3. 리렌더링 최적화 (MEDIUM)

4. 렌더링 성능 (MEDIUM)

5. 클라이언트 데이터/이벤트 (MEDIUM)

6. JavaScript 성능 (LOW-MEDIUM)

7. 고급 패턴 (LOW)

Vercel 원본 가이드 추가 규칙

이 스킬은 프레임워크 비종속 규칙만 포함. Next.js/SSR 전용 규칙은 원본 참고:

규칙영향도설명
server-cache-reactMEDIUMReact.cache()로 요청 내 중복 제거
server-cache-lruHIGHLRU 캐시로 요청 간 캐싱
server-serializationHIGHRSC 경계에서 직렬화 최소화
server-parallel-fetchingCRITICAL컴포넌트 구성으로 서버 데이터 병렬 페칭
server-after-nonblockingMEDIUMafter()로 논블로킹 후처리
server-auth-actionsMEDIUM서버 액션 인증 검증
server-dedup-propsLOW중복 props 제거
bundle-dynamic-importsCRITICALnext/dynamic으로 동적 임포트
rendering-hydration-suppress-warningLOWsuppressHydrationWarning 사용
async-api-routesMEDIUMAPI 라우트 비동기 패턴

원본 전체 문서: vercel-labs/agent-skills: react-best-practices

참고

What ships with it: 61 files

135.6 KB alongside SKILL.md

21 more files not listed here. See all 61 in the repository.

Keep looking

Skills are one crate of 325,949. Ordering is by how many stacks a row turns up in, so the top of any crate is what has actually been picked rather than what has the most stars.