React function component.

 import React from "react"


//Make arrow function
const Student = props =>{
    return <h1>Hello How are You ?? {props.name} </h1>
}

export default Student

Comments

Popular posts from this blog

My Sql Query ..

Interview question laravel.