Skip to main content

2 posts tagged with "Progressive Web Apps"

The 'Progressive Web Apps' tag on our blog features a wealth of resources, including tutorials and articles, to help you understand and build PWAs.

View All Tags

Angular and Progressive Web Apps: Taking Your App Offline

· 16 min read
Engineering Team

In this tutorial, we will explore how to make your Angular app offline-ready by leveraging the power of Progressive Web Apps (PWAs). We will cover the basics of PWAs, the benefits they offer, and how Angular can be used to build them. We will then delve into the concept of offline capabilities, focusing on service workers and their role in caching assets and handling offline requests. We will also discuss strategies for optimizing performance, including lazy loading and code splitting. Lastly, we will explore how to configure and handle push notifications in your PWA, as well as testing and debugging techniques for offline functionality.

Angular PWA: Building Progressive Web Apps

· 11 min read
Engineering Team

This tutorial will guide you through the process of building a Progressive Web App (PWA) using Angular. We will start by understanding what a PWA is and the benefits it offers. Then, we will dive into the steps required to set up an Angular project and build the app shell. We will also explore how to add offline support, push notifications, and optimize the performance of our PWA.