FlashList vs FlatList: Understanding the Key Differences for React Native PerformanceIn this article, I explain how I improved performance and UX issues using FlashList as a better alternative to FlatList. I will cover why…Jun 11Jun 11
Mastering Yarn for React Native in 2025: A Developer’s GuidePhoto by Lautaro Andreani on UnsplashFeb 20Feb 20
80+ Commands To Bookmark For React NativeA list of commands with explanations every React Native developer should bookmark for the future.Oct 23, 2024Oct 23, 2024
Setting Up Your MacBook for React Native App DevelopmentAre you ready to dive into the world of mobile app development with React Native? If you’re using a MacBook, you’re in luck! This guide…Oct 15, 2024Oct 15, 2024
5 Lesser-Known Object Tricks in JavaScriptHi, I’m Kulwindar Singh, a Full-Stack developer. In this blog, I will share some object tricks in JavaScript. While many developers are…Oct 8, 2024Oct 8, 2024
Usage of patch-package in React NativeHave you ever wondered why you have a “patches” folder in your React Native project? Let’s dive into the world of `patch-package`, a handy…Sep 3, 2024Sep 3, 2024
Automate authToken flow in Postman for API testingWhen managing multiple APIs within a Postman collection, the traditional approach involves hitting the login API first, copying the…Sep 3, 2024Sep 3, 2024
How to install NVM (Node Version Manager) on macOSHi, While working on my project, I encountered a situation where the project required Node version 18, while my computer had the default…Aug 24, 2024Aug 24, 2024