© 2023 Hashnode
#iwritecode
To understand the difference first we need to know what one achieves by using flexbox at all. We use flexbox in both of these applications, just to align the items on the screen. -Flexbox in Web Devel…
Border: The border is simply nothing but a property of the CSS. it sets the border to the elements, Like border-width ,border-style,& border-color. Border-style properties: dotted - Defines a dotted …
Requirements for launching your initial React Native application Install Android SDK Refer to the React Native documentation to determine the necessary SDK version and dependencies to install The …
In this article, we will be talking about how to write your first hello world application in react-native. We will also discuss what is JSX and how to add some basic components. JSX In simple terms, …
In this article, I will discuss how to write your first Namaste World app in react native, after all, that's what we programmers do first and foremost. I will be using the android emulator for my purp…
If you can choose an element from html, you can master CSS.To do this we must know CSS selectors.This Article is all about this, hope you will love it. All the code is available in the article with In…
While creating your first react-native app you will see that by default there are lots of folders and files provided to run the default app Let's try to understand what are some of the important files…
Hello developers! In this blog, we are going to embark on an exciting journey to learn about Node.js and its applications through practical examples. This hands-on approach will deepen our understandi…
Prototypes in Java Script : In JavaScript, every function and object has a property named "prototype" by default. Whenever we create an object or function JavaScript engine adds a built-in Prototype p…
What are Variables A variable is a container for data that is stored in computer memory. It is referenced by a descriptive name that a programmer can call to assign a specific value and retrieve it. …