리액트 프로젝트 생성 정리

김미영·2022년 12월 9일
0

12월

목록 보기
15/17
  1. 리액트 프로젝트 생성
    yarn create react-app 만들폴더명
  2. styled-components 설치 및 import
    yarn add styled-components
import styled from 'styled-components'
  1. Redux 설치
    yarn add redux react-redux
    적용 방법은 링크 참고
    https://velog.io/@aadsf90/Redux

  2. Router 설치
    yarn add react-router-dom
    적용 방법은 링크 참고
    https://velog.io/@aadsf90/Redux3-react-router-dom-props-children-Dynamic-Route

  3. Redux Toolkit 설치
    yarn add react-redux @reduxjs/toolkit

  4. Json Server 설치
    yarn add json-server

profile
프론트엔드 지망생

0개의 댓글