React Js Props
Below is the example where App component passing props as “type=Apple” to Fruit function . index.js Output: Hello, World! This is a example of props in react. Fruit type is : Apple
Below is the example where App component passing props as “type=Apple” to Fruit function . index.js Output: Hello, World! This is a example of props in react. Fruit type is : Apple