스킬 관리Skill조회 0

React Native Best Practices

React Native 성능 최적화 가이드라인을 제공합니다.

01

언제 사용하는가

FPS, TTI, 번들 크기, 메모리 누수, 재렌더링 및 애니메이션에 대한 React Native 성능 최적화 지침을 제공합니다.

Hermes 최적화, JS 스레드 블로킹, 브릿지 오버헤드, FlashList, 네이티브 모듈 또는 디버깅에서 자크 및 프레임 손실과 관련된 작업에 적용됩니다.

02

따라 하는 방법

  1. agent-device react-devtools status을 실행합니다.
  2. agent-device react-devtools wait --connected을 실행합니다.
  3. agent-device react-devtools profile start을 실행합니다.
  4. agent-device react-devtools profile stop을 실행합니다.
03

설치 방법

npx skills add installs: 20747 --skill react-native-best-practices