What is Props -React?
Props is essentially how we pass data between components and in particular from parent to child component. it is simillar like passing arguements in the functions.
How to use props ?
Function App(){
return <test
test="Hello World" // props with the ...
lokiislazy.hashnode.dev2 min read