From the course: React: Building Progressive Web Apps (PWAs)

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Using the PWA checklist

Using the PWA checklist - React.js Tutorial

From the course: React: Building Progressive Web Apps (PWAs)

Start my 1-month free trial

Using the PWA checklist

- [Instructor] On the Google Developers site there are several pages devoted to PWAs. On the home page you'll find all of the value propositions for building progressive web apps, but there are also some pretty killer resources here. Toward the bottom underneath dive deeper, the first link you'll see here is the progressive web app checklist. Let's click on that to get ourselves thinking about some things to consider when building a PWA. Here we see that the site must be served over HTTPS. So in order to have a progressive web app, we need to be sure to implement HTTPS with the security certificate. We also have guidelines like pages are responsive on tablets and mobile devices, metadata is provided for the home screen, first load fast even on 3G, so we want to be sure that even on the slowest of network speeds that something is loading relatively quickly within those three seconds so that we make sure that our users see some content. We also see here site works cross browser, we want…

Contents