Today I Learn 20220630

Jiwontwopunch·2022년 6월 30일
0

TIL

목록 보기
69/92
post-thumbnail

❤ Todo

💡 면접 질문 4개 ✔
💻 랜덤 명언 Rest Api 서버 직접 개발하기 ✔
💻 랜덤 명언 표기하기 ✔
📗 리액트를 다루는 기술 - 블로그 프로젝트 🔺
📗 자바스크립트+jQuery 완전정복 스터디 2
📗 자바스크립트+jQuery 완전정복 스터디 3

❤ Error & Solution

create-react-app error : + CategoryInfo : ObjectNotFound: (create-react-app:String) [], CommandN otFoundException

npm install -g create-react-app
npx create-react-app name

yarn eject error

$ npm uninstall react-scripts
$ npm install react-scripts-cssmodules
$ git add .
$ git commit -m "Save before ejecting"
$ yarn eject

출처: https://liante0904.tistory.com/176 [Liante의 이야기:티스토리]

❤ What I learned

면접 질문

github frontend-interview
1. require와 import의 차이점
2. ES6에서 arrow 함수를 언제 쓰나요? 왜 쓰나요?
3. CORS를 대처하는 방법과 우회하는 방법
4. MVVM 모델에 대해서 설명해 주세요

랜덤 명언 REST API 서버 직접 개발하기

독학 카테고리github front-practice

❤ Thinking

0개의 댓글