Mohamed El Hossiny

Back-end Developer

Front-end Developer

Freelancer

Senior Software Engineer

Mohamed El Hossiny

Back-end Developer

Front-end Developer

Freelancer

Senior Software Engineer

Coding

October 1, 2019 REACT interview questions

React Interview Questions & Answers Table of Contents No. Questions Core React 1 What is React? 2 What are the…

September 13, 2019 How the UseEffect() react hook work

UseEffect(fn(),[]) The useEffect hook gives you a better way to think about your component life cycle. With useEffect, you can handle lifecycle…

September 9, 2019 A guide to useState in React

useState is a hook that allows you to have state variables in functional components. There are two types of components in…