·react-best-practices
</>

react-best-practices

0xbigboss/claude-code

후크, 효과, 참조 및 구성 요소 디자인을 위한 React 패턴을 제공합니다. 탈출 해치, 안티 패턴 및 올바른 효과 사용법을 다룹니다. React 구성 요소(React 가져오기가 포함된 .tsx, .jsx 파일)를 읽거나 쓸 때 사용해야 합니다.

1.2K설치·181트렌드·@0xbigboss

설치

$npx skills add https://github.com/0xbigboss/claude-code --skill react-best-practices

SKILL.md

When working with React, always load both this skill and typescript-best-practices together. TypeScript patterns (type-first development, discriminated unions, Zod validation) apply to React code.

Effects let you "step outside" React to synchronize with external systems. Most component logic should NOT use Effects. Before writing an Effect, ask: "Is there a way to do this without an Effect?"

React remounts components in development to verify cleanup works. If you see effects firing twice, don't try to prevent it with refs:

후크, 효과, 참조 및 구성 요소 디자인을 위한 React 패턴을 제공합니다. 탈출 해치, 안티 패턴 및 올바른 효과 사용법을 다룹니다. React 구성 요소(React 가져오기가 포함된 .tsx, .jsx 파일)를 읽거나 쓸 때 사용해야 합니다. 출처: 0xbigboss/claude-code.

원본 보기

인용 가능한 정보

AI/검색 인용용 안정적인 필드와 명령어.

설치 명령어
npx skills add https://github.com/0xbigboss/claude-code --skill react-best-practices
카테고리
</>개발 도구
인증됨
최초 등록
2026-02-01
업데이트
2026-02-18

빠른 답변

react-best-practices이란?

후크, 효과, 참조 및 구성 요소 디자인을 위한 React 패턴을 제공합니다. 탈출 해치, 안티 패턴 및 올바른 효과 사용법을 다룹니다. React 구성 요소(React 가져오기가 포함된 .tsx, .jsx 파일)를 읽거나 쓸 때 사용해야 합니다. 출처: 0xbigboss/claude-code.

react-best-practices 설치 방법은?

터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/0xbigboss/claude-code --skill react-best-practices 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code나 Cursor에서 사용할 수 있습니다

소스 저장소는 어디인가요?

https://github.com/0xbigboss/claude-code