© 2023 Hashnode
#javascript-framework
Search bars are a very common element of websites. They help users to find resources quickly through automatic suggestions. By adding a search bar to your application, you can drastically improve the user experience by making your resources…
React and Next.js are both widely popular JavaScript frameworks that are commonly used for building web applications. Both have their own set of pros and cons, and understanding this can help you deci…
As a developer, dealing with JavaScript errors is one of the most challenging aspects of coding. JavaScript errors can arise from different sources, from syntax mistakes to incompatible versions of libraries. These mistakes or unexpected ci…
Mastering Javascript Javascript is the most popular programming language in the world. It is used in making websites, apps, games and much more. JavaScript has become the standard for front-end development and is used by 98% of modern websi…
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> </head> <bo…
Hola Coders In this article, we will Execute our very first react native app in an android device. To get started make sure, you have an android device with the USB cable. Settings in Android Device…
Arithmetic Operators: (+, -, * , /, %, **) Addition (+) Subtraction (-) Multiplication (*) Division (/) Modulo (%) (remainder) Exponential (**) Example: Comparison Operators: (<, >, <=, >=, …
When it comes to building mobile apps we have a common misconception that we need powerful machines to run and develop them in fact, this is not the case react native allows us to build cross-platform…
Hola coders, In this article, we will learn about prerequisites and tools installation on Windows. Prerequisite Laptop with basic configuration (min 4GB RAM) Basic knowledge of JavaScript Tools …
Hi everyone I am Sumit and today I am going to show you how you can Install all the prerequisites for React Native so that you can build awesome apps. First of all, let's talk about prerequisites, the…