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

What is a SPA?

To explain what a SPA is, we should first explain how we interact with the World Wide Web (WWW or W3). When we enter an address in a web browser, we receive a web page sent by a web server. In the most basic form, a website is just a collection of pages, mostly what we call “static pages”. Static in this context means that the same files in the server are sent without modification. This makes a website very fast and secure. However, a purely static site does not offer much interactivity with the end user. Sometimes this is referred to as Web 1.0. Server and browser scripting came in to solve this limitation and gave birth to multi-page applications (MPAs). Pages could now be either static or dynamically generated on the server, which in turn could also receive calls for new pages with additional data that processes them and returns a new page in response. These new pages “generated on the fly” are called dynamic and made it possible to have...

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}