Suson ThapainJavaScript in Plain EnglishSharing a Realm Instance Using a Custom Provider in React NativeRealm is a popular local database for mobile apps and supports React Native. This blog will discuss sharing a Realm instance between UI and…Apr 17Apr 17
Suson ThapainStackademicCracking the Code: Hooking into React Native’s Hot Module Replacement(HMR)Hot Module Replacement(HMR) is an amazing technology that makes front-end development very efficient. This is a game changer when talking…Mar 31Mar 31
Suson ThapaBeyond Basics: Creating Native Components with Children Support in React NativeBuilding a native component is not that hard but building a component that accepts children can be tricky.Oct 14, 2023Oct 14, 2023
Suson ThapaExploring Offscreen Rendering with React-Native-SVGThis is a follow-up to my previous blog post. I think most of the readers got confused in my previous blog post and thought that my…Sep 22, 20231Sep 22, 20231
Suson ThapainStackademicAppium Inspector Demystified:A Guide to Selecting Elements on React NativeAug 15, 2023Aug 15, 2023
Suson ThapaGlobal Modal in React NativeBelieve it or not Modal is an integral part of modern application development. Whether you want to show an error message or a success…Aug 13, 20238Aug 13, 20238
Suson ThapaNatively Rendering SVG on React NativeIn this story, I will talk about rendering SVGs on React Native. This is not a new thing and there are many blog posts/tutorials out there…Jul 22, 20232Jul 22, 20232
Suson ThapaMaximizing Efficiency: Automatic Data Parsing in React NativeIf you have written some native code on ReactNative then you know that passing information between Javascript and the native side is…Mar 21, 2023Mar 21, 2023
Suson ThapaBridging the Gap: How to Call Native Component Functions from ReactNativeIf you have built a native component in ReactNative then you probably know that you can pass props to change the behavior of the component.Mar 16, 2023Mar 16, 2023
Suson ThapaReactNative: SimpleViewManager vs ViewGroupManager — Which One to Choose?If you know how to implement a native component in ReactNative then you might be familiar with SimpleViewManager and ViewGroupManager …Mar 5, 2023Mar 5, 2023