Book
後悔しないためのVueコンポーネント設計
中島直博
Summary
責務の分割、再利用性の向上、ディレクトリ構成といった普遍的なコンポーネント設計原則を、 Vue.jsを題材に実践的に解説する。
Target Readers
- Vue.js経験者
- コンポーネント設計を改善したいフロントエンドエンジニア
Tags
Colophon
- Publisher
- インプレスR&D
- ISBN
- 978-4844398691
- Published
- Jun 2019
- List price
- ¥1,980incl. 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
Vue 3 フロントエンド開発の教科書
WINGSプロジェクト 齊藤新三
Reason: Once you've learned the basics of writing Vue, you step into the 'design' of components with reuse and maintenance in mind. This dedicated Japanese book on Vue component design offers guidance on responsibility separation, props design, and where to hold state—structure that doesn't break down as scale grows.
Next Books
- Recommended
Building Micro-Frontends
Luca Mezzalira
Reason: Master component design within a single app, and the challenge of 'splitting the frontend' across multiple teams and apps comes into view. Micro Frontends offers ways to compose independently deployable UIs, presenting a structure that scales with the organization.
- Related
フロントエンド開発のためのテスト入門
吉井健文
Reason: Once you can design maintainable components, you confirm that the design is two sides of the same coin as 'testability.' 'Introduction to Testing for Frontend Development' shows what to test and at what granularity, instilling a view that solidifies quality by moving back and forth between design and tests.