Details

Building Progressive Web Applications with Vue.js


Building Progressive Web Applications with Vue.js

Reliable, Fast, and Engaging Apps with Vue.js

von: Carlos Rojas

39,99 €

Verlag: Apress
Format: PDF
Veröffentl.: 14.12.2019
ISBN/EAN: 9781484253342
Sprache: englisch

Dieses eBook enthält ein Wasserzeichen.

Beschreibungen

<div>Obtain all the necessary tools for developing a progressive web application (PWA) with Vue.js, a modern JavaScript framework. You’ll see how PWAs behave like a regular responsive website and have a similar structure to that of a web application, but feel like a native mobile app. Along the way you’ll take advantage of Vue.js features to build fast, high-performing progressive web apps that work offline.&nbsp;</div><div><br></div><div><i>Building Progressive Web Applications with Vue.js </i>starts by explaining the basic concepts and structure of PWAs, and moves on to designing the app shell and other features that distinguish a PWA from simple web pages. In the following chapters, the book talks about the improved web technologies, such as service workers, caching strategies, background sync, and push notifications, that make PWAs powerful.</div><div><br></div><div><b>What You Will Learn</b></div><div><ul><li>Harness the power of Vue.js to build PWAs&nbsp;</li><li>Understand the function and relevance of a manifest file</li><li>Discover service workers and why they are revolutionary</li><li>Work with the Cache API and caching strategies</li><li>Use IndexedDB, background sync, and push notifications</li><li>Enhance your apps with Firebase</li><li>Implement the Workbox library in your apps</li></ul></div><div><br></div><div><b>Who This Book Is For</b></div><div>Web developers who want to venture into building PWAs would find the book useful.</div><div><br></div>
<div><b>Chapter 1: Making Your First PWA</b></div><div>Chapter Goal: Learn the basic concepts for building Progressive Web App. Learn to build a simple “to do” app and making it into a PWA as well as some critical concepts along the way.</div><div>Sub-topics&nbsp;</div><div>1. Introduction </div><div>2. What is a PWA? </div>3. What is the structure of a PWA? <div>4. Our WebApp </div><div>5. Creating our Manifest </div><div>6. What’s the structure of a PWA? </div><div>7. Our WebApp </div><div>8. Building our Manifest</div><div>9. Creating our Service Worker </div><div>10. How can we test what we have done?</div><div><br></div><div><b>Chapter 2:&nbsp; Foundations and App Manifest</b></div><div>Chapter Goal: Learn about “App Shell” design and the HTML, CSS, and JavaScript required to activate the user interface as well the use of cache.</div><div>Sub-topics </div><div>1. App Shell design </div><div>2. The PRPL architecture pattern </div><div>3. Structure of the app </div><div>4. The main entry point </div><div>5. The App Shell </div><div>6. The Build </div><div>7. Bundled build </div><div>8. The Manifest file </div><div>9. How to add a manifest file to web? </div><div>10. How to customize the app start on mobile?</div><div><br></div><div><b>Chapter 3: Service Workers</b></div><div>Chapter Goal: Learn to handle JavaScript through Service Worker that runs in the background, regardless of whether a web page is open or not. Also, the understand importance of features such as Offline Support and Push Notifications, among others.</div><div>Sub-topics: &nbsp;</div><div>1. What is a Service Worker? </div><div>2. Why are Service Workers needed? </div><div>3. Understanding life cycle </div><div>4. How to add a Service Worker? </div><div>5. Asynchronous calls </div><div>6. Fetch API </div><div>7. Using API in the Service Worker </div><div>8. Cache</div><div><br></div><div><b>Chapter 4: Caching Strategies</b></div><div>Chapter Goal: Solutions that work well to handle the status without connection, such as PouchDB or Firebase, are shown. However, use of web technologies, such as Service Workers, indexedDB, and Cache API, will enable offline strategies for Progressive Web Apps.</div><div>Sub-topics:&nbsp;</div><div>1. When to store the information?&nbsp;</div><div>2. When to update our files of the Cache Storage? </div><div>3. How to respond to Requests? </div><div><br></div><div><b>Chapter 5: IndexBD</b></div><div>Chapter Goal: Learn necessary characteristics of IndexedDB: how a transactional database system, which unlike other options that we have in browsers, is perfect to store big data quantities, for example, catalogs or other ones that also need a fast information search.</div><div>Sub-topics:&nbsp;</div><div>1. What is IndexedDB? </div>2. How to use IndexedDB? <div>3. How to open a DB? </div><div>4. How to initiate read/write in the Object Store? </div><div>5. How to delete inside the Object Store? </div><div>6. Using IndexedDB in my App</div><div><br></div><b>Chapter 6: Background Sync</b><div>Chapter Goal: Learn functionality of Background Sync (one of the most powerful features that combined with our Service Worker will grant us a great power to build progressive web applications).</div><div>Sub-topics:&nbsp;</div><div>1. SyncManager</div><div><br></div><div><b>Chapter 7: Push Notification</b></div>Chapter Goal: Study Push Notification that is basically an interaction that includes the Push API and Notification API.<div>Sub-topics:&nbsp;</div><div>1. What is a Push Notification? </div><div>2. How does the ecosystem of a Push Notification work? </div><div>3. Push API </div>4. API Notification <div>5. Implementing a Push Notification in our App using Firebase</div>
<p><b>Carlos Rojas </b>is an Engineer with 10+ years of experience building Digital Products. He is focused on Front-end technologies (HTML, CSS, JS, Angular, and VueJS ) and mainly edge web technologies like Web Components and Progressive Web Apps. He also has some experience working with fast-changing business environments like Startups.<b></b></p>

<p>&nbsp;</p>

He enjoys sharing knowledge with Talks in Meetups, helping Startups and Companies to run workflows to make excellent digital products. Because of that, his books want to convey the love he has for the construction of scalable, high-quality products.
<div>Obtain all the necessary tools for developing a progressive web application (PWA) with Vue.js, a modern JavaScript framework. You’ll see how PWAs behave like a regular responsive website and have a similar structure to that of a web application, but feel like a native mobile app. Along the way you’ll take advantage of Vue.js features to build fast, high-performing progressive web apps that work offline.&nbsp;</div><div><br></div><div><i>Building Progressive Web Applications with Vue.js&nbsp;</i>starts by explaining the basic concepts and structure of PWAs, and moves on to designing the app shell and other features that distinguish a PWA from simple web pages. In the following chapters, the book talks about the improved web technologies, such as service workers, caching strategies, background sync, and push notifications, that make PWAs powerful.</div><div><br></div><div>You will:</div><div><ul><li>Harness the power of Vue.js to build PWAs&nbsp;</li><li>Understand the function and relevance of a manifest file</li><li>Discover service workers and why they are revolutionary</li><li>Work with the Cache API and caching strategies</li><li>Use IndexedDB, background sync, and push notifications</li><li>Enhance your apps with Firebase</li><li>Implement the Workbox library in your apps</li></ul></div>
<p>Shows you how to make your first progressive web application</p><p>Covers caching strategies</p><p>Includes how to add push notifications in your app</p>

Diese Produkte könnten Sie auch interessieren:

Quantifiers in Action
Quantifiers in Action
von: Antonio Badia
PDF ebook
96,29 €
Managing and Mining Uncertain Data
Managing and Mining Uncertain Data
von: Charu C. Aggarwal
PDF ebook
96,29 €