Skip to content

Fix create-react-app options in "02-ts-react-basic.md" #70

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
4 changes: 2 additions & 2 deletions using-typescript/02-ts-react-basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
타입스크립트를 사용하는 리액트 프로젝트를 만들때는 다음과 같이 명령어를 사용하세요.

```bash
$ npx create-react-app ts-react-tutorial --typescript
$ npx create-react-app ts-react-tutorial --template typescript
```

위와 같이 뒤에 `--typescript` 가 있으면 타입스크립트 설정이 적용된 프로젝트가 생성된답니다.
Expand Down Expand Up @@ -282,4 +282,4 @@ TypeScript 를 사용하신다면 만약 여러분이 컴포넌트를 렌더링

이제, 여러분들은 함수형 컴포넌트를 타입스크립트로 작성하는 기본적인 방법을 배우셨습니다.

다음 섹션에서는 상태관리를 하는 방법도 알아보도록 하겠습니다.
다음 섹션에서는 상태관리를 하는 방법도 알아보도록 하겠습니다.