Component(2)
-
[React.js] 기초 - class로 component 만들기 (구문법)
Latest update : 2021.04.19 - 수정 완료 훨씬 쉬운 function형 component 바로가기 2021.04.16 - [Front-end Study/React.js] - [React.js] CRA 기초 - 설치/state/Component/props React.js 구문법 (신문법 구문법 둘 다 알고 있어야 합니다.) Node.js 설치 (nodejs.org/ko/download/) (CRA) npx create-react-app 프로젝트명 or yarn create react-app 프로젝트명 -> npm start npx create-react-app 프로젝트명 (or) yarn create react-app 프로젝트명 (and) npm start 1. 기본 class 예시 i..
2021.04.19 -
[React.js] Bootstrap 활용 - 설치/Component/Grid
Latest update : 2021.04.16 - 수정 완료 React-Bootstrap Bootstrap은 getbootstrap.com/ react-bootstrap.netlify.app/ 로 사이트가 나뉘어 있습니다. ✔️bootstrap 설치 방법은 여러 가지가 있습니다. (react-bootstrap.netlify.app/getting-started/introduction/) Node.js 설치 (nodejs.org/ko/download/) (CRA) npx create-react-app 프로젝트명 (or) yarn create react-app 프로젝트명 -> npm start -> npm install react-bootstrap bootstrap (or) yarn add react-boo..
2021.04.16