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
Mastering Asynchronous JavaScriptAsynchronous programming in JavaScript allows you to perform tasks without blocking the main thread, enabling your code to handle multiple…Aug 9Aug 9
Performance Tuning in React Native: How to Use useMemo and useCallbackIn React Native, useMemo and useCallback are hooks used for performance optimization.Jul 13Jul 13
ReactNative ships with Babel Javascript compilerReact Native uses the Babel preset by default when transforming your app’s source code.Jul 5Jul 5
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 25Jun 25
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 231Jun 231
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 21Jun 21