Skip to content

Update react-&-webpack.md 오타 수정입니다. #123

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 20, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/tutorials/react-&-webpack.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ ReactDOM.render(
```

우리는 `node_modules` 안에 들어있는 파일을 포함시킵니다.
React와 React-DOM의 npm 패키지에는 웹 페이지에 포함 할 수 있는 독립형 `.js` 파일이 있으며, 보다 빠르게 이동하기 위해 직접 찹조합니다.
React와 React-DOM의 npm 패키지에는 웹 페이지에 포함 할 수 있는 독립형 `.js` 파일이 있으며, 보다 빠르게 이동하기 위해 직접 참조합니다.
이런 파일을 다른 디렉토리에 복사하거나, CDN(Content Delivery Network)에서 호스팅합니다.
Facebook은 CDN-호스트 버전의 React를 제공하며, [여기에서 자세한 내용을 읽을 수 있습니다](http://facebook.github.io/react/downloads.html#development-vs.-production-builds).

Expand Down