z-index

position 이 들어가야 z-index가 먹는다. https://aboooks.tistory.com/83

2022년 7월 12일
·
0개의 댓글
·

npm run start 에러 TypeError: Cannot read properties of undefined (reading 'tap')

문제 : package.json 정리하다가 npm install 후 npm run start를 하면 에러메시지가 뜸.. 해결방법package-json 에 "webpack": "4.41.5" 쓰고, npm install 후 npm run start를 했더니 해결.. 참고

2022년 6월 28일
·
0개의 댓글
·

npm 모듈 삭제 명령어

npm uninstall 모듈명

2022년 6월 14일
·
0개의 댓글
·

220520_FE_STUDY

동기(순차적), 비동기(비동기끼리 스택쌓임) : 큐 스택 쌓임useState : 비동기 , useEffect로 렌더링의 순서를 맞춘다.

2022년 5월 20일
·
0개의 댓글
·

crbug/1173575, non-JS module files deprecated 에러

상황 : 메인은 잘뜨는데 /partner 경로로 이동하면 창이 꺼짐.해결방법 : https://codingapple.com/forums/topic/crbug-1173575-non-js-module-files-deprecated-%EC%97%90%EB%9F%AC

2022년 5월 20일
·
0개의 댓글
·

scss 설치

https://velog.io/@nemo/react-scss

2022년 5월 20일
·
0개의 댓글
·

MVC 패턴

https://taeny.dev/javascript/oopstudy2/#1-mvc-%ED%8C%A8%ED%84%B4

2022년 5월 19일
·
0개의 댓글
·

컴포넌트 재사용

https://react.vlpt.us/styling/01-sass.html

2022년 5월 19일
·
0개의 댓글
·

webstorm 단축키

https://webisfree.com/2019-12-24/%EC%9B%B9%EC%8A%A4%ED%86%B0(webstorm)-ide-%EB%8B%A8%EC%B6%95%ED%82%A4-%EC%A0%95%EB%B3%B4-%EC%95%8C%EC%95%84%EB%B

2022년 5월 19일
·
0개의 댓글
·

개발환경

chromeVSCodeNode.jswindow - NVM윈도우에서 nvm 사용법Node.js 버전 관리하는 법GitC드라이브에 git, node 설치했으므로 D가 아닌 C드라이브에서 프로젝트 진행해야한다.

2022년 5월 18일
·
0개의 댓글
·

재사용 가능한 리액트 컴포넌트

https://thinkforthink.tistory.com/358

2022년 5월 18일
·
0개의 댓글
·