Caching and Sharing Firestore Data with RxJS and ShareReplay
7 min read
In this tutorial, we cover how to use the shareReplay operator from RxJS to cut down on the number of documents we need to read from Firestore
7 min read
In this tutorial, we cover how to use the shareReplay operator from RxJS to cut down on the number of documents we need to read from Firestore
5 min read
In this tutorial, we will discuss how to use immutable data and the OnPush strategy to reduce the load of change detection in Angular
9 min read
In this tutorial, we will be building a high performance accordion list in an Ionic application that is animated without using height to increase performance
8 min read
In this tutorial, we use the FLIP concept and the Ionic Animations API to create a high performance add to cart animation
5 min read
In this article, I am going to show you how to make efficient writes to the DOM (Document Object Model) using a service that Ionic provides.
11 min read
In this article, we discuss why the key factor that impacts application performance is not the framework.