Goal
The path to "Webフロントエンド ハイパフォーマンス チューニング"
Here is the reading path leading up to this book, derived from its dependencies and ordered from the fundamentals.
The path so far (4 books)
Why read this first: After covering the basic syntax of the language with 'Dokushu JavaScript,' you advance to the more practical techniques where beginners often stumble. Step-up JavaScript bridges essential real-world topics like asynchronous processing and modules, filling the gap that introductory books rarely cover.
Why read this first: After learning the standard style of modern JavaScript, you step toward more practice-oriented applied topics. Step-up JavaScript covers 'what you need next'—asynchrony, modules, design—turning textbook knowledge into on-the-job capability.
Sources
Why read this first: Having picked up practical techniques, you advance to the definitive reference for deep consultation of the language itself. 'JavaScript: The Definitive Guide, 7th Edition' is a comprehensive reference covering every corner of the language, serving as the foundation that ties fragmentary knowledge into systematic understanding.
Why read this first: Once you can deeply consult the language spec, you advance to optimization grounded in the characteristics of the browser as a runtime. This book covers the critical rendering path, memory, and measurement, connecting language knowledge to perceived performance in the browser.
Sources