function Greeting({ name }) { return <h1>Hello, {name}</h1>; }
Could it be that the whole idea is silly misunderstanding of fundamental tenets of reality in the first place?
function Greeting({ name }) { return <h1>Hello, {name}</h1>; }