Book
Vue 3 フロントエンド開発の教科書
WINGSプロジェクト 齊藤新三
Summary
Composition APIを軸に据えた現代的なVue 3の開発手法と、 コンポーネント間のデータ受け渡しや状態管理の基本を網羅する。
Target Readers
- Vue.js初学者
- フレームワークを使った開発を始めたいエンジニア
Tags
Colophon
- Publisher
- 技術評論社
- ISBN
- 978-4297130725
- Published
- Sep 2022
- List price
- ¥3,960incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Prerequisites
- Related
Programming TypeScript
Boris Cherny
Reason: With TypeScript fundamentals acquired, you learn Vue.js, another major framework, as an option. 'The Vue 3 Frontend Development Textbook' assumes the Composition API and type support, offering a reactive approach to building UI that differs from React.
Next Books
- Recommended
後悔しないためのVueコンポーネント設計
中島直博
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.