일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
- NoSQL
- mongoose
- 리액트기초
- express-generator
- 리액트컴포넌트
- 리액트스타디
- React
- React Component
- NPM
- 제로초예제
- component
- MongoDB
- 시퀄라이즈
- nodejs교과서
- sequelize
- 리액트
- node
- 시퀄라이즈공부
- npm명령어
- nodeJS
- 클래스컴포넌트
- sementicversion
- mongo
- Today
- Total
목록분류 전체보기 (119)
개발노트
2020.stateofjs.co2020.stateofjs.com/en-US/technologies/front-end-frameworkㄴ2020.stateofjs.com/en-US/technologies/front-end-frameworks/ State of JS 2020: Front-end Frameworks This course is the definitive introduction to the Svelte framework. You’ll learn how Svelte works, write svelte components, and take a tour through the entire Svelte API. 2020.stateofjs.com
hooks 문법 created : function(){} created (){ } 화살표함수 this차이점 js는 기본적으로 전역변수로 시작하는데, 변수선언하면 최상단 브라우저객체인window에 담아짐 (1) this 도 이 window를 가리키고 (2) function내의 this 도 전역this임 function sum(a, b){ console.log(this); return a+b; } const sum = (a,b)=> { console.log(this); return a+b }; >>undefined (3) 생성자로 생성하는 함수의 this function Vue(el){ console.log(this); this.el = el; } new Vue('#app'); (4) 비동기 처리의 this..
설치 해야하는 프로그램들 (컴퓨터) 1. node (+npm) 2. vue dev tools (크롬확장프로그램 설치) 3. editor - vs code vs code 확장프로그램 vetur: 뷰파일 인식style theme적용 material icon :파일탐색에 아이콘보여주는거 webstrom intellij darcula theme : 테마스타일 auto close :마크업시 닫는태그 자동입력 Live Server: html파일 마우스우클릭으로 바로 서버실행가능 vue vscode snippets: ex)vpr입력시 뷰코드 스니펫이 props 자동입력 vs code - scaffold scaffold 를 입력시 타입에맞는 코드생성해줌 vs code - Emmet (마크업자동완성) !+tab :기본H..
해외 코드포스(codeforces) http://www.codeforces.com Codeforces codeforces.com 탑코더(Top corder) https://www.topcoder.com 릿코드(LeetCode) https://leetcode.com LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 코드셰프(codechef) https://www...