![Hero image for article](https://d33wubrfki0l68.cloudfront.net/a10d9c459caa8dddf99d1e199e922f9492b4f6f0/6e85c/static/d9389545f5bafd088006a2d678d593b2/a6312/tic-tac-arrow-yellow-cake.png)
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.