PinnedSanjana Human In TechSonarQube 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
Sanjana Human In TechMastering Asynchronous JavaScriptAsynchronous programming in JavaScript allows you to perform tasks without blocking the main thread, enabling your code to handle multiple…Aug 9Aug 9
Sanjana Human In TechPerformance Tuning in React Native: How to Use useMemo and useCallbackIn React Native, useMemo and useCallback are hooks used for performance optimization.Jul 13Jul 13
Sanjana Human In TechReactNative ships with Babel Javascript compilerReact Native uses the Babel preset by default when transforming your app’s source code.Jul 5Jul 5
Sanjana Human In TechApolloClient 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
Sanjana Human In TechJavascript : 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
Sanjana Human In TechGraphQL: 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