nedajahanfar

nedajahanfar @nedajahanfar

About: if not now , when?

Location:
venice,italy
Joined:
Dec 18, 2023

nedajahanfar
articles - 29 total

Everything You Need to Know About Web Rendering

How do we see the code we write show up on our screens? What turns raw data and logic into buttons we...

Learn More 0 0Jun 29

SSR + RSC: Best of Both Worlds

When building web apps with React, two powerful rendering strategies are Server-Side Rendering (SSR)...

Learn More 0 0Jun 26

PHP Simplified: So, What Exactly Is PHP?

What Does “PHP” Mean? PHP stands for “Hypertext Preprocessor” — a bit confusing, since the acronym...

Learn More 0 0Jun 24

How to Deal with APIs in a Cool Way

Imagine you’ve built something amazing — a backend, filled with valuable data (like the list of...

Learn More 0 0Jun 23

From React to React Native

If you visit the React Native documentation, you'll see the following definition: “React Native is...

Learn More 0 0Jun 6

CSS in React - What Really Happens When You Import Styles And How to Keep Them Scoped-

Default CSS Behavior in React (Global CSS): When you import a .css file like this (anywhere in your...

Learn More 0 3May 26

Event Handler Behavior in React vs HTML

In HTML , when you write this : <button onclick="handleClick()">Click me</button> The...

Learn More 1 0May 24

When to use a Class Component? When to use a Function Component?

Before React 16.8, class components were recommended because they had lifecycle methods (special...

Learn More 0 0May 23

Why React Rocks: A Friendly Guide

If you’ve ever worked with plain JavaScript, you know the drill: whenever you want to update the...

Learn More 0 0May 18

The Birth of React

The Early Web: Full Page Reloads Websites were once simple HTML, CSS, and JS files. Every click...

Learn More 0 0May 17

The Scraping Story: The Car Repair Team

The Scraper: The Collector of Car Parts Once upon a time, in a small garage, there was a worker...

Learn More 0 0May 6

Short tale of how frontends and backends talk

A Day at the Backend Embassy Once upon a time in Webland, there was a grand building called the...

Learn More 1 0Apr 29

Quick Start: Create Your First React App

How to Set Up and Start a React Project Starting a React project involves a few key steps...

Learn More 2 0Apr 5

Introduction to React: Understanding the Basics-part.11

three ways to use audio and video inside React: Using audio and video Tags (Basic HTML...

Learn More 0 0Apr 3

Introduction to React: Understanding the Basics-part.10

In React, assets refer to any files or resources your app needs, such as images, fonts, stylesheets,...

Learn More 0 0Apr 3

Introduction to React: Understanding the Basics-part.9

Server Rendering In the browser, rendering refers to how the browser displays the webpage...

Learn More 0 0Apr 2

Introduction to React: Understanding the Basics-part.8

Rendering in React Rendering in React refers to how components are loaded and displayed in the...

Learn More 0 0Apr 2

Introduction to React: Understanding the Basics-part.7

Navigation in React vs. Traditional Webpages In traditional websites, when you click a...

Learn More 0 0Apr 2

Introduction to React: Understanding the Basics-part.6

State in React Sometimes, a component needs to manage its own data. For example, when you...

Learn More 0 0Apr 2

Introduction to React: Understanding the Basics-part.5

Styling in React In React, there are several ways to apply styles to components: 1. Using Global...

Learn More 0 0Apr 1

Introduction to React: Understanding the Basics-part.4

Props in React Modularization in React refers to organizing your code into reusable and maintainable...

Learn More 0 0Mar 31

Introduction to React: Understanding the Basics-part.3

Exporting and Importing Components in React In React, you have two ways to export components: named...

Learn More 0 0Mar 31

Introduction to React: Understanding the Basics-part.2

Components in React In React, components are the building blocks of your application. A component is...

Learn More 0 0Mar 31

Introduction to React: Understanding the Basics-part.1

How Does React Work? The core idea behind React is that, unlike traditional websites where everything...

Learn More 1 1Mar 31

DOM

When a webpage is loaded, the browser renders it as a tree of objects. This hierarchical...

Learn More 1 1Nov 17 '24

programming language

a computers native tongue is binary.a language made out of two numbers, one and zero.For humans it is...

Learn More 0 0Dec 18 '23

data structure

data structure is in-memory representation of data.it is data organization ,management and storage...

Learn More 0 0Dec 18 '23

Algorithm

algorithm: a list of instructions for completing a task for solving a problem.

Learn More 0 0Dec 18 '23

computer science

Computer science core concepts: algorithms data science programming languages software...

Learn More 0 0Dec 18 '23