Krishan Madushanka·Jan 14Suspense and Lazy Loading in React and React Native: Making Apps FasterPerformance is one of the first things users notice in a mobile and web apps and one of the hardest things for developers to get right. As…
Krishan Madushanka·Nov 26, 2025The Split: When to use Fabric vs. TurboModules in React NativeLessons learned implementing a custom FSCalendar wrapper.
Krishan Madushanka·Nov 4, 2025Understanding Generator Functions in JavaScript — When to Use ThemIt’s been a while since I last wrote on Medium, but after a busy schedule, I thought I’d share something new I learned recently.
Krishan Madushanka·Apr 30, 2025Why Choose Zustand Over Redux?When it comes to managing state in React applications, Redux has long been the go-to solution for developers. Its predictable state…
Krishan Madushanka·Feb 4, 2025Writing custom expo plugin to integrate a third party library.I was working on a react native Expo project in last months and I had the opportunity to learn how to write a expo plugin while the…A response icon1A response icon1
Krishan Madushanka·Jun 23, 2023Creating GraphQL APIs with Strapi(Headless CMS) as backendIf you want to create some REST APIs quickly without much coding knowledge you can use a Headless CMS tool.Here the word hedless gives the…
Krishan Madushanka·Jan 1, 2023Integrating Apple HealthKit — SwiftApple comes with nice app on iphones called Health which collects health and fitness data from your iPhone, the built-in sensors on your…A response icon1A response icon1
Krishan Madushanka·Sep 27, 2022Integrating Stripe sdk with React Native - part III -RefundingThis is the part III of article series on integrating Stripe sdk with React Native.Before reading this article I kindly invite you to read…
Krishan Madushanka·Sep 22, 2022Integrating Stripe sdk with React Native - part II - Multiparty paymentsAs I discussed integrating stripe sdk with react native in one of my previous articles, this time I decided to write on how to do…A response icon1A response icon1
Krishan Madushanka·Aug 25, 2022Integrating Stripe sdk with React Native - part I - Accept a paymentSince Stripe is a popular and trusted payment gateway across the world and since it is used among most mobile applications which process…