2026-01-05
요약 (AI 작성)
chrome-remote-devtools에서 Redux·Zustand DevTools Extension 연동과 예제 앱 구성이 진행되었습니다. Redux DevTools Extension 훅 구현, 서버 자동 연결, 예제에 Redux/Zustand 스토어·화면·하단 탭 네비게이션 추가, Extension 초기화 상태 체크 및 UI 표시, server-info/CDP 메시지 분리로 순환 의존성 제거, React Native 빌드 설정 및 react-native-vector-icons 설정 등이 반영되었습니다.
커밋
ohah/chrome-remote-devtools
- style(inspector): remove trailing newline from utils.ts
- docs(inspector): document sideEffects and auto-initialization
- refactor(examples): remove debug code from App.tsx
- fix(examples): remove unused PayloadAction import
- refactor(inspector): extract checkExtensionBeforeStore to shared utility
- chore(react-native): update build configuration files
- feat(react-native): add DevTools Extension status monitoring in App
- refactor(react-native): update Zustand screens UI
- feat(react-native): add DevTools Extension status UI to Redux screens
- feat(react-native): add Zustand DevTools Extension initialization check
- feat(react-native): add Redux DevTools Extension initialization check
- feat(react-native-inspector): add server info utilities for dynamic retrieval
- refactor(react-native-inspector): remove Zustand-specific detection logic
- feat(react-native-inspector): add hook status check functions
- fix(example): enable Redux DevTools in production builds
- revert(inspector): remove auto-connect, use App component useEffect instead
- refactor(example): simplify store files with auto-initialization
- chore(example): remove useConnection hook
- feat(inspector): auto-connect to Chrome Remote DevTools server
- fix(example): configure react-native-vector-icons for bottom tab icons
- refactor(inspector): separate server-info and cdp-message to avoid circular dependency
- feat(example): setup Redux DevTools Extension in React Native app
- feat(inspector): implement Redux DevTools Extension hook
- feat(examples): implement navigation structure with bottom and top tabs
- feat(examples): add Redux and Zustand screen components
- feat(examples): add Zustand store configuration
- feat(examples): add Redux store configuration with slices
- fix(react-native-inspector): update Android configuration for React Navigation
- chore(examples): add dependencies for React Navigation, Redux, and Zustand
PR (해당일 생성/머지)
(없음)