Skip to content

Sharma572/Props_Render_multiple_data

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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