
Nest.jsの翻訳まとめその1
無料で読める本
Nest.jsの公式ドキュメントを一つずつ読み込んでいくので日本語訳と解説付きで掲載します。解説は僕が理解するために必要だった項目です。 fundamentalsのところに対応したチュートリアルを作成しました。 https://github.com/kazumasamatsumoto/nest-tutorial-Fundamentals.git また現在nxでモノレポに開発してそれぞれ別のアプリケーションとして動作確認できるようにチュートリアル開発を進めています。 https://github.com/kazumasamatsumoto/nest-training-repo またデフォルトはcommonjsですが、最近のパッケージライブラリにはesmodulesでしか対応していないパッケージもありますので、基本的なesmodulesは以下の設定で動作すると思います。 https://github.com/kazumasamatsumoto/esmodule-nest また空いている時間にこつこつアップデートしていきます。
Chapters
はじめに
最初のステップ
コントローラー
プロバイダー
モジュール
ミドルウェア
Exception filters
Pipes
Guards
インターセプター
カスタムデコレータ
カスタムプロバイダー
Asynchronous providers
Dynamic modules
Injection scopes
Circular dependency
Module reference
Lazy loading module
Execution context
Lifecycle Events
Platform agnosticism
Testing
Testing2
Configuration
Database
Mongo
Author
Topics