profile
프론트엔드 공부합니다

04 / 13 / 2022

진행 공부 오전 web3school (js, html, css 10개씩 ), 오후 react doc (1시간 30) , base web html Tip: It is almost always best to use relative URLs. They will not break if you change domain. W3C recommends lowercase attributes in HTML, and demands lowercase attributes for stricter document types like XHTML. React Doc Create React App는 Babel이나 webpack같은 build 도구를 사용 JSX도 표현식입니다 컴파일이 끝나면, JSX 표현식이 정규 JavaScript 함수 호출이 되고 JavaScript 객체로 인식됩니다. 주의: 컴포넌트의 이름은 항상 대문자로 시작합니다. React는 소문자로 시작하는 컴포넌트를 DOM 태그로 처리 모

2022년 4월 13일
·
0개의 댓글
·