Performance

Hero image for article
Icon for article
angularfirestoreangularfirerxjscaching

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

Hero image for article
Icon for article
angularrxjsstate

How Immutable Data Can Make Your Ionic Apps Faster

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

Hero image for article
Icon for article
animationall

High Performance Animated Accordion List in Ionic

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

Hero image for article
Icon for article
animationall

Using the FLIP Concept for High Performance Animations in Ionic

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

Hero image for article
Icon for article
angular

Increasing Performance with Efficient DOM Writes in Ionic

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.

Hero image for article
Icon for article
all

Ionic Framework Is Fast (But Your Code Might Not Be)

11 min read

In this article, we discuss why the key factor that impacts application performance is not the framework.