Skip to content

Commit 1d30a50

Browse files
afatihyavasigitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 4262679 commit 1d30a50

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

+10-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44

55
TypeScript'e çalışırken aldığım notları burada paylaşıyorum. Amacım TypeScript hakkında yazılı kaynak eksikliği çekenler için Türkçe içerik oluşturmak. Functional Programming metodolojisine göre hazırlanmıştır.
66

7-
Bu site GitBook üzerinden oluşturuldu. Ayrıca [Github](https://github.com/afatihyavasi/TypeScript-Notlari) üzerinden inceleyebilirsiniz. Eksik veya hatalı gördüğünüz sayfaları düzenlemek için PR açarak destek olabilirsiniz
7+
Bu site GitBook üzerinden oluşturuldu. Ayrıca [Github](https://github.com/afatihyavasi/TypeScript-Notlari) üzerinden inceleyebilirsiniz. Eksik veya hatalı gördüğünüz sayfaları düzenlemek için PR açarak destek olabilirsiniz.
88

99
### İÇİNDEKİLER
1010

11+
12+
1113
* [TypeScript nedir, ne işe yarar ?](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/typescipt-nedir-ne-ise-yarar.md)
1214
* [Kurulum ve tsc](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/kurulum-ve-tsc.md)
1315
* [Temel Tipler](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/temel-tipler.md)
@@ -27,6 +29,12 @@ Bu site GitBook üzerinden oluşturuldu. Ayrıca [Github](https://github.com/afa
2729
* [Type Assertion](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/tip-manipuelasyonu.md)
2830
* [keyof, typeof](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/keyof.md)
2931
* [Mapped Types](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/mapped-types.md)
30-
* [React ve TypeScript](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/react-ve-typescript.md)
32+
* [React ve TypeScript](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/react-ve-typescript/README.md)
33+
* [Props Tipleri](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/react-ve-typescript/props-tipleri.md)
34+
* [State Tipleri](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/react-ve-typescript/state-tipleri.md)
35+
* [Event Tipleri](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/react-ve-typescript/event-tipleri.md)
36+
* [useRef](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/handbook/react-ve-typescript/useref.md)
37+
* [Tip and Tricks](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/tip-and-tricks/README.md)
38+
* [json2ts](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/tip-and-tricks/json2ts.md)
3139
* [Kaynakça](https://github.com/afatihyavasi/TypeScript-Notlari/blob/master/kaynakca.md)
3240

0 commit comments

Comments
 (0)