Vue. JS Framework: Design and Implementation
Autor HcySun Yangen Limba Engleză Paperback – 24 sep 2023
By reading this book, developers with hands-on experience with Vue.js 2/3 will be able to further understand the implementation details of Vue.js framework, while front-end developers who are not experienced in vue.js but interested in framework design can quickly grasp the design principle of vue.js.
Preț: 429.28 lei
Preț vechi: 536.60 lei
-20% Nou
Puncte Express: 644
Preț estimativ în valută:
82.20€ • 84.70$ • 68.98£
82.20€ • 84.70$ • 68.98£
Carte tipărită la comandă
Livrare economică 21 februarie-07 martie
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9789819949465
ISBN-10: 9819949467
Ilustrații: XVII, 574 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.82 kg
Ediția:1st ed. 2023
Editura: Springer Nature Singapore
Colecția Springer
Locul publicării:Singapore, Singapore
ISBN-10: 9819949467
Ilustrații: XVII, 574 p. 1 illus.
Dimensiuni: 155 x 235 mm
Greutate: 0.82 kg
Ediția:1st ed. 2023
Editura: Springer Nature Singapore
Colecția Springer
Locul publicării:Singapore, Singapore
Cuprins
Part I: Overview of Framework Design.- Chapter 1. Art of Trade-Offs.- Chapter 2. Core Elements of Framework Design.- Chapter 3. Design Patterns of Vue.js 3.- Part II: Response System.- Chapter 4. The Role and Implementation of Response System.- Chapter 5. Responsive Schemes for Non-Original Values.- Chapter 6. Responsive Schemes for Raw Values.- Part III: Renderers.- Chapter 7. Renderer Design.- Chapter 8. Mount and Update.- Chapter 9. Simple Diff Algorithms.- Chapter 10. Double-Ended Diff Algorithms.- Chapter 11. Fast Diff Algorithms.- Part IV: Componentization.- Chapter 12. Implementation Principles of Components.- Chapter 13. Asynchronous Components and Functional Components.- Chapter 14. Built-In Components and Modules.- Part V: Compilers.- Chapter 15. Overview of Core Technologies of Compilers.- Chapter 16. Parsers.- Chapter 17. Compilation Optimization.- Part VI: Server-Side Rendering.- Chapter 18. Isomorphic Rendering.
Notă biografică
HcySun Yang is the core member of the official Vue.js team, focusing on web R&D. He is one of the core contributors of Vue.js 3, the author of Vuese (a vue.js document generator), an active member of the technical community. He has written a number of well-received technical blogs. He is also an inspirational programmer who has worked for ByteDance, Meituan, and other major Internet companies. In addition, he was a special guest speaker at the 2021 Vue Conf conference.
Textul de pe ultima copertă
Vue.js, as the Data-driven front-end framework, stands out as one of the mainstream choices for front-end developers. This book provides a detailed introduction of Vue.js framework design principles, including an overview of framework design, response systems, renderers, componentization, compilers, and server-side rendering. Based on Vue.js 3 and strict compliance with the specifications, this book starts from source code with a large number of visual diagrams combined, explaining the implementation of each functional module in Vue.js step by step.
By reading this book, developers with hands-on experience with Vue.js 2/3 will be able to further understand the implementation details of Vue.js framework, while front-end developers who are not experienced in vue.js but interested in framework design can quickly grasp the design principle of vue.js.
By reading this book, developers with hands-on experience with Vue.js 2/3 will be able to further understand the implementation details of Vue.js framework, while front-end developers who are not experienced in vue.js but interested in framework design can quickly grasp the design principle of vue.js.
Caracteristici
A comprehensive and in-depth introduction to Vue.js framework design and implementation Elaborates the technical details of developing Vue.js from scratch and the engineering trade-offs behind it Provides a solid analysis of the technical details of Vue.js 3