what are props in reactjs

React.js – What is Props ?

Hey guys 👋🏻, In this post, let us cover what actually are props in React.js For this post we will first understand Props✔ What is Props ?✔ Understanding Props✔ Accessing Props in Functional and Class based Components ✔ Examples of Props Introduction to Props Props are used to make components configurable, dynamic and flexible. Every HTML element as we know has…