Book
TypeScriptコードレシピ集
鹿野壮
Summary
TypeScriptで「やりたいこと」を逆引きできるレシピ集。satisfies演算子や型述語の推論など TypeScriptの新機能、JavaScriptの新しいAPIにも対応し、静的型付け・型推論の基礎から データ型・配列とオブジェクト・関数・非同期処理・型の絞り込み・ユーティリティ型・ エラーハンドリング・クラス・モジュールまでをカテゴリ別に177本のレシピとして整理している。 TypeScript 7に対応したサンプルコード付きで、入門書を卒業した初級〜中級層が実務で 手元に置いて参照する用途を想定した一冊。
Target Readers
- 入門書を卒業したTypeScript初心者〜初級者
- JavaScript/TypeScriptの駆け出しエンジニア
- 実務で「やりたいこと」を逆引きしたい中級エンジニア
Tags
Colophon
- Publisher
- 技術評論社
- ISBN
- 978-4-297-15628-2
- Published
- May 2026
- List price
- ¥3,300incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Recommended
Programming TypeScript
Boris Cherny
Reason: Having finished learning the basics of TypeScript's typing and type inference, you move on to a recipe collection you can open whenever you're unsure how to write something in practice. TypeScript Code Recipes organizes type narrowing, utility types, the satisfies operator, and more into 177 recipes, converting introductory knowledge into concrete implementation decisions.
Sources
Next Books
- Related
Effective TypeScript, 2nd Edition
Dan Vanderkam
Reason: Once you have individual recipes on hand, you move on to the design principles behind them, the question of why you should write it this way. Effective TypeScript lays out judgment criteria across 83 items, such as leveraging type inference and taming any, turning recipe selection from ad-hoc into principle-based.
Sources