Kit/Chrome extensions
React Developer Tools(리액트 구글 확장프로그램 도구)
라이브러리 프로젝트
2022. 8. 5. 17:06
반응형
React Developer Tools
다음과 같은 새로운 기능을 제공하고 있습니다.
- Built entirely with React, making it easier to develop and extend
- Firefox support
- Selected component instance is available as $r from the console
- More detail is shown in props in the component tree
- Right-click any node and choose “Show Source” to jump to the render method in the Sources panel
- Right-click any props or state value to make it available as $tmp from the console
- Full React Native support
설치방법 및 사용
Chrome 웹 스토어에서 새 devtools, Firefox용 Firefox 추가 기능 및 Edge용 Microsoft Edge Addons를 다운로드합니다. React를 사용하여 개발하는 경우, 이 devtools를 설치하는 것이 좋습니다. 자세한 설치방법과 사용방법을 아래의 링크를 통해 확인해볼 수 있습니다.
같이보기
New React Developer Tools – React Blog
A month ago, we posted a beta of the new React developer tools. Today, we’re releasing the first stable version of the new devtools. We’re calling it version 0.14, but it’s a full rewrite so we think of it more like a 2.0 release. Video/screenshot of
reactjs.org
웹사이트 코드 변경 크롬 확장프로그램 'User JavaScript and CSS'
사이트를 자유롭게 변경하는 크롬 확장프로그램 기능이 간결하면서도 매우 강력하게 적용이 되고 오작동 없이 깔끔하게 사용할 수 있는 확장프로그램입니다. UI/UX도 매우 직관적으로 잘 되어
creativestudio.kr
반응형