Web/React

[React] React에서 index.html( css)

MINWOOJ 2021. 5. 17. 12:39

React를 사용하더라도 web이 결국 running하는 파일은 index.html 파일이다.

성능, 검색 최적화시 핵심 css는 index.html에 inline으로 넣는 것을 google에서도 권장한다.