| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 | 31 |
- let
- 메모이제이션
- flex기본
- AWS조사
- scope
- 원본과 복사본
- node.js설치
- CSS
- appendChild
- IT
- 코드스테이츠
- 인터프리터
- 재귀함수
- 스코프
- complexity
- prototype
- AWS
- node.js
- JavaScript
- 생활코딩
- Big-O notation
- vscode
- 클로저
- AWS기초
- APPEND
- 개발툴
- 기초공부
- var
- css기초
- 리커젼
- Today
- Total
목록2019/07/25 (2)
Jveloper
react-native typescript set up tslint.json set up { "extends": [ "tslint:latest", "tslint-eslint-rules", "tslint-react-recommended", "tslint-config-prettier", "tslint-config-airbnb", "tslint-react-native" ], "rules": { "import-name": [ true, { "lodash": "_", "fp": "_", "server": "ReactDOMServer" } ], "ordered-imports": [true], "quotemark": [true, "single", "jsx-single", "avoid-escape"], "semicol..
react native cli + redux tutorial 참고자료 : https://appdividend.com/2018/08/04/react-native-redux-example-tutorial/ redux는 모든 component의 state를 store라는곳에 모아서 컴포넌트 최신화 관리를 해준다 아래는 내가 redux tutorial을 통해 코드를 작성한 결과이다 redux 를 이해하기에 좋은 자료 : https://bestalign.github.io/2015/10/06/cartoon-guide-to-flux/ https://bestalign.github.io/2015/10/26/cartoon-intro-to-redux/ HopeQuery UI flow