Skip to content

Commit 32c4025

Browse files
committed
doc: basic cheatsheets
1 parent 165dbce commit 32c4025

File tree

1 file changed

+38
-1
lines changed

1 file changed

+38
-1
lines changed

README.md

+38-1
Original file line numberDiff line numberDiff line change
@@ -1 +1,38 @@
1-
# react-typescript-cheatsheet-kr
1+
# React+TypeScript Cheatsheets 한국어판 🇰🇷
2+
3+
TypeScript에 입문하는 React 개발자를 위한 치트시트(Cheetsheets)
4+
5+
---
6+
7+
<a href="https://github.com/typescript-cheatsheets/react/issues/81">
8+
<img
9+
height="90"
10+
width="90"
11+
alt="react + ts logo"
12+
src="https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png"
13+
align="left"
14+
/>
15+
</a>
16+
17+
[**웹 다큐먼트**](https://react-typescript-cheatsheet.netlify.app/docs/basic/setup) |
18+
[**영어판**](https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-es) |
19+
[프로젝트에 기여하기]() |
20+
[질문하기]()
21+
22+
:wave: 본 리포지토리는 [@ryan_kim_kr](https://twitter.com/ryan_kim_kr)에 의해 관리되고 있습니다. 개발자님이 React와 함께 TypeScript를 사용해보고자 하시다니 정말 기쁜 소식이군요! 잘못된 부분이 발견되어 수정이 필요하거나 누락된 부분이 있다면 개선 되어야 할 사항을 [이슈 등록](https://github.com/typescript-cheatsheets/react-typescript-cheatsheet-kr/issues/new)해 주시기 바랍니다. :+1:
23+
24+
---
25+
26+
[![All Contributors](https://img.shields.io/github/contributors/typescript-cheatsheets/react-typescript-cheatsheet?color=orange&style=flat-square)](/COLABORADORES.md)
27+
28+
# All React + TypeScript Cheatsheets
29+
30+
- [기초 치트시트]()는 React 개발자가 React app에서 TS 사용을 시작하는 것에 도움을 주기 위한 내용이 주를 이룹니다.
31+
- 모범 사례(Best Practices)라고 여겨지는, 복사 + 붙여넣기 가능한 예시
32+
- 기본적인 TS Types 사용법과 설정 방법
33+
- 자주 묻는 질문(FAQ)에 대한 답변
34+
- Generic type logic은 깊이 다루지 않습니다. 그 대신, 초심자들을 위해 간단한 트러블슈팅 기술들을 소개합니다.
35+
- 기초 치트시트의 목적은 개발자가 TypeScript에 대해 너무 많은 공부를 하지 않고서도 **시간 효율적**으로 React 개발에 TypeScript를 빠르게 사용할 수 있도록 돕기 위합니다.
36+
- [고급 치트시트]()
37+
- [마이그레이팅 치트시트]()
38+
- [HOC 치트시트]()

0 commit comments

Comments
 (0)