An open API service indexing awesome lists of open source software.

https://github.com/isystk/typescript-study


https://github.com/isystk/typescript-study

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# typescript-study
TypeScript の学習

[仕事ですぐに使えるTypeScript](https://future-architect.github.io/typescript-guide/index.html)

---

### 仕事ですぐに使えるTypeScript

## TypeScriptの世界を知る

**前書き**

**Node.jsエコシステムを体験しよう**

## TypeScriptの書き方

**変数**

**プリミティブ型**

**複合型**

**基本的な構文**

**基本的な型付け**

**関数**

**クラス**

**非同期処理**

**例外処理**

**モジュール**

## 実践編

## 中級のテクニック

**ジェネリクス**

**リアクティブ**

## TypeScript環境構築

**ソフトウェア開発の環境を考える**

**基本の環境構築**

**ライブラリ開発のための環境設定**

**CLIツール作成のための環境設定**

**Next.js(React)の環境構築**

## Appendix

**おすすめのパッケージ・ツール**

**貢献者**