Vue.js 3 Design Patterns and Best Practices
Год издания: 2023
Автор: Pablo David Garaguso
Издательство: Packt
ISBN: 9781803238074
Язык: Английский
Формат: EPUB
Качество: Издательский макет или текст (eBook)
Интерактивное оглавление: Да
Количество страниц: 296
Описание: If you’re familiar with the progressive Vue framework for creating responsive user interfaces, you’ll be impressed with its latest iteration, Vue 3, which introduces new concepts and approaches design patterns that are uncommon in other libraries or frameworks. By building on your foundational knowledge of Vue 3 and software engineering principles, this book will enable you to evaluate the trade-offs of different approaches to building robust applications.
This book covers Vue 3 from the basics, including components and directives, and progressively moves on to more advanced topics such as routing, state management, web workers, and offline storage. Starting with a simple page, you’ll gradually build a fully functional multithreaded, offline, and installable progressive web application.
By the time you finish reading this Vue book, not only will you have learned how to build applications, but you’ll also understand how to solve common problems efficiently by applying existing design patterns. With this knowledge, you’ll avoid reinventing the wheel for every project, saving time and creating software that’s adaptable to future changes.
Оглавление
Preface
Chapter 1: The Vue 3 Framework
Chapter 2: Software Design Principles and Patterns
Chapter 3: Setting Up a Working Project
Chapter 4: User Interface Composition with Components
Chapter 5: Single-Page Applications
Chapter 6: Progressive Web Applications
Chapter 7: Data Flow Management
Chapter 8: Multithreading with Web Workers
Chapter 9: Testing and Source Control
Chapter 10: Deploying Your Application
Chapter 11: Bonus Chapter - UX Patterns
Final words
Index
Other Books You May Enjoy
Appendix: Migrating from Vue 2