FlatList is the component in React native that is used to render a list of items. It works great for basic lists but FlatList will…
View More 8 ways to optimize React native FlatList performanceCategory: Coding Tutorials
How to setup Mobx with react context
Mobx is a Javascript library for state management. It is not specific to react but works great with react. Let’s see how to setup Mobx…
View More How to setup Mobx with react contextAlexa rank checker with email notifications in Google sheets
Alexa rank is considered as one of the key factors in deciding a website’s standard. Right now google.com is the site with rank 1 followed…
View More Alexa rank checker with email notifications in Google sheetsJSON Master : In-depth JSON tutorial for Beginners
JSON stands for JavaScript Object Notation. After writing this previous post on JSON, I’ve been receiving a lot of queries about how to parse different…
View More JSON Master : In-depth JSON tutorial for BeginnersEasy CI setup for react app using Gitlab in 2 steps
CI is the short form for Continuous Integration. It is also used along with the term CD which is Continuous delivery. CI, CD, CI/CD. They…
View More Easy CI setup for react app using Gitlab in 2 stepsDivide and Conquer Paradigm in Algorithms
Algorithms Introduction
Playing app sounds in a React Native app
Often, We see some tiny little sounds that play on mobile apps. Remember that sound when you like a Facebook post? Many people are addicted…
View More Playing app sounds in a React Native appHow to Send SMS from API or Backend 📲
Sending SMS is one of the essential features for any app’s backend. I’ve recently started working on an app and I needed an SMS service…
View More How to Send SMS from API or Backend 📲Code Splitting using React lazy and React Suspense
The initial load is critical for any application. A developer should optimize application so that application will load faster even on a slow network. Being…
View More Code Splitting using React lazy and React Suspense