Skip to content

Latest commit

 

History

History
86 lines (64 loc) · 2.18 KB

index.rst

File metadata and controls

86 lines (64 loc) · 2.18 KB

仕事ですぐに使えるTypeScript

Note

本ドキュメントは、まだ未完成ですが、ウェブフロントエンドの開発を学ぶときに、JavaScriptを経由せずに、最初からTypeScriptで学んでいく社内向けコンテンツとして作成されはじめました。基本の文法部分以外はまだ執筆されていない章もいくつもあります。書かれている章もまだまだ内容が追加される可能性がありますし、環境の変化で内容の変更が入る可能性もあります。

書籍の原稿はGitHub上で管理しております。もしTypoを見つけてくださった方がいらっしゃいましたら、 GitHub上で連絡 をお願いします [1] 。reSTファイルだけ修正してもらえれば、HTML/PDFの生成までは不要です。フィードバックなども歓迎しております。

[1]https://github.com/future-architect/typescript-guide/pulls

PDF版をダウンロード

.. toctree::
   :maxdepth: 2
   :caption: TypeScriptの世界を知る

   preface
   ecosystem

.. toctree::
   :maxdepth: 2
   :caption: TypeScriptの書き方

   variable
   primitive
   complex
   syntax
   typing
   function
   class
   async
   exception
   module

.. toctree::
   :maxdepth: 2
   :caption: 実践編

   vuesample

.. toctree::
   :maxdepth: 2
   :caption: 中級のテクニック

   generics
   functional
   class2
   reactive
   typedef
   advance

.. toctree::
   :maxdepth: 2
   :caption: TypeScript環境構築

   prodenv
   baseenv
   libenv
   clienv
   reactenv
   ci
   deploy

.. toctree::
   :maxdepth: 2
   :caption: Appendix

   recommended
   contributors

.. todolist::

Indices and tables