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…