Mehedi Hassan Piash | Senior Software Engineer | Android | iOS | KMP | Ktor | Jetpack Compose | React-Native.

February 16, 2025

Centralized Loading and Error Handling in React Native with Middleware and Zustand

February 16, 2025 Posted by Piash , , , , No comments
 Managing loading states and handling errors efficiently is crucial for creating a smooth user experience in React Native applications. In this blog, we will explore how to centralize loading state management using Redux Toolkit Query (RTK Query) and middleware, while leveraging Zustand for error...

January 17, 2025

Authenticator in Axios with RTK Query in a React Native Application

January 17, 2025 Posted by Piash , , , No comments
 In modern applications, implementing secure and seamless authentication mechanisms is crucial. One common approach is using access tokens with a refresh token mechanism. This article demonstrates how to integrate an automatic token refresh workflow using Axios, RTK Query, and Zustand for...

December 19, 2024

Localization in React Native

December 19, 2024 Posted by Piash , , 1 comment
 Localization is essential for making your React Native app accessible to a global audience. By supporting multiple languages, you ensure users from different regions have a seamless experience. Let’s start step by step.Multiple language supportStep 1: Install Required Librariesnpm install i18next...