2
2
3
3
## 1쇄
4
4
5
- ### pg.27 [ (Isssue #17 ] ( https://github.com/velopert/learning-react/issues/17 ) )
5
+ ### pg.27 [ (Isssue #17 ] ( https://github.com/velopert/learning-react/issues/17 ) ) ✅
6
6
7
7
- "author": "velopert" 부분 뒤에 쉼표가 하나 빠짐
8
8
28
28
```
29
29
30
30
31
- ### pg.34 [ (Issue #11 )] ( https://github.com/velopert/learning-react/issues/11 )
31
+ ### pg.34 [ (Issue #11 )] ( https://github.com/velopert/learning-react/issues/11 ) ✅
32
32
- 2번째 줄
33
33
34
34
수정 전: ** 다시 한 번** 강조하면
35
35
36
36
수정 후: ** 다시한번** 강조하면
37
37
38
- ### pg.41 [ (Issue #18 )] ( https://github.com/velopert/learning-react/issues/18 )
38
+ ### pg.41 [ (Issue #18 )] ( https://github.com/velopert/learning-react/issues/18 ) ✅
39
39
40
40
- react-beautify 확장 프로그램은 게시중단되었으므로 제거처리
41
41
42
- ### pg.44 [ (Issue #19 )] ( https://github.com/velopert/learning-react/issues/19 )
42
+ ### pg.44 [ (Issue #19 )] ( https://github.com/velopert/learning-react/issues/19 ) ✅
43
43
44
44
- 노트 하단에 yarn start 대신 npm start 가 들어가있음
45
45
@@ -70,19 +70,19 @@ $ yarn start
70
70
71
71
수정 후: ` <MyComponent name="react"/> `
72
72
73
- ### pg.91 [ (Issue #14 )] ( https://github.com/velopert/learning-react/issues/14 )
73
+ ### pg.91 [ (Issue #14 )] ( https://github.com/velopert/learning-react/issues/14 ) ✅
74
74
수정 전: ** 3.4.4** 절에서 작성한 버튼 코드를 다시 한 번 살펴봅시다
75
75
76
- 수정 후: ** 3.3.4** 절에서 작성한 버튼 코드를 다시 한 번 살펴봅시다
76
+ 수정 후: ** 3.3.4** 절에서 작성한 버튼 코드를 다시 한번 살펴봅시다
77
77
78
- ### pg.92 [ (Issue #23 )] ( https://github.com/velopert/learning-react/issues/23 )
78
+ ### pg.92 [ (Issue #23 )] ( https://github.com/velopert/learning-react/issues/23 ) ✅
79
79
80
80
오탈자는 아니지만, 설명에 오해의 여지가 있어서 개선
81
81
82
82
수정 전: 그냥 이름이 onClick인 props를 전달받습니다.
83
83
수정 후: 그냥 이름이 onClick 인 props 를 MyComponent 에게 전달해줄 뿐입니다.
84
84
85
- ### pg.149 [ (Issue #21 )] ( https://github.com/velopert/learning-react/issues/21 )
85
+ ### pg.149 [ (Issue #21 )] ( https://github.com/velopert/learning-react/issues/21 ) ✅
86
86
87
87
- 페이지 하단 설명 부분 함수명이 잘못됨
88
88
@@ -98,15 +98,15 @@ $ yarn start
98
98
99
99
수정 후: ` test: /\.scss$/, `
100
100
101
- ### pg. 195 ([ Issue #12 ] ( https://github.com/velopert/learning-react/issues/12 ) )
101
+ ### pg. 195 ([ Issue #12 ] ( https://github.com/velopert/learning-react/issues/12 ) ) ✅
102
102
103
103
- 10.1.2.5 메인 스타일 설정 파일 이름 잘못됨
104
104
105
105
수정 전: ` src/styles/main.css `
106
106
107
107
수정 후: ` src/styles/main.scss `
108
108
109
- ### pg.196 ([ Issue #26 ] ( https://github.com/velopert/learning-react/issues/12 ) )
109
+ ### pg.196 ([ Issue #26 ] ( https://github.com/velopert/learning-react/issues/12 ) ) ✅
110
110
111
111
- 오탈자는 아니지만.. 일부 환경에서 yarn eject 후 babel-loader 가 설치가 제대로 안되는 오류가 발생하고 있는데 이를 위한 해결방안 추가.
112
112
- 다음 내용을 참고 박스 안에 넣어서 내용 추가
@@ -188,6 +188,14 @@ let object2 = {
188
188
189
189
NODE_PATH 를 명령어로 따로 설정해주면 yarn eject 하게 됐을 때 따로 코드를 수정해줘야하는 단점이 있습니다.
190
190
191
+ ### pg.384 [ (Issue #30 )] ( https://github.com/velopert/learning-react/issues/30 ) ✅
192
+
193
+ - 오탈자 수정
194
+ - : 가 빠짐
195
+
196
+ 수정 전: ` console.log('Post', match); `
197
+ 수정 후: ` console.log('Post:', match); `
198
+
191
199
### pg.411 [ (Issue 20)] ( https://github.com/velopert/learning-react/issues/20 ) ☑️
192
200
193
201
- 이 부분은 2쇄에서 추가 할 내용
0 commit comments