React Native
Exploring the Power of Server-Driven UI in React Native
Server-Driven UI in React Native: Creating a recursive component structure that can dynamically render nested UI elements
React NativeServer-Driven UIResponsive
Lazy Loading and Code Splitting in React Native — Is That Even Possible?
React nativeReact
7 React Native Open Source Projects to Become a Better Mobile App Developer
One of the best ways to improve your development skills is to read a lot of code. The open-source project is the most valuable resource for learning about best practices, coding styles, and other…
React NativeReactMobile App Development
Error: Reanimated 2 failed to create a worklet — Maybe You Forgot to Add Reanimated’s babel Plugin?
If you ever chance upon this error, fret not. Pop over to babel.config.js, simply add 'react-native-reanimated/plugin' under “plugins” in'module.exports' (The above is a basic example to recreate the…
ProgrammingJavaScriptWeb Development
How to Debug Redux in React Native Using Flipper
React nativeReduxFlipper
How to create a Rotation Animation in React Native
In this tutorial, I’ll show you how to create a button that rotates 720 degrees when it’s pressed. We will be using the React Native Animated animation system to create the rotation animation. First…
React NativeProgrammingJavaScript