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, 20211Jan 13, 20211
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, 20241Jun 23, 20241
GraphQL: Introductionwe will explore the basics of GraphQL and learn how to connect it with front-end frameworks like React and React Native using Apollo. This…Jun 21, 2024Jun 21, 2024