Skip to content

React Developer Tools

dkfma4915 edited this page Dec 12, 2020 · 4 revisions

React Developer Tools

React 홈페이지에서 디버깅 툴 다운 가능 Chrome, Firefox 따로 링크 올라가 있으니까 그냥 요기(크롬 확장 프로그램) 들어가서 바로 다운 받으면 됨!

  1. 다운 받은 후 크롬 재실행
  2. React 페이지 실행
  3. 검사 창(?)에 Component 탭이 추가됨 Component

우리가 만든 Component를 볼 수 있고, 내용을 수정하고 싶을 때 Props에서 실시간으로 수정 가능

참고 영상 : 생활 코딩 유튜브

Clone this wiki locally