Showing posts with label React Native. Show all posts
Showing posts with label React Native. Show all posts

Cross-platform app design: 3 ways to build React Native UI/UX

Cross-platform app design: 3 ways to build React Native UI/UX
Ways to create cross-platform design and what stands behind each route     Based on Statista forecasts, the number of mobile app downloads is expected to…
Read more »

useState - Direct value or callback function?

useState - Direct value or callback function?
A word of introduction about useState The useState hook is a powerful way to add state to functional components in React . It allows you to store and mana…
Read more »

React vs React Native?

React vs React Native?
One of the most difficult options every software developer faces is choosing the technologies that they will use to develop a specific web or mobile applicatio…
Read more »

Flutter Vs React Native - Best Choice To Build Mobile App

Flutter Vs React Native - Best Choice To Build Mobile App
Flutter and React Native are two of the fastest growing cross-platform development languages to build native mobile apps for iOS and Android devices. In this a…
Read more »

Learn React Native the Basics

Learn React Native the Basics
React Native shares similarities with React, but it diverges by employing native components as fundamental building blocks instead of web components. To grasp …
Read more »

React Native Display Default Source Image While Loading Main Image

React Native Display Default Source Image While Loading Main Image
Hi everyone, In this tutorial we will learn how to use defaultSource={} in Image component. This prop should show a placeholder image from local resource unti…
Read more »

Your First Animation

Your First Animation
In this section, we'll guide you through the basic concepts of Reanimated . If you're new to Reanimated, you're in the right hands! We're going…
Read more »

Crush Your React and Redux Interview: 20+ Top Questions and Strategies

Crush Your React and Redux Interview: 20+ Top Questions and Strategies
React has emerged as one of the most widely used front-end frameworks globally, resulting in a high level of competition among React developers during job int…
Read more »

Create App Launcher icon for React Native app (Android + iOS)

Create App Launcher icon for React Native app (Android + iOS)
Before pushing the app to the Store, we will need to create an App Launcher Icon (the icon of the app on the user's device). App code using R…
Read more »

React State ManageMent

React State ManageMent
Here are all the sections are primarily covered in this blog: What is state in react? How you manage state in class component? How you manage state in fu…
Read more »

React Hooks: Exploring the power of `useEffect` Hook

React Hooks: Exploring the power of `useEffect` Hook
The React team has indeed introduced React hooks to make it easier for developers to write functional components. The useEffect Hook is one of the most importa…
Read more »

Common React performance mistakes

Common React performance mistakes
Performance optimization is one of the challenges of a software developer. It is a big burden when you start to optimize the application after months or years …
Read more »

React-monaco-editor a react library for building web editors

React-monaco-editor a react library for building web editors
Online web editors are web-based applications that allow users to write and edit code in the browser. They work without the need for a local environment or set…
Read more »

Add stepper components to your React app

Add stepper components to your React app
Web developers develop web application interfaces with various UI elements, such as buttons, tabs, sliders, toggle buttons, and dropdowns. In some sce…
Read more »

Integrating React Native Navigators

Integrating React Native Navigators
For navigating between screens in  React Native ,  React Navigation  has become an important and essential standard. There are only four basic navigators, with…
Read more »