Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Vue.js 3 Design Patterns and Best Practices

You're reading from  Vue.js 3 Design Patterns and Best Practices

Product type Book
Published in May 2023
Publisher Packt
ISBN-13 9781803238074
Pages 296 pages
Edition 1st Edition
Languages
Author (1):
Pablo David Garaguso Pablo David Garaguso
Profile icon Pablo David Garaguso

Table of Contents (16) Chapters

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

The progressive framework

Before we describe what Vue is, we need to make the distinction between the terms library and framework. These are often used interchangeably, but there is a difference, and a good developer should be aware of this when choosing one or the other to build a web application.

Let’s have a look at the definitions of these terms:

  • A library is a collection of reusable code, in the form of functions, classes, and so on, that have been developed by someone else and can be easily imported into your program. It does not prescribe how and where to use it, but normally, they provide documentation on how to use them. It is up to the programmer to decide when and how to implement them. This concept exists in most development languages, to the point that some of them are completely based on the notion of importing libraries to provide functionality.
  • A framework also has bundles of classes and functions for your use but prescribes specifications that...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}