Progressive Web Application Development by Example Develop Fast, Reliable, and Engaging User Experiences for the Web

Do you want to create amazing applications which grab the attention of users? Progressive web apps are just the right thing for you. With its example-based approach, this book will show you how effective progressive web apps can boost the performance of web and native apps.

Uložené v:
Podrobná bibliografia
Hlavný autor: Love, Chris
Médium: E-kniha
Jazyk:English
Vydavateľské údaje: Birmingham Packt Publishing, Limited 2018
Vydanie:1
Predmet:
ISBN:1787125424, 9781787125421
On-line prístup:Získať plný text
Tagy: Pridať tag
Žiadne tagy, Buďte prvý, kto otaguje tento záznam!
Abstract Do you want to create amazing applications which grab the attention of users? Progressive web apps are just the right thing for you. With its example-based approach, this book will show you how effective progressive web apps can boost the performance of web and native apps.
AbstractList Do you want to create amazing applications which grab the attention of users? Progressive web apps are just the right thing for you. With its example-based approach, this book will show you how effective progressive web apps can boost the performance of web and native apps.
Author Love, Chris
Author_xml – sequence: 1
  fullname: Love, Chris
BookMark eNpVjjtPwzAUhY14CFoysmdjCsSP-F6PpQ0PqRIMCMbKTq5RII1DHCr49wTBwlmOvjN8OjN20IWOGDvj-UU-5dIAckAQKKTSeyz5x_ts9gNcFEqoowlyhWB4LuGYJTG-TgLJERTqEyYehvAyUIzNjtJncumi79umsmMTunRFO2pDv6VuTN1XWn7abd_SKTv0to2U_PWcPV2Xj8vbbH1_c7dcrDMrFaLKpCyc4cbVIKQEbZyw6FWOhS4UkrW-9lYbXhOicJCbyvlpIPCuMlj5Ws7Z-a-4H8L7B8VxQy6Et2q6M9h2U14tCwWgtZbfA9RNng
ContentType eBook
DEWEY 005.1
DOI 10.0000/9781787282346
DatabaseTitleList
DeliveryMethod fulltext_linktorsrc
Discipline Engineering
Computer Science
EISBN 9781787282346
1787282341
Edition 1
ExternalDocumentID EBC5477666
GroupedDBID 38.
AAZEP
ABWNX
ACBYE
AEIUR
ALMA_UNASSIGNED_HOLDINGS
AVGCG
QD8
ID FETCH-LOGICAL-a34884-335b919bd7233769b2a8f40856548eaafdfa691de882b709cbffa6e7fbc98cfd3
ISBN 1787125424
9781787125421
IngestDate Wed Dec 10 12:09:51 EST 2025
IsPeerReviewed false
IsScholarly false
LCCallNum_Ident QA76.76.A65 .L684 2018
Language English
LinkModel OpenURL
MergedId FETCHMERGED-LOGICAL-a34884-335b919bd7233769b2a8f40856548eaafdfa691de882b709cbffa6e7fbc98cfd3
OCLC 1048791037
PQID EBC5477666
PageCount 344
ParticipantIDs proquest_ebookcentral_EBC5477666
PublicationCentury 2000
PublicationDate 2018
PublicationDateYYYYMMDD 2018-01-01
PublicationDate_xml – year: 2018
  text: 2018
PublicationDecade 2010
PublicationPlace Birmingham
PublicationPlace_xml – name: Birmingham
PublicationYear 2018
Publisher Packt Publishing, Limited
Publisher_xml – name: Packt Publishing, Limited
SSID ssj0003187486
ssj0003396338
Score 2.065942
Snippet Do you want to create amazing applications which grab the attention of users? Progressive web apps are just the right thing for you. With its example-based...
SourceID proquest
SourceType Publisher
SubjectTerms Application software-Development
Subtitle Develop Fast, Reliable, and Engaging User Experiences for the Web
TableOfContents Organization-validated certificates -- Extended-validation SSL certificates -- How to obtain and install an SSL certificate -- Migrating a website to HTTPS -- Auditing the site for any HTTP:// link references -- Auditing content and data -- Updating social media links -- Configure server auto-redirect of HTTP to HTTPS -- Add and verify all domain protocol combinations in webmaster tools -- Defining a canonical HTTPS link -- Updating Google analytics to default to HTTPS -- Updating the sitemap and RSS feed to HTTPS -- Updating your robots.txt file -- Summary -- Chapter 4: Service Workers - Notification, Synchronization, and Our Podcast App -- The service worker thread -- Service worker browser support -- Microsoft Edge service worker support -- Safari service worker support -- Is the service worker ready? -- Polyfilling older browsers -- The podcast application -- The Fetch API -- Introducing Fetch -- Using the Fetch API -- The response object -- Service worker fetch -- Polyfilling fetch in legacy browsers -- Creating a service worker shell -- The service worker life cycle -- Caching -- Using push notifications -- Implementing push notifications -- Setting up push notifications -- Managing the user's subscription -- Handling push notifications -- Unsubscribing from push notifications -- Handling a push subscription change -- Background sync -- Summary -- Chapter 5: The Service Worker Life Cycle -- Registering a service worker -- Service worker clients -- The service worker registration object -- Updating a service worker -- Service worker scope -- Service worker updates -- Service worker events -- Summary -- Chapter 6: Mastering the Cache API - Managing Web Assets in a Podcast Application -- Using the Fetch API -- Request object -- Handling cross-origin requests -- Managing request credentials -- Controlling how a response is cached -- Headers object
Cover -- Title Page -- Copyright and Credits -- Dedication -- Packt Upsell -- Contributors -- Table of Contents -- Preface -- Chapter 1: Introduction to Progressive Web Apps -- Why we needed a new way to build websites -- Real-world PWA examples -- What are PWAs? -- Peak app -- PWA features -- PWA advantages -- PWA technical requirements -- The application shell -- 2048 -- The source code -- The application's code structure -- Adding node modules to the project -- Adding a manifest -- Adding a service worker -- Summary -- Chapter 2: Creating a Home Screen Experience with a Web Manifest -- Why add to homescreen is important -- Making your PWA iOS web app capable -- The application title is set with another META tag -- The web manifest specification -- Referencing the web manifest file -- Web manifest properties -- Controlling the launch style -- Apple Safari web manifest support -- Validating web manifest files -- The Chrome improved add to homescreen experience -- The add to homescreen experience -- The Chrome add to homescreen experience -- Your add to homescreen responsibilities -- Disabling the homescreen prompt -- Tracking homescreen installs -- Polyfiling the homescreen experience on iOS and other legacy browsers -- Should you polyfil response caching? -- Microsoft Edge and Internet Explorer -- Benefits await without Polyfils -- Testing the add to homescreen experience in Chrome -- Summary -- Chapter 3: Making Your Website Secure -- SSL history -- How does TLS work? -- What is HTTPS? -- HTTPS advantages -- Identity -- Confidentiality -- Integrity -- Browsers are going out of their way to indicate HTTPS to the customer -- Search engine optimization -- No longer cost-prohibitive -- Modern APIs require HTTPS -- HTTPS can be significantly faster than HTTP -- HTTPS adoption -- Different types of SSL certificate -- Domain-validated certificates
Adding Headers -- Accessing Header values -- Protected Headers -- Body mixin -- Response object -- Response properties -- Verifying a successful response -- Caching responses -- Caches object -- caches.open -- caches.match -- caches.has() -- caches.delete() -- caches.keys() -- The Cache object -- cache.match() -- cache.matchAll -- Cache add and addAll -- cache.put -- Deleting Cached items -- cache.keys -- Summary -- Chapter 7: Service Worker Caching Patterns -- How the service worker cache works -- Service worker events -- Caching patterns and strategies -- Precaching -- Installing as a dependency -- Installing not as a dependency -- On activate -- Real-time caching -- On user interaction -- On network response -- Stale while revalidating -- On push notification -- On background sync -- Cache only -- Network only -- Cache falling back to network -- Cache and network race -- Network falling back to cache -- Generic fallback -- Service worker templating -- Summary -- Chapter 8: Applying Advanced Service Worker Cache Strategies -- What is PWA tickets? -- Reviewing the PWA ticket application -- Using the JSON server for an API -- Making a database and the API -- Using faker -- Generating QR codes -- Rendering the website -- The PWA ticket rendering architecture and logic -- The PWA ticket JavaScript architecture -- The PWA ticket service worker architecture -- The ResponseManager -- Using the request method to determine the caching strategy -- Matching routes with caching strategies -- Cache invalidation strategies -- Unique hash names and long time-to-live values -- Maximum items in a cache -- Purging stale responses using time to live -- Executing ResponseManager -- The Invalidation Manager -- maxItems strategy -- The time-to-live invalidation strategy -- Using a real-time asset manifest -- How much should you cache? -- Summary
Chapter 9: Optimizing for Performance -- The importance of WPO -- Reducing image payload size -- The cost of CSS and JavaScript -- Proper test devices and emulation -- Testing poor conditions using developer tools -- Performing performance and PWA testing with Lighthouse -- Using WebPageTest to benchmark performance -- Key performance indicators -- Time to first byte -- The PRPL pattern -- Implementing push with browser hints and the service worker cache -- Using the app shell model and service worker to render the initial route -- Service worker pre-caching important routes -- Lazy-loading non-critical and dynamic routes -- The RAIL pattern -- How JavaScript clogs the pipeline -- Why 14 KB is the magic number -- Inline critical CSS -- Minifying scripts with uglify -- Using feature detection to conditionally load JavaScript polyfils -- Lazy loading images -- Summary -- Chapter 10: Service Worker Tools -- Using PWABuilder to scaffold your PWA -- Generating a valid web manifest file -- Building a service worker -- Downloading your site's PWA assets -- Scaffolded PWA images -- Running PWABuilder locally -- Auditing web pages using Lighthouse -- Running Lighthouse from the Chrome Developer Tools -- Running Lighthouse as a command-line utility -- Lighthouse and headless testing -- Running Lighthouse in a Node script -- Continuous build with Lighthouse -- Auditing web pages with Sonar -- Using the Sonar CLI -- Sonar components -- Configurations -- Connectors -- Formatters -- Parsers -- Rules -- Automating site audits with the Sonar node module -- Making complex service workers with workbox -- Installing workbox -- Workbox structure -- Service worker setup -- Pre-caching with Workbox -- Dynamic routes with Workbox -- Caching strategies -- Workbox cache invalidation -- Adding background sync functionality
Using Google Analytics, even when the user is offline -- Summary -- Other Books You May Enjoy -- Index
Title Progressive Web Application Development by Example
URI https://ebookcentral.proquest.com/lib/[SITE_ID]/detail.action?docID=5477666
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
link http://cvtisr.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV3PS8MwFA66edCLOhV_04N4keDapE1zdVQFYe4wdbeRpAmI0M1tjvnf-9JmXa0H8WAPoU1DSfmal_de3_seQhe-ClTbjzmOIhphyrTAsTIhBt0eJAMPqZ-282ITrNuNBwPecxyu07ycAMuyeLHg43-FGvoAbJs6-we4y4dCB5wD6NAC7NDWNOLyskC8Z0OtbFTrXF-9aFkomIVHrhobZBXOZCEsK3AZjTOa65JpoOoH8OOaH6An1Nus4rsqzPpqjlRhMvqwQkGpoUVecl2A2u2riJmw48AcI7RGVJ1vfclNJ6SMgelzOX7HtoSX_dXt6pmso3W400DNu-Tx6aF0eBFb_c9x1eXXBNY-iW2y3XJK1HFwlVMsSFHtpK6_TenHxplrA_0d1NQ2RWQXremshbaXhTE8JydbaKvC8riHggowHgDjVYDxKsB48tNzwOyj59uk37nHrlQFFgREIMWEhJL7XKYsICCzuQxEbCx7XAQmoRbCpEZE3E81WDSStbmSBjo0M1JxWBwpOUCNbJTpQ-SBDiyFhsMEjKah4kaadmg4aHqEBoocIW_58sP8j7oL4x2uUDn-fcgJ2lx9RaeoMZt86DO0oeaz1-nk3IH3BcVUJAU
linkProvider ProQuest Ebooks
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Abook&rft.genre=book&rft.title=Progressive+Web+Application+Development+by+Example&rft.au=Love%2C+Chris&rft.date=2018-01-01&rft.pub=Packt+Publishing%2C+Limited&rft.isbn=9781787125421&rft_id=info:doi/10.0000%2F9781787282346&rft.externalDocID=EBC5477666
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781787125421/lc.gif&client=summon&freeimage=true
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781787125421/mc.gif&client=summon&freeimage=true
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=9781787125421/sc.gif&client=summon&freeimage=true