Hi, I'm Essam Mohamed.
Web Developer

Specialized in React and software engneering

🚬
💻
🎵

Blog Post

How to connect a React frontend with a NodeJS/Express backend

get started with react and creat first component

let's creat our first Component Creating your first React component is a fundamental step in developing React applications. React is a JavaScript library for building user interfaces, and components are the building blocks of these interfaces. Here's a step-by-step guide to create your first React component:

React components and React props

React components are basically objects that allow developers to split the traditional user interface into multiple, independent, reusable modules. React components are divided into two types: class and function components.