-
React - 생활코딩(3) react 내부 CSS 코딩HTTP 웹/React 2021. 4. 18. 00:53
■ index.css
> 파일 위치
- index.html이 최종 모든 file들이 loading되는 부분
- index.css 수정으로 index.html 최종본 보여주고 싶은 것의 css를 바꿔줄 수 있는듯
■ App.css
> App 자체는 component load 되는 것, 이것이 html
index.html이 root tag를 가지고
index.js가 root에 App이라는 사용자 component tag를 load,
App.css는 이 load되는 사용자 component의 css를 수정하는 것
■ 강의 css
index, App css모두 지우고 출발
참조 :
www.youtube.com/watch?v=FbNvDu-XTVg&list=PLuHgQVnccGMCRv6f8H9K5Xwsdyg4sFSdi&index=8
반응형'HTTP 웹 > React' 카테고리의 다른 글
React - 생활코딩(5) react - Coding Component (0) 2021.04.18 React - 생활코딩(4) react 배포하기 (0) 2021.04.18 React - 생활코딩(2) react 내부 구조 + JS 코딩 (0) 2021.04.14 React - 생활코딩 (1) 환경설정 + 간단 실행 명령어 (0) 2021.04.14 Client side - Server side rendering (0) 2021.04.14