Skip to content

Commit 08d66b6

Browse files
authored
Update MIGRATING.md
1 parent 0bf6dfe commit 08d66b6

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

MIGRATING.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,29 @@
1+
<div align="center">
2+
3+
<a href="https://github.com/sw-yx/react-typescript-cheatsheet/issues/81">
4+
<img
5+
height="90"
6+
width="90"
7+
alt="react + ts logo"
8+
src="https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png"
9+
align="left"
10+
/>
11+
</a>
12+
13+
<p>Cheatsheets for experienced React developers getting started with TypeScript</p>
14+
15+
[**Basic**](https://github.com/sw-yx/react-typescript-cheatsheet#basic-cheatsheet-table-of-contents) |
16+
[**Advanced**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/ADVANCED.md) |
17+
[**Migrating**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/MIGRATING.md) |
18+
[**HOC**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/HOC.md) |
19+
[中文翻译](https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn) |
20+
[Contribute!](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/CONTRIBUTING.md) |
21+
[Ask!](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new/choose)
22+
23+
</div>
24+
25+
---
26+
127
# Migrating (to TypeScript) Cheatsheet
228

329
This Cheatsheet collates advice and utilities from real case studies of teams moving significant codebases from plain JS or Flow over to TypeScript. It makes no attempt to _convince_ people to do so, but we do collect what few statistics companies offer up after their conversion experience.

0 commit comments

Comments
 (0)