Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 382 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 382 Bytes

Props_Render_multiple_data

What is props and why we use ?

Props are arguments passed into react component . We use props to pass data one component to another. Porps stands for property and it is aslo used to render dynamic flow of data in our components.

View Source code