The code in this project is described in more detail in this article, as well as the video for the corresponding Google I/O 2018 session:
Live deployment: https://so-pwa.firebaseapp.com/
This is a sample progressive web app which uses the Stack Exchange API to fetch the top questions and answers from Stack Overflow for a given tag.
Under the hood, it's powered by the following technologies:
- Service worker generation and Streams API logic via Workbox.
- Static and dynamic web hosting via Firebase Cloud Functions.
- "Universal" JavaScript via ES2015 source modules, bundled for the browser and
Node by Rollup, with
babel-preset-env
ensuring compatibility with various runtimes. - Shared server service worker routing logic using
Express-style patterns and the
regexparam
library in the service worker.
Please read the guide to contributing prior to filing any pull requests.
Copyright 2018 Google, Inc.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.