FrontEnd (2) 썸네일형 리스트형 [React] Tiny UI Kit 만들어보기 1. Repo 생성 이번프로젝트에서는 yarn을 사용하겠습니다. 2. CRA 프로젝트 생성(typescript) yarn create react-app . --template typescript 3. Eslint, Prettier, Husky 설정 yarn add -D prettier eslint-plugin-prettier eslint-config-prettier .eslintrc.json { "extends": [ "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended" ] } .prettierrc.json .. React? 프론트엔드 기술을 선택할 때 항상 고민의 시간이 길었습니다. React vs Angular vs Vue vs Svelte(이건 요즘) 이제는 React가 가장 우위를 점하고 있다고 생각합니다. 2020 스택오버플로우 survey만 봐도 알 수 있습니다. https://insights.stackoverflow.com/survey/2020#technology-web-frameworks-all-respondents2 Stack Overflow Developer Survey 2020 Nearly 65,000 took this comprehensive, annual survey of people who code. Demographics. Most loved, dreaded and wanted technologie.. 이전 1 다음