Skip to content

Commit a8a8545

Browse files
committed
Wrong description in 13.4 - resolves velopert#267
1 parent 2b4fb0d commit a8a8545

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

corrections.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,22 @@
77
- [개정판-2쇄.md](https://github.com/velopert/learning-react/blob/master/_old_corrections/%EA%B0%9C%EC%A0%95%ED%8C%90-2%EC%87%84.md)
88

99

10+
## 13.4 오탈자
11+
12+
설명에서는 `/profiles` 라고 적혀있지만 실제 코드에서는 `/profile` 를 사용하고 있습니다. 따라서, 기존의 설명들을 모두 수정합니다.
13+
14+
1. pg.335
15+
```diff
16+
- 파라미터 예시: /profiles/velopert
17+
+ 파라미터 예시: /profile/velopert
18+
```
19+
20+
2. pg. 336
21+
```diff
22+
- 이번에 사용할 path 규칙에는 /profiles/:username이라고 넣어 주면 됩니다.
23+
+ 이번에 사용할 path 규칙에는 /profile/:username이라고 넣어 주면 됩니다.
24+
```
25+
1026
## 20.3.2 (pg.546 ~ 552) 업데이트
1127

1228
CRA 업데이트 됨에 따라 paths 부분이 변경되어 이에 따라 SSR 전용 웹팩 환경설정 코드를 변경해야합니다.

0 commit comments

Comments
 (0)