Category: React

0

React Router

React Router폴더 구조 설치방법기본 세팅 123456789101112// React typeScript Setting$ create-react-app react-router --scripts-version=react-scripts-ts// React router dom$ yarn add react-router-dom// typescript여서 설치

0

React Syntax

React Syntaxcreate-React-app 설치법123456789$ npm install create-react-app -g// 대문자를 사용하면 안된다!!$ create-react-app [ProjectName]// 시작할때 2개중 하나를 사용하면된다.$ yarn start $ npm start 1234567891011// index.jsimp