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, 2021Jan 13, 2021
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 5A response icon1May 5A response icon1
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
Javascript : Call method and Function BorrowingThe call method is built in Javascript function that allows to call a function with specific ‘this’ value in arguments provided…Jun 23, 2024A response icon1Jun 23, 2024A response icon1