Skip to content

Commit a10dd2e

Browse files
authored
add logo v1
1 parent 53cb7cb commit a10dd2e

File tree

1 file changed

+26
-5
lines changed

1 file changed

+26
-5
lines changed

README.md

Lines changed: 26 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,34 @@
1-
:wave: This repo is maintained by [@swyx](https://twitter.com/swyx), [@IslamAttrash](https://twitter.com/IslamAttrash) and [@ferdaber](https://twitter.com/ferdaber), we're so happy you want to try out TypeScript with React! This is meant to be a guide for React developers familiar with the concepts of TypeScript but who are just getting started writing their first React + TypeScript apps. If you see anything wrong or missing, please [file an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new)! :+1:
1+
<div align="center">
2+
<h1>React+TypeScript Cheatsheets</h1>
3+
4+
<a href="https://github.com/sw-yx/react-typescript-cheatsheet/issues/81">
5+
<img
6+
height="80"
7+
width="80"
8+
alt="react + ts logo"
9+
src="https://user-images.githubusercontent.com/6764957/53868378-2b51fc80-3fb3-11e9-9cee-0277efe8a927.png"
10+
align="left"
11+
/>
12+
</a>
13+
14+
<p>Cheatsheets for experienced React developers getting started with TypeScript</p>
15+
16+
[**Basic**](https://github.com/sw-yx/react-typescript-cheatsheet#basic-cheatsheet-table-of-contents) |
17+
[**Advanced**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/ADVANCED.md) |
18+
[**Migrating**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/MIGRATING.md) |
19+
[**HOC**](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/HOC.md) |
20+
[中文翻译](https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn) |
21+
[Contribute!](https://github.com/sw-yx/react-typescript-cheatsheet/blob/master/CONTRIBUTING.md) |
22+
[Ask!](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new/choose)
23+
24+
</div>
225

3-
Translations:
426

5-
- [中文翻译](https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn) _maintained by [@fi3ework](https://github.com/fi3ework/blog/tree/master/react-typescript-cheatsheet-cn)_
6-
- Your language here?
27+
:wave: This repo is maintained by [@swyx](https://twitter.com/swyx), [@ferdaber](https://twitter.com/ferdaber) and [@IslamAttrash](https://twitter.com/IslamAttrash), we're so happy you want to try out TypeScript with React! If you see anything wrong or missing, please [file an issue](https://github.com/sw-yx/react-typescript-cheatsheet/issues/new/choose)! :+1:
728

829
---
930

10-
## React + TypeScript Cheatsheets
31+
## All React + TypeScript Cheatsheets
1132

1233
- **The Basic Cheatsheet** ([`/README.md`](/README.md)) is focused on helping React devs just start using TS in React **apps**
1334
- focus on opinionated best practices, copy+pastable examples

0 commit comments

Comments
 (0)