처음에는 많이 어색했는데.. 어느정도 하다보니.. 문법에 적응이 되간다.
https://hello-bryan.tistory.com/114
[React 따라하기 #13] React 에서 css 적용하기
React CSS 크게는 inline styling 과 .css 파일을 이용하는 방법이 있습니다. - inline styling 이용 class MyJob extends React.Component { render() { return ( Hello Style! ); } } html 에서 tag 안에 직접 s..
hello-bryan.tistory.com