FE/React15 [React] React 복습 2 알림 본 포스팅은 공부 목적으로 작성된 글이며 상업적 목적으로 절대 사용되지 않았음을 밝힙니다. And Design https://ant.design/ Ant Design - The world's second most popular React UI framework ant.design 설치 방법은 아래와 같습니다. 1. 리액트 클라이언트에서 npm install antd --save를 통해 설치 2. clinet > index.js에서 import 추가 Redux: predictable state container for JavaScript apps의 약자로 상태 관리 라이브러리를 의미한다. 리액트에선 Props와 State 두 개가 있다. 설치 받아야 할 것들 1. redux 2. react-redux.. 2021. 7. 30. [React] React 복습 알림 본 포스팅은 공부 목적으로 작성된 글이며 상업적 목적으로 절대 사용되지 않았음을 밝힙니다. NPM과 NPX 차이 NPM(Node Package Manager) 1. 레지스트리 저장소 역할 레지스트리란? 라이브러리를 담고 있는 곳이다. 2. npm run start, npm run build 등 npm 관련된 건 package.json에 정의되어 있다. react에서 root 자리? root가 오는 자리를 보면, 보시다시피 index.html의 root와 index.js의 getElementById('root') 위치가 같아야 합니다. 폴더 의미 및 기능: src 폴더 1. actions, reducers 2. components 2-1. LandingPage: 첫 페이지 2-2. LoginPage:.. 2021. 7. 29. [React] React 설치 및 환경 설정 VSCode 설치 아직 VSCode가 설치되어 있지 않으면 먼저 설치해줍니다. https://code.visualstudio.com/ Visual Studio Code - Code Editing. Redefined Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications. Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows. code.visualstudio.com Node.js 설치 https://nodejs.org/en/ Node.. 2021. 7. 15. 이전 1 2 3 다음