Goal
The path to "マイクロフロントエンド"
Here is the reading path leading up to this book, derived from its dependencies and ordered from the fundamentals.
The path so far (2 books)
Why read this first: 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.
Why read this first: 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.