목록Front-end development <정리중> (9)
Silver Library
mireu-san.github.io/moviesite Miflix You need to enable JavaScript to run this app. 가로 보기만 지원 됩니다! mireu-san.github.io 소요 시간은 2주 였습니다. 가장 어려웠던 점이라면 역시 한눈에 안 보이는 타이핑 에러. 여기에서 시간이 제법 소요되었습니다. git 버전 관리는 의외로 짧게 해도 괜찮은 것 같습니다. 어쩌면 이렇게 하는 편이 시간 낭비를 좀 더 줄이고 안되면 다시 롤백해서 문제점을 회피하는 데에도 유용해 보입니다. 이제 부터는 아무리 작은 것이라 해도, 한개 끝나고 나면 바로 commit 하도록 해봐야겠습니다.
not defined react/jsx-no-undef 로 고통받은지도 몇 시간 째. 사실, 정말 여러가지 상황이 있을테니 이게 정확한 처방이 될 수는 없을겁니다. 다만 제가 하면서, 저 에러 메세지 만큼은 도저히 무슨 소린지 이해가 안 갔는데, 이제 확실히 알게 되었습니다. 대상 function name 이, 에러가 발생한 해당 파일에서 구성(선언)되지 않았다는 의미로 보여집니다. 따라서, 이 에러 메세지. 분명 언급하는게 있습니다. Failed to compile src\Routes\경로\경로파일.js Line 10:6: '문제의 함수명' is not defined react/jsx-no-undef 1. 이미 해당 호출 대상의 함수(다른 파일에 코딩된 것) 가 적힌 곳의 내용을 호출하고자 import..
developer.mozilla.org/ko/docs/Web/JavaScript/Guide/Loops_and_iteration
developer.mozilla.org/en-US/docs/Learn/Getting_started_with_the_web/The_web_and_web_standards The web and web standards - Learn web development | MDN The web and web standards Table of contentsTable of contents This article provides some useful background on the Web — how it came about, what web standard technologies are, how they work together, why "web developer" is a great career to choose, a..