Skip to content

Latest commit

 

History

History
92 lines (70 loc) · 2.33 KB

index.rst

File metadata and controls

92 lines (70 loc) · 2.33 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
   otherbuiltinobjects
   class
   async
   exception
   module
   console

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

   generics
   functional
   class2
   reactive
   advance

.. toctree::
   :maxdepth: 2
   :caption: 環境ごとのTips(共通環境・ブラウザ以外)

   prodenv
   baseenv
   libenv
   clienv
   ci
   deploy
   version

.. toctree::
   :maxdepth: 2
   :caption: 環境ごとのTips(ブラウザ環境)

   browserenv
   browserobjects
   react
   vue
   webparcel
   electron

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

   recommended
   contributors

.. todolist::

Indices and tables