PinnedSonarQube setup and execution in React NativeSonarQube is an open-source platform developed by SonarSource for continuous inspection of code quality. SonarQube is a tool to perform…Jan 13, 2021A response icon1Jan 13, 2021A response icon1
React Native 0.80 Released with new updates what’s new ?The React Native team has shipped v0.80 (June 12 2025) and it’s a big one: the release aligns the framework with React 19.1, begins the…Jul 6A response icon2Jul 6A response icon2
What’s new in React Native 0.76.9 and moreReact Native 0.76.9, released on April 3, 2025, is a minor update focusing on compatibility and stability improvements, particularly for…May 5May 5
React Native UpgradeUpgrading the React Native version is essential for several reasons, which primarily revolve around keeping your project modern, secure…Dec 31, 2024Dec 31, 2024
Mastering Asynchronous JavaScriptAsynchronous programming in JavaScript allows you to perform tasks without blocking the main thread, enabling your code to handle multiple…Aug 9, 2024Aug 9, 2024
Performance Tuning in React Native: How to Use useMemo and useCallbackIn React Native, useMemo and useCallback are hooks used for performance optimization.Jul 13, 2024Jul 13, 2024
ReactNative ships with Babel Javascript compilerReact Native uses the Babel preset by default when transforming your app’s source code.Jul 5, 2024Jul 5, 2024
ApolloClient GraphQL with ReactNativeTo set up a simple example of using GraphQL in a React Native application, you’ll need to follow these steps:Jun 25, 2024Jun 25, 2024